SNAX/HLS Diagnosis and Support Manual

SNAX/HLS Return Codes
Return and Error Codes
A–6 104706 Tandem Computers Incorporated
05 RC-SYNTAX-ERROR
Cause. The verb request contains parameters in error.
Effect. The verb request is rejected.
Recovery. A verb reply is returned with this return code and the
SYSTEM-ERROR-CODE field contains the ordinal number of the parameter in error,
not counting the VERB-CODE, SESSION-ID fields, and the REQUEST-FORMAT and
COMPLETION-MODE fields where they exist. Use this value to correct the
application program.
06 RC-FILE-ERROR
Cause. A file-system error condition was encountered while attempting to establish
communication with the Tandem SNA access method (for example, SNAX/XF). This
error can occur only in response to the OPEN-SESSION and HLS-OPEN verbs.
Effect. The open verb request is rejected without any session opening activities being
performed.
Recovery. The file-system error code value encountered is returned in the
SYSTEM-ERROR-CODE field of the reply.
07 RC-NO-TCB-AVAILABLE
Cause. An OPEN-SESSION or HLS-ALLOCATE verb cannot be satisfied because
there are no resources available to be allocated. Resource allocations are based on the
configuration parameter MAX^LUS.
Effect. There is no session initialization activity performed by SNAX/HLS.
Recovery. Retry the verb after freeing up resources with the CLOSE-SESSION or
HLS-DEALLOCATE verbs or increase the value of the configuration parameter (to
increase the number of resources available).