OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-52
FTM_DATA_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_DATA_REQ_
procedure call.
Examples
Examples of the FTM_DATA_REQ_ call in a program begin on line 1352 of the C
version and line 1460 of the TAL version of Example 1, and on line 1181 of the C
version and line 1265 of the TAL version of Example 2 in Appendix G, NonStop FTAM
Programming Examples.
Table 4-16. Possible FTAM Initiator Errors for the FTM_DATA_REQ_ Procedure
Error Code FTAM Initiator Error
- 6000 ZFTM-ERR-INTERNAL
- 6001 ZFTM-ERR-OUT-OF-SEQUENCE
- 6010 ZFTM-ERR-INVALID-DATA
- 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.
Error Code: ZFTM-ERR-INVALID-DATA (-6010) The data-value
parameter is improperly
formatted or is invalid for
the contents type. For
additional information about
formatting the data-value
parameter, refer to the
OSI/FTAM Programming
Guide or to Appendix B,
NonStop FTAM Initiator
Error Messages, which
describes the relevant
subcodes for this error in
detail.