ACC Error Guide
ZCOM Error Codes
Meanings of the Error Codes
Chapter 224
ZENAME (-11): Name of ZLU not unique
Explanation: The 7-character ZLU name specified is already used by
another program ZLU. The ZCOM subsystem requires
a unique symbolic name for each program ZLU. The
zname() routine can be used to determine if a symbolic
name has been assigned to another program ZLU.
Action: Correct the application source code.
ZEFLUSH (-12): Message has been flushed
Explanation: This error is used as a response to a message sender. It
indicates the previously sent message was not properly
read or processed because the destination ZLU was
closed (via zclos) or cleared (via zconfig).
Action: No recovery action is needed. Check the destination
program for its ZLU being closed.
ZEREQUEST (-13): Error in passing request data
Explanation: Internal error indicating a problem in the ZCOM
library routines.
Action: Contact your HP support representative.
ZEINUSE (-14): ZLU already in use
Explanation: The ZLU specified in the request to create a new ZLU
table is already used. That is, when programmatically
creating a physical or logical terminal table entry, use
must either specify an unused (spare) ZLU or allow the
ZCOM subsystem to assign the ZLU dynamically.
Action: Correct the application program or use a ZLU value of
zero. A ZLU value of zero will cause the ZCOM
subsystem to automatically choose an unused ZLU.










