ACC Error Guide
ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 25
ZENOLTT (-15): No spare logical terminal tables
Explanation: All of the logical terminal tables are assigned and in
use, leaving no spare ones to create a new terminal
with. This could be caused by applications dynamically
creating new terminals and then not deleting them
when done. Alternately, you may have configured the
ZCOM subsystem with too few logical terminal table
entries for your needs.
Action: Correct the application source code or increase the size
of the Logical-Term parameter in your TTGEN
configuration file.
ZENOPTT (-16): No spare physical terminal tables
Explanation: All of the physical terminal tables are assigned and in
use, leaving no spare ones to create a new terminal
with. This could be caused by applications dynamically
creating new terminals and then not deleting them
when done. Alternately, you may have configured the
ZCOM subsystem with too few physical terminal table
entries for your needs.
Action: Correct the application source code or increase the size
of the Physical-Term parameter in your TTGEN
configuration file.
ZEDOZINIT (-17): Must call ZINIT first
Explanation: The application called a ZCOM routine without first
calling zinit(). The ZCOM routine zinit must be called
before making a call to any other ZCOM routines.
Action: Correct the application source code.










