HP Guardian Errors Manual page 131

Procedure errors and messages manual
Table of Contents

Advertisement

Recovery Correct the record length.
521
SIOERR^INVALIDEDITFILE: The specified file
is not a valid EDIT file.
Cause The directory indicates that the EDIT file is damaged. This error is returned only by
OPEN^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Refer to
"EDITREAD and EDITREADINIT Errors" (page
522
SIOERR^FILEALREADYOPEN: Either the SET^FILE or
CHECK^FILE operation is not valid on an open file
or OPEN^FILE was called for a file already open.
Cause The program used SET^FILE or CHECK^FILE for a file that should be closed, or it used
OPEN^FILE for a file that is already open. This error is returned only by SET^FILE, CHECK^FILE,
and OPEN^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Either close the file or correct the procedure call (for example, change parameters to
permit operation when the file is open).
523
SIOERR^EDITREADERR: An EDITREAD
or EDITREADINIT error occurred.
Cause An EDITREAD or EDITREADINIT error occurred. This error is returned only by OPEN^FILE
and READ^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Refer to
"EDITREAD and EDITREADINIT Errors" (page
SIOERR^FILENOTOPEN: The specified file was not open.
Cause The specified file is closed. There is a check, read, set, write, or wait error.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Either open the file or correct the procedure call (for example, change parameters to
permit operation when the file is closed).
525
SIOERR^ACCESSVIOLATION: The requested operation
was inconsistent with the access mode.
Cause The operation was inconsistent with the access mode specified at OPEN^FILE time. For
example, WRITE^FILE to a file opened for READACCESS only, or READ^FILE from a file opened
for WRITEACCESS only.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Change the operation or access mode.
526
SIOERR^NOSTACKSPACE: The required operation
failed because of insufficient stack space.
Cause A waited WRITE^FILE operation attempted to allocate a temporary buffer from which to do
the actual WRITE. For example, it needed to add padding beyond the end of the user-supplied
220), for corrective action.
220), for corrective action.
Message Descritptions
131

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents