Guardian Procedure Errors and Messages Manual

corrective action for the file-system error returned in the error-detail information, see
“File-System Errors” (page 19).
111 OSS FILE DESCRIPTOR DUP ERROR
Cause (This error is returned only by PROCESS_SPAWN_.) One of the file descriptors specified to
be duplicated with the OSS dup() function that was passed in the fdinfo parameter was not
duplicated. The ZSYS-DDL-PROCESSRESULTS.Z-TPCDETAIL field of the process-results parameter
contains the index into the ZSYS-DDL-FDINFO.Z-FDENTRY structure to identify which of the file
descriptors failed to be duplicated. The ZSYS-DDL-PROCESSRESULTS.Z-ERRNO field of the
process-results parameter contains an OSS dup() function errno value.
Effect No process is created.
Recovery To determine corrective action, see the Open System Services System Calls Reference
Manual for a description of the OSS dup() function errno values.
112 OSS FILE DESCRIPTOR OPEN ERROR
Cause (This error is returned only by PROCESS_SPAWN_.) One of the file descriptors specified to
be opened with the OSS open() function that was passed in the fdinfo parameter was not opened.
The ZSYS-DDL-PROCESSRESULTS.Z-TPCDETAIL field of the process-results parameter contains the
index into the ZSYS-DDL-FDINFO.Z-FDENTRY structure to identify which of the file descriptors failed
to be opened. The ZSYS-DDL-PROCESSRESULTS.Z-ERRNO field of the process-results parameter
contains an OSS open() function errno value.
Effect No process is created.
Recovery To determine corrective action, see the Open System Services System Calls Reference
Manual for a description of the OSS open() function errno values.
113 OSS FILE DESCRIPTOR OPEN TIMEOUT ERROR
Cause (This error is returned only by PROCESS_SPAWN_.) The timeout value in the
ZSYS-DDL-FDINFO.Z-TIMEOUT field of the fdinfo parameter was reached before the file descriptors
specified in the fdinfo parameter were opened.
Effect No process is created.
Recovery Recovery, if any, is application dependent. Recovery actions include but are not limited
to the following: select a longer timeout value, select a timeout value of 0 to allow the
PROCESS_SPAWN_ call to return to the application without waiting for files to be opened or
duplicated, select a different file to be opened or duplicated, or select a different open flag such
as OSSOPEN^NONBLOCK to open the file for nonblocked access.
114 CANNOT CREATE OSS PRIV PROCESS
Cause (This error is returned only by PROCESS_SPAWN_.) The process cannot be created because
privileged OSS processes are not supported.
Effect No process is created.
Recovery Specify a program file that is not to be run as a privileged process when calling the
PROCESS_SPAWN_ procedure.
115 UNABLE TO ALLOCATE GLOBAL DATA OR HEAP FOR THE PROCESS
(PROCESS_SPAWN_ ONLY)
Error Codes 183