ACC Error Guide
TTGEN Error Messages
Errors
Chapter 8 181
Error 129: “%s”(%d): Bad Transmit-Limit ”%s” (range %u..%u)
(Severity 2)
Explanation Specified value for Transmit-Limit is out of range.
Action: Change to an appropriate value.
Error 130:“%s”(%d): Bad Unack-Limit “%s” (range %u..%u)
(Severity 2)
Explanation Specified value for Unack-Limit is out of range.
Action: Change to an appropriate value.
Error 131: “%s”(%d): Bad Logical-Size “%s” (range %d..%d)
(Severity 2)
Explanation Specified value for Logical-Size is out of range.
Action: Change to an appropriate value.
Error 132: “%s”(%d): Size must be a multiple of %d
(Severity 2)
Explanation Size must be a multiple of 8 bytes. In the HP-UX 11.0
64-bit environment, data alignment to a 8-byte
boundary is necessary for data structures with “long”
or “pointer” types. To be consistent in both 32/64-bit
environments, TTGEN requires the LOGICAL-SIZE to
be a multiple of 8 bytes.
Action: Increase size to multiple of 8 bytes.
Error 133: “%s”(%d): No Logical-Size defined
(Severity 2)
Explanation Need to specify Logical-Size <size> in the
Configuration section. The associated definition
requires non-zero Logical Terminal Table extension,
but there is no extension defined (i.e., no
LOGICAL-SIZE).
Action: Add a LOGICAL-SIZE definition (in
CONFIGURATION section), or remove the definition.










