Guardian Procedure Calls Reference Manual
Table 35 Summary of Process Creation Errors (continued)
Descriptionerror
A DEFINE is recognized by the systems, but it is not a valid DEFINE. Error details
are:
82
The define is not class SEARCH.0
An attribute other than CLASS or SUBVOL0 is specified.2055
All other details are as reported by the DEFININFO function.
A file-system error occurred on the TNS Emulator while attempting process creation.
error-detail contains a file-system error number.
83
An error is detected in the file format of the TNS Emulator.84
A failure occurred while attempting to preload a public DLL specified in the zreg file.
Error details are:
99
The export digest of the public DLL does not a match to the export digest
found in the specified zreg file.
1
The license value of the public DLL does not a match to the license value
found in the specified zreg file.
2
The public DLL is licensed and has unprotected data.3
The public DLL is not preset.4
The public DLL has a priv or callable Main procedure.5
The public DLL does not support highpin.6
The public DLL is not owned by super ID.7
The public DLL has callable procedures and is not licensed.8
A public DLL with this name has already been preloaded (duplicate name
in zreg).
9
The text, data, or gateway of the public DLL overlaps that of another public
DLL.
10
The export digest attribute for this public DLL is missing from the zreg file.11
A process cannot be created because there are insufficient resources
(PROCESS_SPAWN_ only).
104
The oss-program-file parameter is an interpreter shell script that cannot be
started (PROCESS_SPAWN_ only).
106
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).
107
The calling process is not OSS. (PROCESS_SPAWN_ only).108
The current working directory for the new process could not be obtained
(PROCESS_SPAWN_ only).
110
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
111
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).
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
112
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).
1068 Guardian Procedure Calls (P)