ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 250
ZEBAD_ECLASS (-110): Invalid event class
Explanation: This error is returned by the zevent_rcvr routine when
an invalid eclass parameter value has been specified.
Action: Correct the application source code.
ZEOBSOLETE (-111): Function obsoleted
Explanation: This error indicates that the function called has been
obsoleted and is no longer supported. In most cases, a
replacement function has been available for several
releases.
Action: Correct the application source code to use the
replacement function.
ZEIFTYPE (-112): Bad Interface Type
Explanation: This error is returned when the application specified
an unknown interface type. That is, the interface type
was not ZCOM_ITYPE_Z7340A. One of these types
must be specified (and must match the ACC card being
used).
Action: Correct the application source code.
ZEZGLOBAL (-113): Error accessing /dev/zglobal
Explanation: This error is returned when there is a problem in
opening or writing to the /dev/zglobal device file. This
device file is used by all ZCOM APIs to communicate
with the LDM. This error indicates some problems
occur in software installation, or HP-UX system
corruption.
Action: Check the file permission of the /dev/zglobal device file.
Reinstall ACC software or reboot the system if
required. If problem persists, contact your HP support
personnel.