Guardian Procedure Errors and Messages Manual
Cause (This error is returned only by PROCESS_SPAWN_ .) The system was unable to allocate
global data or heap for the process.
Effect No process is created.
Recovery Run on another processor or try later.
116 UNABLE TO PROPAGATE SHARED RUN-TIME LIBRARY (SRL) DATA
(PROCESS_SPAWN_ ONLY).
Cause (This error is returned only by PROCESS_SPAWN_ .) The system was unable to propagate
shared run-time library (SRL) data.
Effect No process is created.
Recovery Run on another processor or try later.
3xx INVALID FILE FORMAT ON SHARED RUN-TIME LIBRARY (SRL)
NUMBER XX
Cause An error was detected in the file format of shared run-time library(SRL) number xx. The
error-detail information contains an error subcode that indicates the invalid file format error.
For possible values, see “Error Subcodes for Process Creation Errors 12, 13, 70, 76, 84, and
3xx” (page 162).
Effect No process is created.
Recovery Take corrective action as indicated by the subcode. In many cases, the object file was
built improperly or corrupted; it must be relinked and perhaps recompiled.
5xx FILE-SYSTEM ERROR ON SHARED RUN-TIME LIBRARY (SRL)
NUMBER XX
Cause There was a file-system error on shared run-time library (SRL) number xx; error-detail
information contains a file-system error number.
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).
1100-1499 INTERNAL ERROR WITHIN A MODULE OF THE OPERATING SYSTEM
Cause An internal error was detected within a module of the operating system.
Effect No process is created.
Recovery Report the internal error and any error detail that accompanied it to your service provider.
Error Lists
If you are using the Subsystem Programmatic Interface (SPI) to send commands to a subsystem,
you might receive an error list in a response. HP subsystems return such an error list when, in
performing your request, they call the PROCESS_LAUNCH_ or PROCESS_CREATE_ procedure
directly or indirectly and an error occurs on the call.
The standard SPI token ZSPI-TKN-PROC-ERR, which is present in every PROCESS_LAUNCH_ and
PROCESS_CREATE_ error list, identifies the procedure that was called. Its value is
ZGRD-VAL-PROCESS-CREATE (22) for PROCESS_CREATE_ and ZGRD-VAL-PROCESS-LAUNCH
(25) for PROCESS_LAUNCH_.
184 Process Creation Errors