SNAX/HLS Diagnosis and Support Manual

SNAX/HLS Return Codes
Return and Error Codes
104706 Tandem Computers Incorporated A–7
08 RC-INVALID-COMPLETION-MODE
Cause. The completion mode selected is not supported for the verb issued.
Effect. The verb request is rejected.
Recovery. Consult the SNAX/HLS Application Programming Manual for the verb in
question. Correct the application program to select a supported completion mode.
This error can occur only on verbs whose names begin with “HLS-.”
09 RC-MAX-REQUESTS-EXCEEDED
Cause. The PROFILE for the indicated session specifies MAX-REQUESTS as an integer
n. The verb in question is the n+1 verb to be queued.
Effect. The verb request is rejected.
Recovery. Retry the verb when at least one verb is completed from the queue in
progress.
This might indicate a program logic problem (that is, runaway or looping program).
This return code might also indicate that verbs are being received faster than the
session partner can reply.
10 RC-SESSION-FAILURE
Cause. An SNA event caused the session to be terminated.
Effect. The SNA session is terminated. If the verbs HLS-ALLOCATE and HLS-OPEN
were used to establish the session, the SNAX/HLS session may still be present.
Recovery. The SNA sense code reporting the reason for the session failure is returned
in the SYSTEM-ERROR-CODE and USER-ERROR-CODE fields of the verb reply. The
sense code should be examined and any recovery actions taken based on the value.