We keep seeing NOK errors like the one below in processes that use OIS100MI.UpdLineDates
This example uses fields: CONO, ORNO, PONR, DWDZ, DSDT, DSHM
M3:UPD_LINE Connecting to host:************* port:16,205 user: M3SERVADM2
Variables:
lastReturnMessage(Type=String) = NOK
lastErrorCode(Type=Integer) = 27
lastOutputData(Type=Object) =
lastInformationCode(Type=Integer) = 8
UPD_LINE_errorCode = 27
UPD_LINE_informationCode = 8
UPD_LINE_returnMessage = NOK
UPD_LINE_outputData =
M3 Error NOK
We have verified that the inputs are good. Our thought is that it's a locked record, but our process does check for that prior to executing the API and releases the lock if needed.
Is there a list of error codes somewhere we could reference so we can better troubleshoot these kinds of errors?