SNA NRJE Node Managers Guide (30292-90007)
146 AppendixA
Result Codes and Messages
SNA NRJE Error Messages
94 MESSAGE: WARNING: COMMAND NOT ALLOWED. (INT=94)
CAUSE: A user who does not have NM capability issued a console
command which was not allowed by the NRJE manager in the NRJE
configuration (the NRJE Configuration: Workstation Data screen).
ACTION: The user should contact the NRJE manager. Any commands
which the NRJE manager would like to allow to users who do not have
NM capability should be specified in the NRJE configuration.
95 MESSAGE: INVALID CONSOLE ID. (INT=95)
CAUSE: An attempt was made to access an NRJE console command
intrinsic with a “consoleid” that was not returned by the NRJEConsole
intrinsic.
ACTION: Always call NRJEConsole and obtain the consoleid prior to
calling any other console intrinsics.
96 MESSAGE: SEMICOLONS ARE NOT ALLOWED IN CONSOLE
COMMANDS. (INT=96)
CAUSE: A user who does not have NM capability issued a console
command with a semicolon (;) in it. Multiple commands may not be
concatenated by using a semicolon. Each command must be issued
separately.
ACTION: Reissue the command without a semicolon.
97 MESSAGE: NO CONSOLE MESSAGES ARE PENDING. (INT=97)
CAUSE: Returned only by NRJEConsCheck when no messages have been
received from the host since the last call to NRJERcvMsg.
ACTION:
98 MESSAGE: NO LU IS ACTIVE. THE CONSOLE COMMAND CANNOT
BE SENT. (INT=98)
CAUSE: A console command was issued and although the workstation
was active at the time the command was issued, no LU was found to be
active. The command is rejected. The workstation may be in the process
of terminating.
ACTION: Use the STATUS command to check the status of each LU. If
necessary, use the STARTWS command to restart the workstation.
99 MESSAGE: RECEIVE MESSAGE BUFFER MUST BE AT LEAST ONE
BYTE LONG. (CON=99)
CAUSE: The maximum buffer length parameter specified for the console
message in NRJERcvMsg was negative or zero.
ACTION: Revise the maximum buffer length parameter value for the
NRJERcvMsg intrinsic to a positive number. Console messages range
from 80 to 132 characters long.