- Log in to post comments
User bio
404 bio not found
Member since Sep 12, 2023
Posts:
Replies:
The last test (or assert) in TestLowerCase() is faulty (testing an empty string).
- Log in to post comments
##class(Ens.Director).GetProductionStatus() will tell you if the production state is running/stopped/suspended/troubled.
Documentation:
https://docs.intersystems.com/iris20241/csp/documatic/%25CSP.Documatic…
- Log in to post comments
Certifications & Credly badges:
Jani has no Certifications & Credly badges yet.
Followers:
Following:
Jani has not followed anybody yet.
This is how I have been setting up IRIS instance local filesystem registries. I'm still using an old 0.9.1 version so your version might behave differently.
The repository location is recorded by environment variable IPM_LOCAL_REGISTRY.
In ObjectScript shell %SYS namespace:
A (minimized) bash script used to install module tarballs:
It will untar the tarball, figure out the module name and version from the manifest file and copy the sources to correctly named directory.
I also have other scripts that will fetch the tarballs from the actual artifact repository where the module tarballs are stored.