Configuring and Managing Host-Based X.25 Links - Edition 5 (36939-90054)

Appendix A 181
Error Messages
DTCCNTRL Error Messages
DTCCNTRL Error Messages
Two types of error messages can occur when a DTCCNTRL command is
issued.
The first type of error message is generated by the command
interpreter (CI) process when a DTCCNTRL command is issued
incorrectly. CI errors are listed first below.
The second type of DTCCNTRL error message is generated when a
DTCCNTRL operation fails (CTLERR messages) or when a warning is
generated (CTLWARN messages). These messages are listed below
following the CI errors.
PARM VALUE MUST BE BETWEEN -32768 AND 32767. (CIERR 615)
CIERR 615 Cause: The CARD parameter is not an integer. For example, the
command was entered as:
DTCCNTRL DTC=DTC.ITG.HP;CARD=A;FUNC=STOPBOTH
Action: Reenter the command with a valid DTC card number. For a
DTC 16, the card number must be 2. For a DTC 48, the card number
must be between 1 and 5.
THIS IS NOT A VALID KEYWORD FOR THIS COMMAND.
(CIERR 10007) PARAMETERS DO NOT MATCH USER COMMAND
DEFINITION. (CIERR 2039)
CIERR 10007 Cause: An undefined parameter was entered. For example, the
command was entered as:
DTCCNTRL BTC=DTC.ITG.HP;CARD=4;FUNC=STOPBOTH
Action: Reenter the command using valid DTCCNTRL parameters.
THE DTC PARAMETER IS REQUIRED. (CIERR 10015) PARAMETERS
DO NOT MATCH USER COMMAND DEFINITION. (CIERR 2039)
CIERR 10015 Cause: The DTC parameter was missing when the DTCCNTRL command
was entered. For example, the command was entered as:
DTCCNTRL CARD=4;FUNC=STARTX25
Action: Reenter the command specifying a valid, configured DTC
name in the DTC parameter. For example:
DTCCNTRL DTC=DTC.ITG.HP;CARD=4;FUNC=STARTX25.
THE FUNC PARAMETER IS REQUIRED. (CIERR 10015) PARAMETERS
DO NOT MATCH USER COMMAND DEFINITION. (CIERR 2039)
CIERR 10015 Cause: The FUNC parameter was missing when the DTCCNTRL
command was entered. For example, the command was entered as:
DTCCNTRL DTC=DTC.ITG.HP;CARD=4