There was a post about this some time ago. . .

https://community.intersystems.com/post/quick-process-startstop-object

 

and 

 https://community.intersystems.com/post/disable-all-operations-production#:~:text=If%20you%20did%20want%20to,Victoria%20Castillo%20%C2%B7%20Apr%2025%2C%202024

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:

  1. Open the Production Configuration page in the Management Portal.

  2. Select multiple business services using the Ctrl or Shift key:

    • The Ctrl key allows you to select or deselect individual services without affecting others.
    • The Shift key can be used to select a contiguous group of business services.
  3. Once your selection is made:

    • The right panel will automatically switch to the Actions tab.
    • This tab will include buttons for enabling, disabling, or restarting the selected services.
  4. 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.

-------------------------------------------------------------------------------------------------------------------------

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

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 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).  

Not Found

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\AppData\Local\Programs\Python\Python311, it indicates that you have installed Python for the current user only. InterSystems recommends installing Python for all users to avoid unexpected results.

https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls?KEY=GEPYTHON_prereqs#GEPYTHON_prereqs_flexible

 

and

Important:

 

On Microsoft Windows, if sys.path contains a directory that is within your user directory, such as C:\Users\\\Local\Programs\Python\Python311, it indicates that you have installed Python for the current user only. InterSystems recommends installing Python for all users to avoid unexpected results.

https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls?KEY=GEPYTHON_flexible#GEPYTHON_flexible_syspath

And

https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls?KEY=GEPYTHON_flexible#GEPYTHON_flexible_p311window

Andrew Wardly · Jun 24, 2025 go to post

@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.  

Andrew Wardly · Nov 11, 2024 go to post

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?  

Andrew Wardly · Nov 10, 2024 go to post

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.  

Andrew Wardly · Sep 10, 2024 go to post

Hello Jignesh, have you tried going to https://containers.intersystems.com/contents and generating a token for your docker login(can can get it when logged into the URL I referenced) ?  

It will give you something like this: 

docker login -u="xxxx" -p="YOUR PASSWORD TOKEN WILL BE HERE" containers.intersystems.com