HP Guardian Errors Manual page 180

Procedure errors and messages manual
Table of Contents

Advertisement

Cause (This error is returned only by PROCESS_SPAWN_.) An error occurred during the allocation
of user data space for static variables used by the system library. The error-detail information
contains the error number of the file-system error that occurred.
Effect No process is created.
Recovery Refer to
error-detail information.
108
Cause A Guardian process attempted to call an OSS-only process-creation function: fork, exec...,
tdm_fork, tdm_exec..., tdm_spawn...
Effect No process is created.
Recovery Make the call from an OSS process.
110
Cause (This error is returned only by PROCESS_SPAWN_.) The current working directory for the
new process could not be obtained. The current working directory is specified in the
ZSYS-DDL-FDINFO.Z-CWD field of the fdinfo parameter. If it is null, then the caller's current working
directory is used. If the caller does not have a current working directory, then the caller's default
volume is used. The error-detail information contains either an OSS errno value or the error number
of the file-system error that occurred.
Effect No process is created.
Recovery If the error-detail information contains the OSS errno value ENOENT (4002), then the
specified current working directory does not exist or does not exist on the current system. Make
sure that the default volume exists and is local to the calling process. For other error values, refer
to
"File-System Errors" (page
information.
111
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 could not be
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 Determine corrective action by referring to the Open System Services System Calls
Reference Manualfor a description of the OSS dup() function errno values.
112
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 could not be
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.
180 Process Creation Errors
"File-System Errors" (page
THE CALLING PROCESS IS NOT OSS
OSS CURRENT WORKING DIRECTORY ERROR
19), for corrective action for the error returned in the error-detail
OSS FILE DESCRIPTOR DUP ERROR
OSS FILE DESCRIPTOR OPEN ERROR
19), for corrective action for the error returned in the

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents