TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-2
TACL Error Messages
Cause. Certain built-in functions that perform I/O, including (#)PUSH #IN, (#)PUSH
#OUT, and #REQUESTER, require block buffers. There are only four available. More
than four block buffers would have been needed to carry out the action you requested.
Effect. The requested operation is ignored.
Recovery. Perform a (#)POP #IN or #OUT or #REQUESTER /CLOSE/ operation as
necessary.
Cause. You attempted to create more than 100 simultaneous requesters and servers
(explicit and implicit).
Effect. The requested operation is ignored.
Recovery. You will have to use no more than 100 simultaneous requesters and
servers.
Cause. You attempted to use a simple item at a place other than the end of a
structure reference.
Effect. The requested operation is ignored.
Recovery. Correct the structure reference.
Cause. An operation has caused a processor-detected arithmetic overflow. (Be sure
you did not try to divide by zero.)
Effect. The requested operation is ignored.
Recovery. There is a pointer that helps you to isolate the place where the overflow
occurred. Make the needed correction and retry the operation.
Cause. In a (#)BACKUPCPU request, you specified that the TACL backup is to be run
in a processor that is down.
*ERROR* All block buffers in use
*ERROR* All possible simultaneous servers and requesters in
use
*ERROR* A non-STRUCT may appear only at the end
*ERROR* Arithmetic overflow
*ERROR* Backup CPU is down