Question Harshdeep Acharya · Mar 31, 2022 Getting <INVALID OREF> Error How to Resolve? #InterSystems IRIS #InterSystems IRIS for Health Hi Team, Can you please help with this error as below : ERROR <Ens>ErrException: <INVALID OREF>zvalidateRequestContent+4 ^FHIRConversion.FHIR.BusinessService.HL7ToFHIRService.1 -- logged as '-'number - @'s currObj = ..Adapter.intFaceDao.InterfaceDao.GetAt(..Adapter.currentIndex)' Thanks, Harshdeep Acharya Product version: IRIS 2021.1
Cristiano Silva · Mar 31, 2022 Hi Harshdeep, The error invalid of is like a Java NullPointerException or NullReferenceException of .Net. Check if intFaceDao or InterfaceDaoa are valid objects. Put these macros in you code e execute a test. $$$LOGINFO("Check intFaceDado " _ ..Adapter.intFaceDao) $$$LOGINFO("Check DaoInterfaceDado" _ ..Adapter.intFace.DaoInterfaceDao) After execution, see in the Envent Log the result. Regards
frank lee · Feb 20, 2024 Can you please help with this error as below : ERROR <Ens>ErrException: <INVALID OREF>zOnGetReplyAction+120^EnsLib.HL7.Operation.ReplyStandard.1 -- logged as '-' number - @' Set tPrevSeg=tSegName, tSegName=tMSA.GetValueAt(0)' Thanks,Frank
Hi Harshdeep,
The error invalid of is like a Java NullPointerException or NullReferenceException of .Net.
Check if intFaceDao or InterfaceDaoa are valid objects. Put these macros in you code e execute a test.
After execution, see in the Envent Log the result.
Regards
Can you please help with this error as below :
ERROR <Ens>ErrException: <INVALID OREF>zOnGetReplyAction+120^EnsLib.HL7.Operation.ReplyStandard.1 -- logged as '-' number - @' Set tPrevSeg=tSegName, tSegName=tMSA.GetValueAt(0)'
Thanks,
Frank