Guardian Procedure Errors and Messages Manual

Recovery Take corrective action as indicated by the error subcode.
83 A FILE SYSTEM ERROR WAS ENCOUNTERED ON THE TNS EMULATOR
Cause A file system error occurred on the TNS Emulator while attempting process creation. The
error detail contains a file system error number.
Effect No process is created.
Recovery For corrective action for the file-system error returned in the error-detail information,
see “File-System Errors” (page 19).
84 INVALID FILE FORMAT IN THE TNS EMULATOR
Cause An error is detected in the file format of the TNS Emulator. The error detail information
contains an error subcode that indicates the invalid file format. These errors are listed in
Table 8 (page 162).
Effect No process is created.
Recovery Take corrective action as indicated by the error subcode. In many cases, the object file
was improperly built or corrupted. Consider relinking and recompiling the file.
99 ERROR IN PRELOADING A PUBLIC DLL
Cause A failure occurred while attempting to preload a public DLL specified in the zreg file. The
error-detail information contains an error subcode that indicates the nature of the error. The
error-subcodes are listed in Table 23.
Table 23 Error Subcodes for Process Creation Error 99
MeaningSubcode
The export digest of the public DLL is not a match to the export digest found in the specified zreg file.1
The license value of the public DLL is not a match to the license value found in the specified zreg file.2
The public DLL is licensed and has unprotected data.3
The public DLL is not preset.4
The public DLL has a priv or callable Main procedure.5
The public DLL does not support highpin.6
The public DLL is not owned by super ID.7
The public DLL has callable procedures and is not licensed.8
A public DLL with this name has already been preloaded (duplicate name in zreg).9
The text, data, or gateway of the public DLL overlaps that of another public DLL.10
The export digest attribute for this public DLL is missing from the zreg file.11
Effect The public DLL is not preloaded into the public library table.
Recovery Contact your service provider reporting the error code and error detail if you are using
a zreg file and public DLL set that was created by PLINSTL and has not been modified. If you have
been attempting to adjust the public DLL set manually (not recommended), fix or replace the loadfile
based on the problem reported in the error detail, or run PLINSTL to create an appropriate set of
public DLLs.
104 UNABLE TO CREATE OSS PROCESS
Error Codes 181