Mary George · Sep 15, 2022 go to post

Thanks @Cristiano Silva  

Is there any way to get more information on this alert from the system ? I can see these alerts in message log but it is not very clear from the alert which client connection was disconnected or anything else. 

Mary George · Jul 13, 2022 go to post

Thank you @Justin Owens  and @Alex Woodhead .  I managed to combine both your ideas and managed to create a custom task to get the system dashboard information written to a file every hour without the file getting overwritten. 

Mary George · Apr 1, 2021 go to post

Hi Jeffrey, 

I did try both option below but both had no impact on the behavior. 

set ^%SYS("Portal","EnableAutoRefresh")=0

and

set ^%SYS("Portal","EnableAutoRefresh")=1

Intersystem Documentation for this is a bit confusing for this one but what I understand is : setting EnableAutoRefresh =1 actually make automatic refreshes off by default.

set ^%SYS("Portal","EnableAutoRefresh") = 1

If you do so, a set of radio buttons appears on Management Portal pages that can be refreshed, enabling users to turn automatic refreshes on and off. On some pages, users can specify the refresh interval. Importantly, when you set the EnableAutoRefresh node to 1, automatic refreshes are off by default.  

https://docs.intersystems.com/healthconnectlatest/csp/docbook/Doc.View…;

Mary George · Dec 11, 2020 go to post

Functionality to generate diagram/documentation to display the message flow/connection  between different namespaces of a Healthshare instance. 

Mary George · Dec 4, 2020 go to post

Thank you @Vitaly Furman  for explaining it.  

We are only handling one message type (ORU_R01) and the data items are fixed so I think it I will go with the first approach. 

Mary George · Nov 17, 2020 go to post

Thank you @Evgeny.Shvarov. I was looking for an individual table/global level size check. 

Mary George · Sep 16, 2020 go to post

WRC confirmed it as a bug in Healthshare . Fixed in version 2019.2 and above.

Mary George · Sep 4, 2020 go to post

Healthshare version we are using is 2019.1.1 . I also had a look at 2018.1.2 and I can see the email configuration option in it. And as far as I know no one has edited the Ens.Util.Task package but I am going to double check this. 

 Can I please check which version you are using? 

Mary George · Sep 4, 2020 go to post

I tested the integrity check task under the same user _purge , email is working okay for it. 

Mary George · Sep 4, 2020 go to post

Thank you @Kurro Lopez for the reply.  

Yes I have the Task manager email configured and the ssl certificate configuration done. Also other task configured from task manager like Integrity check are sending email successfully. 

Mary George · May 14, 2020 go to post

Thank you all for your help with this query. I got this resolved now. 

I had property defined with Content -> MIXED. 

Property MessageStream As %GlobalCharacterStream(CONTENT = "MIXED");

Removing the content seems to fix the issue. 

Thanks

Mary

Mary George · May 9, 2020 go to post

Hi  James, 

Could you please let me know how you resolved this issue? I am trying to solve the same issue.

Thank you for your help. 

Mary

Mary George · Jun 11, 2019 go to post

Please check the Global "^Ens.DocClassMap"  in the Management portal. If the data is looking  not correct you can try rebuild option as mentioned in the documentation.  Please see below from documentation:

Hope this helps.