Guardian Procedure Errors and Messages Manual

Recovery Either remove the licensing of the program, if possible, or use the nld utility to specify
another SRL.
51 THE PROGRAM FILE REQUIRES A SYMBOL FROM A SHARED RUN-
TIME LIBRARY (SRL) BUT THE SRL IS NOT EXPORTING IT
Cause The program file requires a symbol from a shared run-time library (SRL) but the SRL is not
exporting it; the error-detail information contains the SRL number of the SRL that does not
export the required symbol.
Effect No process is created.
Recovery Use the nld utility to specify another SRL that contains the desired data block.
52 THE SPECIFIED VERSION, Z^VERSION, OF THE
ZSYS^DDL^PLAUNCH^PARMS STRUCTURE IS NOT SUPPORTED
Cause (This error is returned only by PROCESS_LAUNCH_ .) The version Z^VERSION of the
ZSYS^DDL^PLAUNCH^PARMS structure is not supported.
Effect No process is created.
Recovery Recode or recompile and rebuild the program.
53 THE SPECIFIED VERSION, Z^VERSION, OF THE
ZSYS^DDL^PLAUNCH^PARMS STRUCTURE IS INCOMPATIBLE WITH
THE SPECIFIED LENGTH,Z^LENGTH,OF THE STRUCTURE
Cause (This error is returned only by PROCESS_LAUNCH_ .) The version Z^VERSION of the
ZSYS^DDL^PLAUNCH^PARMS structure is incompatible.
Effect No process is created.
Recovery Recode or recompile and rebuild the program.
54 INTERNAL PROCESS CREATION ERROR
Cause A privileged interface to the PROCESS_LAUNCH_ procedure is invalid.
Effect No process is created.
Recovery Recode or recompile and rebuild the program.
55 THE SPECIFIED SPACE GUARANTEE CANNOT BE ALLOCATED
Cause The space guarantee specified in Z^SPACE^GUARANTEE (PROCESS_LAUNCH_) or
Z^SPACEGUARANTEE (PROCESS_SPAWN_) cannot be allocated.
Effect No process is created.
Recovery Either use the nld utility to shrink the guaranteed swap space specification, use NSKCOM
to add additional swap space for the target processor, or run on another processor.
56 INTERNAL PROCESS CREATION ERROR
Cause An internal error occurred.
Effect No process is created.
Error Codes 171