OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-32
FTAM Initiator Error Codes
FTM_LOCATE_REQ_. For information on functional units and procedures, refer to the
OSI/FTAM Programming Guide.
-6030
Cause. Before the initiator could act upon a data request from the FTAM application, it
received a cancel request from the responder and was therefore unable to send the
requested data.
Subcodes. None.
Effect. The data is not sent.
Recovery. Call FTM_CANCEL_IND_ to obtain the cancel indication and diagnostic
messages. Then issue the cancel response.
-6032
Cause. The initialize request was rejected on the responding system. This indicates
an inability to establish an ACSE association.
Subcodes. None.
Effect. The association was not established. The error-code field of the
original-error-info parameter of the APS_STATUS_ call indicates the type of
error.
The error-subcode field of the original-error-info parameter of APS_STATUS_
contains the ACSE diagnostic message (ZAPS-VAL-DIAG-xxxx). For a complete
listing of these values, see the OSI/AS Programming Manual.
Recovery. Call the APS_DISCARD_ procedure to discard the association context. If
the error is transient, retry the initialize request. If the error is permanent, determine the
cause of the failure by tracing the FTAM initiator, TAPS process, or both processes.
Also, the OSI stack on the responding system should be examined. Fix the problem,
and then rerun the application.
ZFTM-ERR-DATA-XFER-CANCELLED
ZFTM-ERR-ACSE-FAILURE
Table B-14. Association-Rejection Error Types
Constant
(ZAPS-VAL-CON-REJECT-) Value Meaning
PERM 300 A permanent error caused the association to be
rejected.
TRANS 301 A transient error caused the association to be
rejected.