Guardian Procedure Errors and Messages Manual
Cause (This error is returned only by PROCESS_SPAWN_.) An OSS process cannot be created
because there are insufficient resources.
Effect No process is created.
Recovery The recovery method depends on the error-detail code received:
1. Request TNS floating point in your creation request, or upgrade to a release and processors
that support IEEE floating point.
2. Change your process create request to one of the supported floating point types.
3. Recompile the object file(s) with the same floating point type for all.
106 OSS START INTERPRETER ERROR
Cause (This error is returned only by PROCESS_SPAWN_.) The oss-program-file parameter is an
interpreter shell script that cannot be started. The error-detail information contains the error
number of the file-system error that occurred.
Effect No interpreter script file is started.
Recovery For corrective action for the file-system error returned in the error-detail information,
see “File-System Errors” (page 19).
107 OSS STATIC VARIABLE ERROR
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 For corrective action for the file-system error returned in the error-detail information,
see “File-System Errors” (page 19).
108 THE CALLING PROCESS IS NOT OSS
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 OSS CURRENT WORKING DIRECTORY ERROR
Cause (This error is returned only by PROCESS_SPAWN_.) The current working directory for the
new process was not obtained. The current working directory is specified in the
ZSYS-DDL-FDINFO.Z-CWD field of the fdinfo parameter. If it is null, the caller's current working
directory is used. If the caller does not have a current working directory, 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, for
182 Process Creation Errors