Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-36
TCP Messages
3168
Cause. The device subtype specified for the TYPE attribute of an intelligent device is
invalid.
Effect. The operation fails.
Recovery. Enter the correct subtype value (that is, 0, 1, or 2) for the intelligent device.
3169
Cause. The SCREEN COBOL program unit specified an invalid timeout value. The
value was either less than 0 or could not be represented in an INT field.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3170
Cause. An invalid end-of-message character was encountered in an intelligent device
message.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3171
Cause. The length of a field in an intelligent device message exceeded the maximum
number of bytes allowed. byte-length represents the number of bytes in the field.
Effect. The operation fails.
*3168* TERM term-name, DEVICE SUBTYPE IS INVALID (subtype)
*3169* TERM term-name, ILLEGAL TIMEOUT VALUE (timeout)
*3170* TERM term-name, INVALID END OF MESSAGE CHARACTER
ENCOUNTERED
*3171* TERM term-name, FIELD LENGTH EXCEEDS MAXIMUM ALLOWABLE
LENGTH (byte-length)