Try to check who calls GetBatchHeader and what it returns.
At a glance, I think it's called from GetBatchObject method of EnsLib.RecordMap.Service.BatchStandard class:
Set tStatus = $classmethod(..BatchClass, "GetBatchHeader", pIOStream, pTimeout, .pBatch, .pLookAhead) If $$$ISERR(tStatus) Quit
Check that tStatus is not an error, fix GetBatchHeader it if it's an error.
- Log in to post comments
