Guardian Procedure Errors and Messages Manual

Cause The main stack maximum value is too large.
Effect No process is created.
Recovery Either change the procedure call (if applicable) or use the nld utility to change the object
file to specify a new value that is within the valid range.
41 THE HEAP MAXIMUM VALUE, SPECIFIED EITHER BY THE
PROCEDURE CALL OR BY THE OBJECT FILE, IS TOO LARGE
Cause The heap maximum value is too large.
Effect No process is created.
Recovery Either change the procedure call (if applicable) or use the nld utility to change the object
file to specify a new value that is within the valid range.
42 THE SPACE GUARANTEE VALUE, SPECIFIED EITHER BY THE
PROCEDURE CALL OR BY THE OBJECT FILE, IS TOO LARGE
Cause The space guarantee value is too large.
Effect No process is created.
Recovery Either change the procedure call (if applicable) or use the nld utility to change the object
file to specify a new value that is within the valid range.
43 THE PROCESS CREATION REQUEST SPECIFIES TWO FILES THAT
CONTAIN THE SAME SHARED RUN-TIME LIBRARY (SRL) NAMES
Cause The process creation request specifies duplicate shared run-time libraries (SRLs); the
error-detail information contains the numbers of the duplicate SRLs in the form xxyy (where
xx is the first SRL and yy is the duplicate SRL).
Effect No process is created.
Recovery Use the original object files and the nld utility to re-create the program file.
44 UNABLE TO FIND A SHARED RUN-TIME LIBRARY (SRL) SPECIFIED
BY THE PROGRAM FILE
Cause The system was unable to find a shared run-time library (SRL) specified by the program file;
the error-detail information contains the SRL number of the SRL that was not found.
Effect No process is created.
Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
45 UNABLE TO FIND A SHARED RUN-TIME LIBRARY (SRL) SPECIFIED
BY ANOTHER SRL
Cause The system was unable to find a shared run-time library (SRL) specified by another SRL; the
error-detail information contains the SRL numbers of the two SRLs in the form xxyy (where xx
is the SRL that specifies the yy SRL).
Effect No process is created.
Error Codes 169