Guardian Procedure Errors and Messages Manual

Cause An error occurred during an attempt to obtain or propagate security identity information.
Effect The call returns the file-system error number %nnn in errinfo.<8:15>. No process is
created.
Recovery For corrective action for the file-system error returned in errinfo.<8:15>, see “File-System
Errors” (page 19). If the file-system error indicates an invalid operation or an invalid parameter,
the problem might be caused by a version mismatch between the NonStop operating system and
Standard Security. Correct your system configuration if this is the case; otherwise, the problem is
likely to be an internal error that must be reported to your service provider.
30 (%017000) UNABLE TO ALLOCATE NATIVE GLOBALS
Cause The system was unable to allocate the global data segment of a native process.
Effect No process is created.
Recovery Try a different processor or wait until the system load decreases and then retry the existing
call.
31 (%017400) UNABLE TO LOCK NATIVE GLOBALS
Cause The system was unable to lock the global data segments of a native I/O process. This error
is only returned to some privileged callers.
Effect No process is created.
Recovery Try a different processor or wait until the system load decreases and then retry the existing
call.
32 (%020000) MAIN STACK MAXIMUM VALUE TOO LARGE
Cause The main stack maximum value is too large.
Effect No process is created.
Recovery Use the nld utility to specify a new value that is within the valid range.
33 (%020400) HEAP MAXIMUM VALUE TOO LARGE
Cause The heap maximum value is too large.
Effect No process is created.
Recovery Use the nld utility to specify a new value that is within the valid range.
34 (%021000) SPACE GUARANTEE VALUE TOO LARGE
Cause The space guarantee value is too large.
Effect No process is created.
Recovery Use the nld utility to specify a new value that is within the valid range.
35 (%021400 + %nnn) DUPLICATE SRL
Cause The process creation request specifies duplicate shared run-time libraries (SRLs).
Effect %nnn in error.<8:15> contains the SRL numbers of the duplicate SRLs in the form xxyy (where
xx is the first SRL and yy is the duplicate SRL). No process is created.
Error Codes 151