ACC Error Guide

TTGEN Error Messages
Errors
Chapter 8178
Errors
Error 114: “%s”(%d): Bad tracesize %s (range %d..%d).
(Severity 2)
Explanation The specified value of TRACESIZE is invalid. The
value range of values is 0...16777216 (16M).
Action: Change to an appropriate value.
Error 115: "%s"(%d): Bad traceopt %s (range %d..%d).
(Severity 2)
Explanation The specified value of TRACEOPT is invalid. The value
range of values is 0...FFFFFFFEh
(or -2147483648…2147483647, except -1). Note that
FFFFFFFFh (or -1) is not allowed.
Action: Change to an appropriate value.
Error 116: "%s"(%d): traceopt "%s" OR'ed will give 0xFFFFFFFF.
(Severity 2)
Explanation The combined value of all TRACEOPT values hit the
special reserved value of 0xFFFFFFFFh (or -1). This
value is not allowed.
Action: Check each TRACEOPT value and make sure the
values are correctly specified.
Error 117: “%s”(%d): String data cannot exceed %d characters
(Severity 2)
Explanation The “STRING” data used in “LDATAstatement is too
long, and exceeds the size specified in
“LOGICAL-SIZE” of “CONFIGURATION” section.
Action: Reduce the length of the data, or increase the
“LOGICAL-SIZE” to fit more data in the Logical
Terminal Table extension.
Error 118: “%s”(%d): String data missing
(Severity 2)
Explanation No data specified after the “STRING” keyword (of
LDATA statement).
Action: Insert the missing data or remove the unnecessary
“LDATA” line.