Dear community,
do you have a clue where/how exactly happens the assignment of IRMHELP which is heavily used by some IRM Solutions like RCM. It must be somewhere deeply integrated as it is not part of libnames.txt nor output of any other node.
Lately I get some strange errors like "Libref IRMHELP is not assigned". I'm not aware of any changes we made to the system/software.
Thanks for any hints!
KR Arnold
Thanks @himanshucb ,
meanwhile we found the issue. In some non RCM node somebody wanted to be smart and de-assign all libraries before go on and did the following:
LIBNAME _ALL_;
As this is de-assigning all libraries all the ones which have been assigned by the re-processing of a node (or session) were gone. As there is session-sharing then also other nodes were impacted. So no usage of above statement when working with IRM 😉
KR Arnold
Some pre-processing code is run by IRM before a node begins execution. The assignment of IRMHELP library reference is also part of it.
I have not seen any problems related to this library reference but probable causes can be
Thanks @himanshucb ,
meanwhile we found the issue. In some non RCM node somebody wanted to be smart and de-assign all libraries before go on and did the following:
LIBNAME _ALL_;
As this is de-assigning all libraries all the ones which have been assigned by the re-processing of a node (or session) were gone. As there is session-sharing then also other nodes were impacted. So no usage of above statement when working with IRM 😉
KR Arnold
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →