go to post Stuart Peters · Feb 23, 2021 I think it should be <install-dir>/dev/CAcerts/AllCA.cer for the correct case
go to post Stuart Peters · Jan 3, 2019 To get an overview of the different features as well as hands-on access to try some of the features of InterSystems IRIS Data Platform you might want to look at the InterSystems IRIS QuickStarts
go to post Stuart Peters · May 26, 2017 In the dockerfile to add Web Terminal I had to combine the two RUN commands into one line to make it behave properly. The ccontrol start seemed to complete within the RUN command. # Start Caché Instance # Generate login and password for csession if needed, and Load downloaded xml with compilation # WebTerminal will be installed during compilation process RUN ccontrol start $ISC_PACKAGE_INSTANCENAME && printf "_SYSTEM\nSYS\n" \ | csession $ISC_PACKAGE_INSTANCENAME -UUSER "##class(%SYSTEM.OBJ).Load(\"/tmp/webterminal/webterminal.xml\",\"cdk\")"
go to post Stuart Peters · Sep 9, 2016 I can't speak to your specific configuration and scenario but for more complete Pool Size information, the documentation is at http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ECONFIG_PoolSize
go to post Stuart Peters · Sep 9, 2016 If FIFO is not required, a pool size >1 allows for processes to run in parallel.