SNA NRJE Node Managers Guide (30292-90007)

152 AppendixA
Result Codes and Messages
SNA NRJE Error Messages
163 MESSAGE: ERROR UPDATING JOBLOG IN NRJEHJCANCEL.
(INT=163)
CAUSE: File system related error. A file system error message will
appear after this message. Some jobs specified may not have been
cancelled.
ACTION: Determine the cause by inspecting the file system error
message and correct the problem.
164 MESSAGE: UNABLE TO UNLOCK JOBLOG FILE IN NRJEHJCANCEL.
(INT=164)
CAUSE: File system related error. A file system error message will
appear after this message. Some jobs may not have been cancelled.
ACTION: Determine the cause by inspecting the file system error
message and correct the problem.
170 MESSAGE: TRACE INTRINSIC ON/OFF PARAMETER MUST BE 1
OR 0. (TRC=170)
CAUSE: The
TraceOnOff
parameter passed to NRJETrace contains an
invalid number.
ACTION: Change the value of the
TraceOnOff
parameter to 1 or 0.
171 MESSAGE: NRJE ONLY PERFORMS LU (INTERNAL) OR INTRINSIC
(USER) TRACING. (TRC=171)
CAUSE: An invalid trace type was indicated.
ACTION: Correct the type of trace desired to LU (internal) or intrinsic
(user) tracing. When calling NRJETrace, the
Traces
parameter must be
1 or 2.
172 MESSAGE: TRACE FILE NAME MUST BE 0 TO 35 CHARACTERS
LONG. (TRC=172)
CAUSE: A zero or negative number was passed in the
TraceFileLen
parameter to NRJETrace.
ACTION: Pass a positive number in
TraceFileLen
to indicate the actual
length of the trace file name
173 MESSAGE: TRACE FILE MEDIUM MUST BE DISK (0) OR TAPE (1).
(TRC=173)
CAUSE: The
TraceMedium
parameter passed to NRJETrace was out of
range. It must contain a 0 to indicate disk or a 1 to indicate tape.
ACTION: Change the value of the
TraceMedium
parameter.