OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual

Return Codes
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual522223-001
B-34
6007 ZGPI-RC-UNEXPECTED-OTT-REQ
6007 ZGPI-RC-UNEXPECTED-OTT-REQ
Cause. The GIP received a request from the object-tree-transport module but was in the
wrong state to respond to the request.
Effect. The request is rejected.
Recovery. Call GPI_STATUS_ and check the secondary code, which contains the GIP
transfer state. Take the recovery action recommended for the error class.
6008 ZGPI-RC-IPC-PROTOCOL-ERROR
Cause. The GIP received a GPI request that violated the expected sequence of events
within the interface protocol.
Effect. The request is rejected.
Recovery. Call GPI_STATUS_ and take the recovery action recommended for the error
class.
6009 ZGPI-RC-TMF-ERROR
Cause. An error occurred during an attempt to begin, end, abort, or resume a TMF
transaction.
Effect. The function is not performed. If this error occurs during a finish-transfer-in
operation, the object is put back in the input queue.
Recovery. Call GPI_STATUS_ and examine the information buffer. The secondary
code is either null or contains the Guardian 90 error. Take the recovery action
recommended for the error class.
6010 ZGPI-RC-GIP-SEND-FAILURE
Cause. The GIP was unable to transfer a communication to the MRP during a transfer-
out operation.
Effect. The transfer-out is not performed.
Recovery. Call GPI_STATUS_ and examine the information buffer. Take the recovery
action recommended for the error class.
6011 ZGPI-RC-WAIT-CANCELLED
Cause. The GIP cancelled a wait request.
Effect. The GPI_MT_WAIT_ procedure is finished processing.
Recovery. This is a warning condition. No action is required.
6012 ZGPI-RC-GIP-INTERNAL-ERROR
Cause. An internal error has occurred in the GIP.