HP Guardian Errors Manual page 133

Procedure errors and messages manual
Table of Contents

Advertisement

Recovery Contact your service provider.
534
SIOERR^CHECKSUMCOMM: A discrepancy was
detected between the common FCB checksum
and the previous checksum.
Cause While performing a checksum on the common file control block (FCB), the system encountered
a discrepancy between this checksum and the previous checksum. This error is returned by all
procedures.
Effect The procedure sets the error code and returns without performing the requested operation
and the process abends. The FCB might be damaged.
Recovery Check the program for pointer errors or other errors that might have caused this error.
535
SIOERR^CHECKSUM: A discrepancy was detected
between the file FCB checksum and the previous
checksum.
Cause While performing a checksum on the file control block (FCB), the system encountered a
discrepancy between this checksum and the previous checksum. This error is returned by all
procedures.
Effect The procedure sets the error code and returns without performing the requested operation
and the process abends. The FCB might be damaged.
Recovery Check the program for pointer errors or other errors that could have returned this error.
536
SIO^OLDCOMMFCB: The FCB format allocated is not
valid.
Cause The file FCB used to open $RECEIVE is in the new D-series format, but the common FCB is
in the old C-series or earlier format.
Effect If the open flag, ABORT^OPENERR is set or defaults to TRUE, then the process ABENDs; if
ABORT^OPENERR is set to FALSE, then error 536 is returned to the caller of OPEN^FILE. This is
a fatal error.
Recovery This error probably results from a programming error. Define the common FCB using the
compile-time DEFINE^CBS^D or the run-time SET^FILE INIT^FILEFCB^D.
537
SIOERR^EDITLINEOFLOW: The highest possible
EDIT line number was exceeded.
Cause The SIO procedure call attempted to write a line to an EDIT file with a line number greater
than 99999.999 (the largest allowable line number).
Effect The line is not written. The error is treated as fatal.
Recovery Write smaller files, use a file organization other than EDIT files, use SIO or IOEdit to
specify fractional line numbers, or use IOEdit to renumber the file. The smallest possible line number
increment that SIO can set is 0.001.
538
SIOERR^EXTSIZE^OVERFLOW: Extent size
is greater than 65535 pages
Cause The CHECK^FILE procedure could not return the primary or secondary extent value because
the extent size is greater than 65,535 pages.
Effect The procedure sets the error code and returns without performing the requested operation.
Message Descritptions 133

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Guardian Errors and is the answer not in the manual?

This manual is also suitable for:

Guardian

Table of Contents