Guardian Procedure Errors and Messages Manual

Cause A security violation occurred. The program file is not licensed but a shared run-time library
(SRL) is licensed and has instance data.
Effect %nnn in error.<8:15> contains the SRL number of the licensed SRL. No process is created.
Recovery License the program file, if possible.
42 (%025000 + %nnn) SRL SECURITY VIOLATION
Cause A security violation occurred. Either the program file or a shared run-time library (SRL) is
licensed, but another SRL is not licensed.
Effect %nnn in error.<8:15> contains the SRL number of the unlicensed SRL. No process is created.
Recovery Either remove the licensing of the program, if possible, or use the nld utility to specify
another SRL.
43 (%025400 + %nnn) PROGRAM REQUIRES SYMBOL FROM SRL
Cause The program file requires a symbol from a shared run-time library (SRL) but the SRL is not
exporting it.
Effect %nnn in error.<8:15> contains the SRL number of the SRL that does not export the required
symbol. No process is created.
Recovery Use the nld utility to specify another SRL that contains the desired data block.
47 (%027400) CANNOT GUARANTEE SWAP SPACE
Cause Requested swap space for the TNS/R native process cannot be guaranteed.
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.
48 (%030000 + %nnn) MISMATCH ON NUMBER OF SRLS
Cause The number of shared run-time libraries (SRLs) specified by an SRL is incorrect.
Effect %nnn in error.<8:15> contains the SRL number of the SRL that caused the error. 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.
49 (%030400 + %nnn) UNDEFINED EXTERNALS IN SRL
Cause A shared run-time library (SRL) has undefined externals.
Effect %nnn in error.<8:15> contains the SRL number of the SRL that has undefined externals. No
process is created.
Recovery Check that the SRL versions match and obtain matching versions if they do not. If the
problem persists, contact your service provider.
50 (%031000) INCORRECT NUMBER OF SRLS IN PROGRAM FILE
Cause The number of shared run-time libraries (SRLs) specified for the program file is incorrect.
Error Codes 153