OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-4
Error Codes
7
Effect. The operation you requested failed because of an aborted association or
internal causes rendering the association useless (for example, the associated SU was
aborted).
Recovery. Discard the association context, as described in the OSI/FTAM
Programming Guide.
Error Codes
When an FTM, APS, or MFM procedure call returns a value for status that does not
equal APS-VAL-STATUS-OK, you can determine the error condition by calling
APS_STATUS_. If an FTM confirm or indication procedure call returns a value for
error that does not equal ZAPS-ERR-OK, you must also call APS_STATUS_; in this
case, APS_STATUS_ returns the error-subcode value that provides more
information about the nature of the problem. The following subsections describe two
types of errors returned by APS_STATUS_:
APS error codes
FTAM initiator error codes
APS Error Codes
The APS error codes are listed in Table B-2. Those error codes that have been
redefined for use in NonStop FTAM have an asterisk (*) by the constant. If these error
codes are returned in the original-error-info parameter on an APS_STATUS_
call with a service ID of ZAPS-VAL-SERVICE-FTAM, they have the meanings
described below. If the service ID is ZAPS-VAL-SERVICE-APS, the errors have the
meanings described below or in the OSI/AS Programming Manual, depending on
whether the source of the problem is the FTAM or OSI/AS API. If the service ID is any
value other than ZAPS-VAL-SERVICE-FTAM or ZAPS-VAL-SERVICE-APS, they are
OSI/AS error codes and have the meaning described in the OSI/AS Programming
Manual.
If the APS error codes are returned as error-code on an APS_STATUS_ call or in
error on FTM confirm or indication calls, they are as described below.
ZAPS-VAL-STATUS-DISCARD
Table B-2. APS Error Codes for NonStop FTAM (page1of3)
Constant
(ZAPS-ERR-) Code Meaning
OK 0 No error occurred
NO-SEGMENT-SPACE -101 No virtual memory available
* These are APS error codes redefined for use in NonStop FTAM.