-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZPM fails to load package after switching to another namespace #433
Comments
Looks like %IPM already made his way to the kit, and I have no idea now what's actually happening there now |
The new version of %IPM part of IRIS for Health, and it's incompatible with latest release of %ZPM |
Thanks, @daimor, I hope indeed someone from the product team can comment... |
To provide an update, there is ongoing internal discussion and investigation on this issue. No recommendations yet, but they're coming soon. |
Here's the minimally invasive workaround: To enable use of the InterSystems Package Manager (from GitHub / the Open Exchange) in an InterSystems IRIS for Health™ 2023.3 or HealthShare® Health Connect 2023.3 interoperability-enabled namespace, run the following ObjectScript commands in that namespace:
This is equivalent to the following iris.cpf changes – for example, given namespace IPMTEST:
These mappings should be removed after the next upgrade; the issue is expected to be resolved in the next release. |
These issues have been resolved in IRIS 2024.1. We're not planning to do anything about them in IPM itself. |
Last Friday, November 17, 2023, we experienced a new issue in our project on 3 different laptops,
In short, when I switch to my target namespace and the load my package in developer mode, it does not continue after loading:
This is the output:
92.93 Load started on 11/20/2023 11:19:05
92.93 Loading file /home/irisowner/irisdev/module.xml as xml
93.14 Imported document: samples-customizing-your-fhir-repo.ZPM
93.14 Load finished successfully.
93.42
93.42 ERROR! Object open failed because 'Name' key value of 'samples-customizing-your-fhir-repo' was not found
When I do not switch the namespace (so stay in "USER") the package loading continues.
This originally happened in a project we are actively developing, so we expected the issue to be at our end.
Later I found out that this issues actually occurs also for a project that hasn't been changed for a while, which is in https://github.com/intersystems/SamplesCustomizingYourFHIRRepo
The text was updated successfully, but these errors were encountered: