OSI/FTAM Programming Reference Manual
FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual—528611-001
4-147
FTM_U_ABORT_REQ_
diagnostic is an optional parameter.
tag input
INT(32):value
is for use in nowait mode only. Specify a unique value to identify this instance of 
the procedure call. When the operation is complete, the MFM_AWAITIOX_ 
procedure returns the tag value, allowing your application to match the completion 
with the correct instance of the procedure call. For details on the use of the tag 
parameter, see the OSI/FTAM Programming Guide.
tag is an optional parameter.
Considerations
•
You can call the FTM_U_ABORT_REQ_ procedure at any time after a successful 
F-INITIALIZE request.
•
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.
•
After the FTM_U_ABORT_REQ_ procedure is successfully completed, the 
association is lost, and the file storage system is left in an unknown state. 
•
You should call the APS_DISCARD_ procedure call after completion of the 
FTM_U_ABORT_REQ_ procedure call.
Errors
For cause, effect, and recovery information on these errors, see Appendix B, NonStop 
FTAM Initiator Error Messages.
Examples
Examples of the FTM_U_ABORT_REQ_ call in a program begin on line 932 of the C 
version and line 895 of the TAL version of Example 1, and on line 1887 of the C 
Table 4-45. Possible FTAM Initiator Errors for the FTM_U_ABORT_REQ_ 
Procedure
Error Code FTAM Initiator Error
- 6000 ZFTM-ERR-INTERNAL
- 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










