ACC Error Guide

TTGEN Error Messages
Disasters
Chapter 8176
Disaster 06: “%s”(%d): Read error: %s
(Severity 3)
Explanation File read error (e.g., data corruption) of configuration
file.
Action: Make sure file and directory are properly set up and
access permission is correct.
Disaster 07: “%s”(%d): Comment closing pattern not found
(Severity 3)
Explanation File has incomplete comments (i.e., /* without
closing */).
Action: Check and rectify file for incomplete comments.
Disaster 08: “%s”(%d): Problem in parsing, status = %d
(Severity 3)
Explanation The TTGEN’s parsing routine detects a strange
internal error.
Action: None. Inform HP support center.
Disaster 09: “%s”(%d): Write error: %s
(Severity 3)
Explanation Error in writing to output memory file (e.g., data
corruption, or file system problems).
Action: Rectify problem with the output file or file system.
Disaster 10: “%s”(%d): Must begin with “%s”
(Severity 3)
Explanation TTGEN configuration file must begin with the
(case-insensitive) word, “TTGEN” (#include, #define,
and C-style comments may precede this).
Action: Check start of file for no nulls, lower-case ttgen or other
violations.
Disaster 11: “%s”(%d): ”%s” section expected
(Severity 3)
Explanation Configuration or other section expected, as indicated.
First section after “TTGEN” control line must be
“CONFIGURATION”.
Action: Add or re-arrange the CONFIGURATION section
immediately after the “TTGEN” line.