Guardian Procedure Errors and Messages Manual
Cause The error-detail information contains an error subcode that indicates the nature of the
error. The error-subcodes are listed in Table 21.
Table 21 Error Subcodes for Process Creation Error 79
MeaningSubcode
The RLD heap attempted to exceed available KMSF space.1
The RLD heap attempted to exceed its allocated address range.2
RLD limit of handles was exhausted. This error is reported for dynamic loading, not at process creation.3
The process limit for keys is exhausted. Keys are an operating-system resource used by the loader.4
Effect No process is created.
Recovery For subcode 3: Each call on dlopen() generates a new handle; avoid a large number
of calls specifying the same path argument. For the others: Contact your service provider, and
report the error and the error detail.
80 ERROR LOADING A DROP-IN PROGRAM
Cause A failure occurred while loading or running a program that must be dropped in rather than
run through RLD. Error details indicate that the drop-in program is not constructed or installed
correctly.
Table 22 Error Subcodes for Process Creation Error 80
MeaningSubcode
The export digest of the file does not match the export
digest of the impImp file in memory.
16
Effect No process is created.
Recovery For subcode 16, verify that the right copy of the drop-in program is being used. It must
have been preset for use with the implicit DLLs in the SYSnn. For other subcodes, contact your
service provider, reporting the error code and the error detail.
81 ERROR LOADING OR RUNNING THE TNS EMULATOR
Cause A failure occurred while loading or running the TNS Emulator. Error details other than the
following indicate that the TNS Emulator is not constructed or installed correctly. 16- The export
digest of the file does not match the export digest of the impImp file in memory.
Effect No process is created.
Recovery For subcode 16, verify that the right copy of the TNS emulator is being used. The set of
public DLLs, including ZTNSDLL, must be installed and preset for use with the implicit DLLs in this
SYSnn.For other subcodes, contact your service provider, reporting the error code and the error
detail.
82 A DEFINE=_TNS IS PRESENT BUT NOT VALID
Cause A DEFINE is recognized by the systems, but it is not a valid DEFINE. Error details are: 0 -
The define is not class SEARCH 2055 - An attribute other than CLASS or SUBVOL0 is specified
All other details are as reported by the DEFININFO function.
Effect No process is created.
180 Process Creation Errors