Guardian Procedure Errors and Messages Manual
Cause The cause of this error can be one of the following:
• The INITIALIZER procedure was called by a TNS/R native process that did not specify the
required num^fcbs parameter.
• A negative number of file control blocks (FCBs) was specified in the num^fcbs parameter.
• A positive number of file control blocks (FCBs) was specified in the num^fcbs parameter but
the fcb^array parameter was not specified.
Effect INITIALIZER prepares the error message and calls ABEND.
Recovery Either correct the value in the num^fcbs parameter or specify the num^fcbs parameter.
Error message: "INITIALIZER: Timeout reading $RECEIVE"
Cause A timeout occurred during a wait on $RECEIVE to read the startup sequence.
Effect INITIALIZER prepares the error message and calls ABEND.
Recovery The default waiting period is 60 seconds. The D10 and later versions of GPLIB offer an
optional parameter to specify this timeout period.
Error message: "INITIALIZER: Unexpected message from
creator process"
Cause The message received from the creator process was not a valid message in the startup
sequence.
Effect INITIALIZER prepares the error message and calls ABEND.
Recovery Correct the program that is sending the startup sequence. For more information, see the
Guardian Programmer's Guide.
Error message: "INITIALIZER: Message saving requested but
RUCB missing or undersized"
Cause This is an internal error.
Effect INITIALIZER prepares the error message and calls ABEND.
Recovery If bits <0:10> of the flags parameter are 0, report this problem to your service provider.
Error message: "INITIALIZER: Unable to obtain process handle"
Cause This is an internal error.
Effect INITIALIZER prepares the error message and calls ABEND.
Recovery Report this problem to your service provider.
Error message: "INITIALIZER: Backup takeover and
flags.<12> reset"
Cause The backup of a process pair returned from CHECKMONITOR and flags.<12> was reset
to 0.
Effect INITIALIZER prepares the error message and calls ABEND.
Error Messages 233