Guardian Procedure Errors and Messages Manual

Unconditional Tokens
ZSPI-TKN-ERROR is the standard SPI error token, whose value consists of the fields Z-SSID and
Z-ERROR. Z-SSID is the subsystem identifier ZFIL-VAL-SSID. Z-ERROR is the file-system error code
returned in the error parameter of FILEINFO; it is always zero because CHECKCLOSE does not
return an error code.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is ZFIL-VAL-CHECKCLOSE
(2).
ZFIL-TKN-XFILENAME is the completely qualified file name (including node name) in external format.
The token ZFIL-TKN-XFILENAME can be null if certain errors occur. For example, if file-system error
16 (file not opened) occurs, the token will be null.
Conditional Tokens
ZFIL-TKN-FILENUMBER is the number of the closed file.
ZFIL-TKN-FILENAME is the name of the file in internal network format. If the file name cannot be
represented in this format or if the file name is not known (file-system error 16 occurred), this token
will not appear.
ZFIL-TKN-TAPEDISP is the selected tape disposition.
Effect
The operation fails.
Recovery
If the file number is invalid, correct the file number. If the caller's backup no longer exists, this error
is for information only; no corrective action is necessary.
3: ZFIL-VAL-CHECKMONITOR
The primary process paired with the process that called CHECKMONITOR stopped or executed
a call to CHECKSWITCH.
Unconditional Tokens
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PROC-ERR token-type ZSPI-TYP-ENUM.
ZFIL-TKN-CHECKPOINTSTATUS token-type ZSPI-TYP-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Conditional Tokens
ZFIL-TKN-OLDPRIMARY token-type ZSPI-TYP-CRTPID.
Unconditional Tokens
ZSPI-TKN-ERROR is the standard SPI error token, whose value consists of the fields Z-SSID and
Z-ERROR. Z-SSID is the subsystem identifier ZFIL-VAL-SSID. Z-ERROR is the file-system error code
returned in the error parameter of FILEINFO; it is always zero because CHECKMONITOR does
not return an error code.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is
ZFIL-VAL-CHECKMONITOR (3).
ZFIL-TKN-CHECKPOINTSTATUS bits <8:15> indicate why the backup took over:
MeaningValue
Primary stopped0
Primary abnormally ended1
Error Lists 91