OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-59
FTM_DELETE_REQ_
You must issue an MFM_AWAITIOX_ call to complete the nowait I/O operation if
you set the nowait operating mode in the FTM_INITIALIZE_REQ_ call.
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_DELETE_REQ_
procedure call.
Examples
Examples of the FTM_DELETE_REQ_ call in a program begin on line 1438 of the C
version and line 1527 of the TAL version of Example 2 in Appendix G, NonStop FTAM
Programming Examples.
Table 4-18. Possible FTAM Initiator Errors for the FTM_DELETE_REQ_
Procedure
Error Code FTAM Initiator Error
- 6000 ZFTM-ERR-INTERNAL
- 6001 ZFTM-ERR-OUT-OF-SEQUENCE
- 6002 ZFTM-ERR-FU-NOT-NEGOTIATED
- 6004 ZFTM-ERR-ACCESS-NOT-AVAIL
- 6017 ZFTM-ERR-INVALID-IF-VERSION
- 6018 ZFTM-ERR-INVALID-FIELD-VERSION
- 6019 ZFTM-ERR-BAD-APS-STATUS
- 6022 ZFTM-ERR-CONNECTION-ABORTED
- 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
file-selection regime.
Error Code:
Error Subcode:
ZFTM-ERR-ACCESS-NOT-AVAIL (-6004)
ZFTM-ERR-ACCESS-DELETE (-8)
The requested-access
parameter on the previous
FTM_SELECT_REQ_ call
for this association did not
have the ZDELETE field set
to ZAPS-VAL-TRUE.