OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-66
FTM_DESELECT_CNF_
conveys information on the costs attributed to the account in the regime being
released. The charging parameter is present only if you provided the account
parameter on the FTM_SELECT_REQ_ call.
charging is a list of triples, each of which contains a resource identifier, a
charging unit, and a charge value. If the responder returns a resource identifier or
charging unit that is greater than 16 characters, the initiator passes only the first 16
characters to the application.
charging is an optional parameter.
diagnostic output
INT .EXT:ref:(ZFTM-DDL-DIAGNOSTIC)
conveys either detailed information on the failure of a requested action or
information that qualifies a successful action. For a complete list of possible
diagnostic values, see Appendix C, ISO FTAM Diagnostic Messages.
diagnostic is an optional parameter.
Considerations
To complete this procedure call successfully, the association must be in the
file-selection regime.
Before calling FTM_DESELECT_CNF_, you must call the following procedures:
FTM_DESELECT_REQ_
APS_EVENT_RECEIVE_
APS_STATUS_
You call APS_EVENT_RECEIVE_ to receive the confirm event and
APS_STATUS_ to determine, via the APS_STATUS_ event-code parameter, the
proper confirm procedure to use to retrieve the data. You must receive the
ZFTM-VAL-EVT-DESELECT-CNF event before calling FTM_DESELECT_CNF_.
Receipt of the ZFTM-VAL-EVT-DESELECT-CNF event returns the association to
the FTAM regime.
The action-result parameter should always be successful. A failure indicates
a problem with the responder.