OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

Return Codes
OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
B-4
Return Code Values
110 ZMHS_VAL_EM_SCP_ERR
Cause. The P7 API cannot communicate with SCP. The problem could be an internal
software error in OSI/MHS or corrupted data buffers used by the P7 API or other parts
of the OSI/MHS subsystem. The subcode contains the value returned by a call to the
Guardian FILEINFO procedure. (This call follows a call to WRITEREADX by the
P7 API procedure that returned this error.)
Effect. The procedure is not performed.
Recovery. See the Guardian Procedure Errors and Messages Manual for a description
of the error number given in the subcode. Follow the recommended procedure for
recovery given in that manual. If this recovery procedure does not correct the problem,
contact your Compaq representative.
111 ZMHS_VAL_EM_BAD_PARAM
Cause. The value that you specified for a parameter in a call to LOS_OPEN_ is invalid.
A subcode of 4 indicates an invalid MHS manager name. You might have specified the
wrong MHS manager name or the MHS manager might be in a STOPPED state. Any
other subcode value indicates an internal software error.
Effect. The procedure is not performed.
Recovery. If the subcode has a value of 4, check the name of the MHS manager to see
that you are specifying the local manager. If so, check to see that the MHS manager is
in the STARTED state. If the subcode has any other value, call your Compaq
representative.
112 ZMHS_VAL_EM_NO_MEM
Cause. All available memory in the extended memory segment used by the P7 API
routines is currently in use. The subcode contains the value returned by one of the
following Guardian procedure calls : ALLOCATESEGMENT, USESEGMENT,
DEFINEPOOL, GETPOOL, and PUTPOOL. These procedures are called by the
P7 API routine returning this error.
Effect. The procedure is not performed.
Recovery. Check the Guardian Procedure Errors and Messages Manual for a
description of the error given in the subcode and follow the recommended procedure for
recovery given in that manual.
113 ZMHS_VAL_EM_CMD_ERR
Cause. An internal SCF protocol error occurred. The problem could be:
An internal software error in OSI/MHS
Corrupted data buffers used by the P7 API or other parts of the OSI/MHS subsystem
Incompatible software versions of the MHS manager, P7 API declarations files, or
OSI/MHS processes