ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 49
ZEUNIMP (-106): Function not implemented
Explanation: This error is returned when a call is made to an
unsupported ZCOM routine or a request is not
supported by the current version of ZCOM subsystem.
Currently, only the zxcpt routine is not supported and
will have this error returned.
Action: Correct the application source code.
ZEKZLU (-107): No wait on kernel ZLU
Explanation: This error is returned on a zread routine with wait on a
kernel ZLU, that is, a ZLU that is set up to return data
to a kernel function using the zsetkfunc routine.
Routine zsetkfunc is callable only by the kernel drivers.
User programs should never try to read from a kernel
ZLU.
Action: Correct the application source code.
ZERNOBUF (-108): No data buffers for remote requests
Explanation: This error is returned when the ZCOM subsystem was
unable to allocate a buffer from its internal memory
pool to process a remote request from an application.
Action: Check for abnormal buffer usage in the associated
remote system or increase the Buffer-Pool parameter in
the TTGEN configuration file on the remote system.
ZEDUPRCVR (-109): Duplicate shared receiver
Explanation: An attempt was made to set up a program ZLU as a
shared receiver for data or system events but the
program ZLU had already been set up as a receiver.
This return code is a warning. The program ZLU will
be left as a shared receiver.
Action: Correct the application source code.