ACC Error Guide
TTGEN Error Messages
Disasters
Chapter 8 177
Disaster 12: “%s”(%d): ”%s” section in wrong sequence
(Severity 3)
Explanation Error in configuration file section sequence. The
mentioned section should not be in here. END$
expected.
Action: Remove or re-arrange the misplaced section.
Disaster 13: “%s”(%d): Can’t allocate memory of %d bytes
(Severity 3)
Explanation TTGEN allocates virtual dynamic memory (through
malloc) during compilation. Depending on the size of
the defined network, the amount of required memory
could range from 1 to 30 Mbytes. This error means the
system rejects the “malloc” request (e.g., not enough
main memory and swap space, or memory limit
reached).
Action: Discuss this problem with the system administrator
(for possible operating system configuration problems)
or define a smaller network.
Disaster 14: “%s”(%d): Can’t get ZCOM device: %s
(Severity 3)
Explanation Can’t get device table. (ZCOM device file is
/opt/acc/cfg/zcomdevice) Problem in accessing the
ZCOMDEVICE definition file. This file is used to
interpret the device names used in
“Terminal-Definition”.
Action: Make sure the device file (/opt/acc/cfg/zcomdevice) is
accessible, or is generated from its source file
(/opt/acc/cfg/zcomdevice.txt) using ZDGEN.
Disaster 15: “%s”(%d): Too many errors, compilation stopped
(Severity 3)
Explanation More than 99 errors encountered. When TTGEN
detects too many errors in the configuration file, it
gives up compilation.
Action: Correct the TTGEN compilation errors and try again.










