Thank you @Cristiano Silva
- Log in to post comments
Thank you @Cristiano Silva
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.
If you are trying to alter a persistent class you may need to check if the DDL statements are allowed for the class (DdlAllowed keyword)
https://docs.intersystems.com/healthconnect20211/csp/docbook/Doc.View.c…;
Thank you @Jeffrey Drumm
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.
Hi @Jim Dolson ,
This was a feature introduced in 2018.1+
I believe this is something you can change using some setting but this was introduced to improve performance.
Please see the documentation for more deatils: http://ubuntu:52773/iris/csp/docbook/Doc.View.cls?KEY=GOBJ_persobj_intr…;
(tem server link : http://dreamymclean.intersystems.skytapdns.com:52773/csp/docbook/DocBoo… )
Hope this helps.
Regards,
Mary
Thanks @Jeffrey Drumm
Setting the config for each namespace worked.
Thank you Sergey. I will check this.
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") = 1If 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…;
Documentation here : https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
It also explains the actor pools size and about the considerations and trade-off.
Hope this helps.
There is documentation available on different options available for for activity and volume monitoring : https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.U…;
Also you could refer this video from InterSystems: https://www.youtube.com/watch?v=flyLkIYCdFo
Hope this helps.
Functionality to generate diagram/documentation to display the message flow/connection between different namespaces of a Healthshare instance.
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.
Thank you @Vitaly.Furman.
Thank you Shackcham.
Thank you @Jordan Simpson . This was helpful to solve my issue.
Thank you @Evgeny.Shvarov. I was looking for an individual table/global level size check.
WRC confirmed it as a bug in Healthshare . Fixed in version 2019.2 and above.
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?
I tested the integrity check task under the same user _purge , email is working okay for it.
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.
Thank you @Neerav Verma
What is the best way to export global, is it from management portal or the terminal export?
Thank you @Yaron Munz
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
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
Thank you @Craig Regester
I tried to extend the Ens.Requset class but its still not showing the trace.
Its already enabled but Thank you Richard
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:
.png)
Hope this helps.