Giter Site home page Giter Site logo

Comments (6)

daimor avatar daimor commented on July 20, 2024

Looks like %IPM already made his way to the kit, and I have no idea now what's actually happening there now
So, probably guys behind %IPM may help with it

from ipm.

daimor avatar daimor commented on July 20, 2024

The new version of %IPM part of IRIS for Health, and it's incompatible with latest release of %ZPM
In USER namespace, only original %ZPM works, that's why all good there
in HSLIB connected namespace, now %IPM available, and it reuses some logic from %ZPM, and makes it incompatible

from ipm.

isc-tstolker avatar isc-tstolker commented on July 20, 2024

Thanks, @daimor, I hope indeed someone from the product team can comment...

from ipm.

isc-tleavitt avatar isc-tleavitt commented on July 20, 2024

To provide an update, there is ongoing internal discussion and investigation on this issue. No recommendations yet, but they're coming soon.

from ipm.

isc-tleavitt avatar isc-tleavitt commented on July 20, 2024

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:

do ##class(%ZPM.PackageManager.Developer.Utils).AddGlobalMapping($namespace,"oddStudioDocument:(BEGIN):(""%ZP"")","IRISLIB")
do ##class(%ZPM.PackageManager.Developer.Utils).AddGlobalMapping($namespace,"oddStudioDocument:(""%ZP""):(""A"")","IRISSYS")
do ##class(%ZPM.PackageManager.Developer.Utils).AddGlobalMapping($namespace,"oddStudioDocument:(""Ens""):(""Ent"")","ENSLIB")

This is equivalent to the following iris.cpf changes – for example, given namespace IPMTEST:

[Map.IPMTEST]
Global_oddStudioDocument=IPMTEST
Global_oddStudioDocument(BEGIN):("%ZP")=IRISLIB
Global_oddStudioDocument("%ZP"):("A")=IRISSYS
Global_oddStudioDocument("Ens"):("Ent")=ENSLIB

These mappings should be removed after the next upgrade; the issue is expected to be resolved in the next release.

from ipm.

isc-tleavitt avatar isc-tleavitt commented on July 20, 2024

These issues have been resolved in IRIS 2024.1. We're not planning to do anything about them in IPM itself.

from ipm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.