TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-30
TACL Error Messages
Cause. TACL experienced a processor stack overflow, possibly because of a very
large structure or I/O buffer.
Effect. The requested operation is ignored.
Recovery. Reexamine your coding to find ways in which structures or I/O buffers can
be made smaller.
Cause. In an #SSxxx function, you supplied a token map and a structure whose data
area was smaller than that described by the token map.
Effect. The requested operation is ignored.
Recovery. Ensure that the structure involved has enough data area to accommodate
the token map's specifications
Cause. You attempted to use a structure as an SPI buffer, but the structure is either
too short to hold a header or is shorter than the header claims.
Effect. The requested operation is ignored.
Recovery. Ensure that the structure has a data area large enough to accommodate
the header and its requirements.
Cause. You attempted to define a structure whose data area would be longer than the
TACL limit of 5000 bytes per structure.
Effect. The requested operation is ignored.
Recovery. Check and adjust the individual item definitions in the STRUCT to prevent
their aggregate from exceeding the maximum structure size
Cause. The system manager of the remote system where you started your TACL
process has configured that TACL so that the super ID cannot log onto it if it is started
remotely from a remote system.
*ERROR* Stack overflow
*ERROR* STRUCT is not long enough to be nulled by given token
map
*ERROR* STRUCT's data area is not long enough
*ERROR* STRUCT's data would exceed 5000 bytes
*ERROR* SUPER.SUPER may not LOGON remotely