ACC Error Guide

TTGEN Error Messages
Errors
Chapter 8 203
Error 277: “%s”(%d): Minimum ‘%s’ Logical-data size required: %d.
Explanation The “X25UDT” area has been defined too small.
Action: Increase the size of the “X25UDT” area in the
Configuration section.
Error 278: “%s”(%d): Too many digits, %d, in non-ASCII octal value in
Udata string: %s. Only %d max allowed. Last digit at char position %d
in string (starting from 0)
Explanation
Action: Correct the Udata parameter.
Error 279: “%s”(%d): Non-ASCII octal digits were expected at char
position %d (starting from 0) in Udata string: %s
Explanation Octal data was expected.
Action: Correct the Udata parameter.
Error 280: “%s”(%d): sscanf() failed to convert octal digits, %s, in
Udata into a byte value. Errno: %d. Resulting byte value (in octal) so
far: %o.
Explanation Octal data was expected.
Action: Correct the Udata parameter.
Error 281: “%s”(%d): Octal value in Udata, %o, exceeds the max octal
value allowed for a byte, %o. Udata string: %s. Last digit character
position %d (starting from 0)
Explanation
Action: Correct the Udata parameter.
Error 282: “%s”(%d): Too many ASCII characters and/or octal bytes
specified in the Udata string for the Udata buffer to hold. Only a max of
%d bytes allowed. Last character from Udata string successfully
processed: %c
Explanation
Action: Correct the Udata parameters.