OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-143
FTM_TRANSFER_END_REQ_
Errors
For cause, effect, and recovery information on these errors, see Appendix B, NonStop
FTAM Initiator Error Messages.
The following table lists common errors that can occur on the
FTM_TRANSFER_END_REQ_ procedure call.
Examples
Examples of the FTM_TRANSFER_END_REQ_ call in a program begin on line 674 of
the C version and line 773 of the TAL version of Example 1, and on line 1275 of the C
version and line 1369 of the TAL version of Example 2 in Appendix G, NonStop FTAM
Programming Examples.
Table 4-43. Possible FTAM Initiator Errors for the FTM_TRANSFER_END_REQ_
Procedure
Error Code FTAM Initiator Error
- 6000 ZFTM-ERR-INTERNAL
- 6001 ZFTM-ERR-OUT-OF-SEQUENCE
- 6017 ZFTM-ERR-INVALID-IF-VERSION
- 6018 ZFTM-ERR-INVALID-FIELD-VERSION
- 6019 ZFTM-ERR-BAD-APS-STATUS
- 6022 ZFTM-ERR-CONNECTION-ABORTED
- 6030 ZFTM-ERR-DATA-XFER-CANCELLED
- 6036 ZFTM-ERR-SU-ABORTED
These error
values... are returned if....
Error Code:
Error Subcode:
ZFTM-ERR-OUT-OF-SEQUENCE (-6001)
ZFTM-ERR-OOS-STATE-MACHINE (1)
The association is not in
the data-transfer regime,
or you have called
FTM_TRANSFER_END_
REQ_ before calling
FTM_DATA_END_REQ_.