Guardian Procedure Errors and Messages Manual
Table 13 Corrective Action for Process Creation Error 67
Corrective ActionSubcode
The DLL file specified to create the process contains incorrect or corrupt information about the
floattype. Recompile the object file(s) using a valid floattype.
2
Recompile and relink the object file(s) using the same floating-point type for all, or if the DLL does not
operate on floating-point data, force its floattype attribute to neutral_float. The floattype attribute
4
can be specified to the ld utility; use the -set command at link time, or the -change command to modify
in an existing file. Note that the DLL specified Tandem floating-point.
Recompile and relink the object file(s) using the same floating-point type for all, or if the DLL does not
operate on floating-point data, force its floattype attribute to neutral_float. The floattype attribute
5
can be specified to the ld utility; use the -set command at link time, or the -change command to modify
in an existing file. Note that the DLL specified IEEE floating-point.
68 A DEFINE=_RLD IS PRESENT BUT NOT VALID
Cause The error-detail information contains an error subcode that indicates the nature of the
error. The error-subcodes are listed in Table 14.
Table 14 Error Subcodes for Process Creation Error 68
MeaningSubcode
The define is not of class SEARCH.0
An attribute other than CLASS or SUBVOL0 is specified.2055
As reported by the DEFINEINFO function.Others
Effect No process is created.
Recovery Take action as indicated by the error subcode.
69 A FILE SYSTEM ERROR WAS ENCOUNTERED ON THE RUNTIME LOADER LIBRARY (rld)
Cause A file system error occurred on the runtime loader library while attempting the 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).
70 INVALID FILE FORMAT IN THE RUNTIME LOADER LIBRARY (rld)
Cause An error was detected in the file format of the runtime loader library (RLD). The
error-detail information contains an error subcode that indicates the invalid file format error.
These errors are listed in Table 8 (page 162).
Effect No process is created.
Recovery Take corrective action as indicated by the subcode. In many cases, the object file was
built improperly or corrupted; it must be relinked and perhaps recompiled.
71 ERROR LOADING OR RUNNING THE RUNTIME LOADER (rld)
Cause A failure occurred while loading or running the runtime loader (RLD). Error details other
than the following indicate that rld was not constructed or installed correctly.
Error Codes 175