6100 ADCCP Programming Manual

Status Code Definitions
Requests and Responses
6–52 069225 Tandem Computers Incorporated
Table 6-6 lists codes that usually indicate an invalid request or format.
Table 6-6. Status Codes Indicating Invalid Request or Format
Status
Code
Next
State Definition Recovery
8 Same Too many of these requests are already queued. For
example, ADCCP already has eight RECEIVETEXT
requests outstanding, or the number of SENDTEXT
requests for a station already matches the window size.
Wait for a pending request to finish, and then
try your request again.
9 Same The request is invalid for the current station state. For
example, SENDTEXT is valid only in the information
transfer state (ITS).
Make the requests necessary to reach the
desired state. Review the description of
station states in “Station States and
Transitions” in Section 2, “ADCCP Link and
Station Management.”
10 Same The value in the Function or Modifier field of the request is
invalid. For example, you specified 25 as a function code,
or you made a DEFINELIST request with a modifier of 3.
Replace the incorrect values with correct ones.
Replace the incorrect values with correct
ones.
11 Same The request ID is not in the range 1 through 32767. Replace the request ID with a value in the
range 1 through 32767.
12 Same The value in the Text Out field does not match the actual
length of the Text field, or is inconsistent with the request.
For example, you specified 256 in the TRANSLATE TABLE
request.
Replace the incorrect value with a correct
one.
13 Same The value in the Text In field is not sufficient for the
operation or is inconsistent with the request. For example,
the value you specified in the FETCH STATISTICS request
is not large enough to accommodate the statistics array.
Replace the value in the Text field with one
large enough for the operation.
14 Same A station ID you specified is undefined or invalid. The only
valid IDs are those assigned in the last DEFINELIST
request.
Omit or replace the invalid ID. If the line is
multipoint, numbers in the range 1 through
255 are valid; if the line is point-to-point, only
the number 1 is valid.
15 Same A value in the Text field is invalid. For example, you issue
a SENDTEXT request and the bits that identify the frame
type do not have a meaningful value.
Replace the incorrect value with a correct
one.
18 Same Insufficient resources to perform function. Reconfigure the line. (For example, change
the window size or frame size.)