Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-126
PROCESS_LAUNCH_ Procedure
5 The public DLL has a priv or callable Main procedure
6 The public DLL does not support highpin.
7 The public DLL is not owned by super ID.
8 The public DLL has callable procedures and is not licensed.
9 A public DLL with this name has already been preloaded (duplicate name
in zreg).
10 The text, data, or gateway of the public DLL overlaps that of another
public DLL
11 The export digest attribute for this public DLL is missing from the zreg file.
104 A process cannot be created because there are insufficient resources
(PROCESS_SPAWN_ only).
106 The oss-program-file parameter is an interpreter shell script that cannot be
started (PROCESS_SPAWN_ only).
107 An error occurred during the allocation of user data space for static variables
used by the system library. Z^TPCDETAIL contains the number of the file-system
error that occurred (PROCESS_SPAWN_ only).
108 The calling process is not OSS. (PROCESS_SPAWN_ only).
110 The current working directory for the new process could not be obtained
(PROCESS_SPAWN_ only).
111 One of the file descriptors specified to be duplicated with the OSS dup() function
in the fdinfo parameter could not be duplicated. Z^TPCDETAIL contains the
index into the ZSYS^DDL^FDINFO.Z^FDENTRY structure to identify which of the
file descriptors failed to be duplicated. Z^ERRNO contains an OSS dup()
function errno value (PROCESS_SPAWN_ only).
112 One of the file descriptors specified to be opened with the OSS open() function
in the fdinfo parameter could not be opened. Z^TPCDETAIL contains the index
into the ZSYS^DDL^FDINFO.Z^FDENTRY structure to identify which of the file
descriptors failed to be opened. Z^ERRNO contains an OSS open() function
errno value (PROCESS_SPAWN_ only).
113 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 could be opened. It is also possible that one of the file descriptors is
not responding (PROCESS_SPAWN_ only).
114 A process cannot be created because privileged OSS processes are not
supported (PROCESS_SPAWN_ only, prior to the G05 RVU.).
Table 12-3. Summary of Process Creation Errors (page 9 of 10)
error Description
* Refer to the Guardian Procedure Errors and Messages Manual for a list of all file-system and DEFINE errors.
**When error-detail indicates the number of a shared run-time library (SRL), the number represents either
the public SRL relative number, or 00 for a native user library. For more information on shared run-time libraries
(SRLs) refer to the nld and noft Manual.
Note: Refer to Guardian Procedure Errors and Messages Manual for Cause, Effect, and Recovery of all the
Process Creation Errors.