Hi all.
Recently, I have noticed Scott Roth's mission to resolve issues with Orphaned messages with a lot of focus on prevention, and I envy that level of dedication.
Not wanting to be left out, this has sparked an interest in checking my environments for orphaned messages. Amongst a few different posts on the subject, I came across this post from Suriya Murugan in 2016 that included an interesting class in a Github Gist that seems to be built to do a deep dive into the identification and cleanup of Orphaned Messages.
My question is - is this still considered an appropriate way of cleaning up a namespace's amassed orphaned messages? Other approaches seem to focus heavily on HL7 2.x messages, but a lot of the orphans in my environments are most likely from custom classes that contained the odd steam object without an appropriate %OnDelete classmethod included.
10 Comments
https://cn.community.intersystems.com/node/570711
文章
#InterSystems IRIS
#InterSystems IRIS for Health
公告
问题
七月 08 - 14, 2024Week at a GlanceInterSystems Developer Community
https://cn.community.intersystems.com/post/intersystems-%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E5%8C%BA%E4%B8%AD%E6%96%87%E7%89%88%EF%BC%9A%E6%AF%8F%E5%91%A8%E6%91%98%E8%A6%81%EF%BC%882024%E5%B9%B47%E6%9C%888%E6%97%A5-14%E6%97%A5%EF%BC%89
2024年10月15日をもって、MacOS での Caché および Ensemble のサポートが非推奨となります。
Caché および Ensemble 2018.1.9 のサポートは続きますが、MacOS 向けのメンテナンスバージョンは今後リリースされません。つまり、MacOS 向け製品としては、Caché および Ensemble 2018.1.9 が最後のバージョンとなる予定です。
あらためてのお知らせですが、その他のプラットフォームにおいても、Caché および Ensemble のメンテナンスバージョンは 2027年3月31日をもってリリース終了となる予定です。詳細は昨年発表の記事をご参照ください。
https://cn.community.intersystems.com/node/570701
I want to generater a license for my code,but i don`t how to get CpuID and diskid in iris,someone know?
1 Comment
https://cn.community.intersystems.com/node/570696
Hello everyone,
I just want to know if there is a difference in performance between using Class methods versus MAC routines?
For example:
do Method^MyFunction()
versus
do ##class(MyFunction).Method()
2 Comments
https://cn.community.intersystems.com/node/570691