Guardian Procedure Errors and Messages Manual
Cause A file-system error occurred on the program file during process creation. The error-detail
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).
2 PARAMETER ERROR
Cause The call contained an invalid combination of options. For the PROCESS_LAUNCH_ and
PROCESS_SPAWN_ procedures, the error-detail information indicates the first parameter to
be found in error. For possible values, see Table 7. For the PROCESS_CREATE_ procedure, the
error-detail information contains the number of first parameter found to be in error, where 1
designates the leftmost parameter.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Check the call to make sure the options are correct and in the proper order.
3 BOUNDS VIOLATION
Cause There was a bounds violation on a reference parameter. For the PROCESS_LAUNCH_ and
PROCESS_SPAWN_ procedures, the error-detail information indicates the first parameter to
be found in error. For possible values, see Table 7. For the PROCESS_CREATE_ procedure, the
error-detail information contains the number of first parameter found to be in error, where 1
designates the leftmost parameter.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Pass a correct reference address.
Table 7 Error Subcodes for PROCESS_LAUNCH_ and PROCESS_SPAWN_ Errors 2 and 3
PROCESS_SPAWN_ Structure Field or Parameter in ErrorPROCESS_LAUNCH_ Structure Field or
Parameter in Error
error- detail
oss-program-fileZ^PROGRAM^NAME1
Z^LIBRARYNAMEZ^LIBRARY^NAME2
Z^SWAPFILENAMEZ^SWAPFILE^NAME3
Z^EXTSWAPFILENAMEZ^EXTSWAPFILE^NAME4
Z^PRIORITYZ^PRIORITY5
Z^CPUZ^CPU6
Z^NAMEOPTIONSZ^NAME^OPTIONS9
Z^PROCESSNAMEZ^PROCESS^NAME10
Z^HOMETERMZ^HOMETERM^NAME14
Z^MEMORYPAGESZ^MEMORY^PAGES15
Z^JOBIDZ^JOBID16
Z^CREATEOPTIONSZ^CREATE^OPTIONS17
Z^DEFINESZ^DEFINES^NAME18
Z^DEBUGOPTIONSZ^DEBUG^OPTIONS19
Z^PFSSIZEZ^PFS^SIZE20
Error Codes 159