ACC Error Guide

TTGEN Error Messages
Errors
Chapter 8 191
Error 183: “%s”(%d): Previous PTERM has no following LTERM
(Severity 2)
Explanation A PTERM statement is used but without LTERM
following it. This causes the defined physical terminal
to become inaccessible.
Action: Insert missing LTERM statement, or remove this
unnecessary PTERM.
Error 184: “%s”(%d): Must have a TERM or PTERM defined before
(Severity 2)
Explanation An LTERM statement is used but without a preceding
PTERM or TERM. This results in an unusable LTERM
because no physical terminal is linked to it.
Action: Insert the missing PTERM or TERM statement, or
remove the LTERM statement.
Error 185: “%s”(%d): Logical terminals reaches limit (%d)
(Severity 2)
Explanation The defined TERM or LTERM exceeded the allowable
number of logical terminal tables.
Action: Increase the “LOGICAL-TERM” parameter in
“CONFIGURATION” section or remove the offending
TERM/LTERM line.
Error 186: “%s”(%d): Physical terminals reaches limit (%d)
(Severity 2)
Explanation The defined TERM or PTERM exceeded the allowable
number of physical terminal tables.
Action: Increase the “PHYSICAL-TERM” parameter in
“CONFIGURATION” section or remove the offending
TERM/PTERM line.
Error 187: “%s”(%d): More than %d terminals on this interface
(Severity 2)
Explanation The number of physical terminals defined on this
interface exceeds the absolute limit for this interface.
Action: Remove the invalid terminal definition(s).