OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-133
FTM_SELECT_REQ_
access-passwords input
INT .EXT:ref:(ZFTM-DDL-ACCESS-PASSWDS)
authenticates the actions requested in the requested-access parameter. To
successfully use this parameter, you must have first negotiated the security group
on the FTM_INITIALIZE_REQ_ call. If the remote responder requires access
passwords and the access passwords for the requested actions do not match the
responder’s access passwords, the responder will reject the file selection.
access-passwords is an optional parameter. If you do not supply
access-passwords, no passwords are sent to the remote responder.
account input
INT .EXT:ref:(ZAPS-DDL-CHAR32)
identifies the account to be charged for costs that are incurred during the regime
being established.
account is an optional parameter. If you do not supply account, no account
name will be supplied to the remote responder.
Some responders require an account name. For information on the accounting
methods being used, refer to the responder documentation.
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
To complete this procedure call successfully, the association must be in the FTAM
regime.
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.