ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 37
ZEIFTINUSE (-57): Interface table already in use
Explanation: The specified interface table (interface card number) is
already defined and in use. An unused spare interface
table entry must be specified for this request.
Action: Correct the application program or if needed increase
the number of spare interface tables by increasing the
value of the Interface-Table parameter in your TTGEN
configuration file.
ZEORZCS (-58): Bad OMX receiver ZLU checksum
Explanation: Data is being sent to an outbound multiplexed
terminal, but the ZLU checksum is invalid.
Action: Check for possible problems with the outbound receiver
program, or data corruption in ZCOM tables.
ZELQNO (-59): Bad logical data queue number
Explanation: The specified terminal logical data queue number is
illegal. Usually, logical queue is assigned through the
zltqueue routine. Refer to the man page zltqueue(3x) for
details.
Action: Correct the application source code.
ZEXNODE (-60): Different nodes not allowed
Explanation: Some of the ZCOM routines require two ZCOM
addresses in their parameter list. This error is
returned when the two addresses specified use
different node numbers for a ZCOM routine that
requires the same node number for both addresses (e.g.
a zqmve() call only allows moving data between ZLUs
on the same node).
Action: Correct the application source code.