Guardian Procedure Errors and Messages Manual

buffer, or the next physical transfer began at an odd byte. However, the attempt failed. This error
is returned only by WRITE^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Increase the run-time memory size if it is less than 32K bytes; otherwise, move one or
more nonstring arrays to upper memory.
527 SIOERR^BLOCKINGREQD: The temporary buffer
required for a nowait WRITE^FILE operation
was not provided.
Cause A nowait WRITE^FILE operation required a temporary buffer but none was provided.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Supply a block buffer.
530 SIOERR^INVALIDRECVWRITE: The program called
WRITE^FILE for $RECEIVE before calling READ^FILE.
Cause The program called WRITE^FILE for $RECEIVE without first calling READ^FILE. This error is
returned only by WRITE^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Add the missing read.
531 SIOERR^CANTOPENRECV: A call to CHECK^BREAK
could not open $RECEIVE or $RECEIVE was
opened without calling OPEN^FILE.
Cause A call to CHECK^BREAK did not open $RECEIVE for break monitoring. The user opened
$RECEIVE without calling the OPEN^FILE procedure. This error is returned only by CHECK^BREAK.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Change the program so that a call to OPEN^FILE opens $RECEIVE.
532 SIOERR^IORESTARTED: A nowait I/O operation
has been restarted.
Cause A nowait I/O was specified, and the first call to READ^FILE or WRITE^FILE started the first
physical I/O. The first call to WAIT^FILE waits for the first physical operation to finish, starts the
second, and returns this error. Subsequent calls to WAIT^FILE repeat this pattern until the logical
I/O operation is finished and either or an actual error code is returned. READ^FILE, WRITE^FILE,
and WAIT^FILE return this error.
Effect The nowait I/O operation is restarted.
Recovery Call WAIT^FILE again to continue waiting.
533 SIOERR^INTERNAL: An internal SIO error occurred.
Cause An internal error occurred. This error is returned by WAIT^FILE and CLOSE^FILE.
Effect The procedure sets the error code and returns without performing the requested operation.
Message Descritptions 133