Thanks for the article, very useful. The URL to the docs seem to be wrong. For example :
Should be:
https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls?KEY=EMULT_message_bank
- Log in to post comments
Thanks for the article, very useful. The URL to the docs seem to be wrong. For example :
Should be:
https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls?KEY=EMULT_message_bank
Very cool, great write-up. I have not had much experience with CTEs and this article was very helpful to understand when it should be used.
Thanks for this post, I have taken an ML course before, great to get a good refresher!
Kate, I like this article, concise and great tutorial!
I like this a lot, great write-up at the bottom about your secret customer. :-)
Nice demonstration!
Good tips Zion!
There was a post about this some time ago. . .
https://community.intersystems.com/post/quick-process-startstop-object
and
However, on this last one I think it is still cycling through each service. I think what you are asking for is multiple asynchronous calls to "##class(Ens.Director).EnableConfigItem(currService, 0)" the first one post might be helpful
An answer from community Ask AI bot. . .
Is this what you had in mind?
---------------------------------------------------------------------------------------------------------------------
To disable all Business Services concurrently, follow these steps:
Open the Production Configuration page in the Management Portal.
Select multiple business services using the Ctrl or Shift key:
Once your selection is made:
Click the “Disable” button to disable all the selected services concurrently 123456.
This method ensures that multiple services are disabled simultaneously, reducing the time compared to disabling them one at a time.
-------------------------------------------------------------------------------------------------------------------------
excelente Ariel!
And Henry too!
Take a look at this post too -- perhaps for the more advanced looking to get certifications. . . https://community.intersystems.com/post/fast-track-intersystems-certification
Nice job Lynn!
Just a brief IRIS update 9 years later! CACHETEMP is NOW IRISTEMP but of can be still used as CACHETEMP as it is mapped to IRISTEMP
Nice write up. . . there is no reference to %NOJRN at the link provided above. . . but you can find a reference here https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCDI_journal_utilities#GCDI_journal_util_NOJRN
Nice write-up. For ease of reference TPC -- third party content!
Meeting my customers/prospects I have worked with in person. Hearing from prospects and customers about their challenges in healthcare and collaborating on how InterSystems can help attack them.
Nice application! Will try it out
The link to " Referral Program here " does not point to the referral program but points to the IPM openexchange page. https://openexchange.intersystems.com/package/InterSystems-Package-Manager-1
I like the site looking forward to using it to get my certifications!
Nice app. I would love to see a video of this in use Ashok, do you have one?
Nice application Muhammad. I installed with latest preview (got a core dump) . . . I changed preview to 2025.3 in the downloaded Dockerfile #ARG IMAGE=intersystemsdc/irishealth-community:preview ARG IMAGE=intersystemsdc/irishealth-community:2025.3
Which prevented the core dump, however page was not found with 2025.3(looks like compiling is failing).
The requested URL /csp/HL7v2Gen/index.csp was not found on this server.
Works with
ARG IMAGE=intersystemsdc/irishealth-community:2025.1
I thought I would take a moment to add something I discovered on a windows IRIS upgrade to 2025.1. . . make sure if you are installing python run time on windows you choose custom installation all users . . . from docs:
On Microsoft Windows, if you find that the Python runtime library is located within your user directory, for example, C:\Users
and
Important:
On Microsoft Windows, if sys.path contains a directory that is within your user directory, such as C:\Users\
And
Ready! Set! Go!
Nice job piyush!
First time reading about Istio, gracias Ariel!
Happy to have worked with Brad Nissenbaum, Fan Ji, Lynn Wu. Andrew Wardly
@Robert Cemper
Robert Cemper, I joined InterSystems in 2023 (23 months ago) as a Sales Engineer and prior to joining new almost nothing about IRIS (I have been working for a while with small and very large tech companies in development and sales engineering). So nice to read you posts always, but this one which I happen to find when looking you up (to try and follow you as you are so prolific on here) to help improve my depth of knowledge on InterSystems. Reading your post here felt like I was reading an excerpt from one of my favorite history of technology novels, "The Soul of a New Machine" by Tracy Kidder.
Thanks for this post. I have been using VS Code and have "files.autoSave": "afterDelay" set which seemed to have been working fine, however at some point while writing code it stopped auto saving which lead me down a path of trying to understand why functionality I had added was not appearing and why syntax errors were NOT going away after multiple edits in a local workspace. Finally an explicit save prompted for a server overwrite and changed the server version of the cls file. Using I4H 2024.2. Wondering if anyone else has seen this?
Thanks. Not sure what happened it might have been that I had existing PS shells open in VSCode and when I halted it just defaulted to showing one of the existing ones. I am also using a local workspace which definitely contributed to my confusion.