fteDeleteScheduledTransfer: delete a scheduled MFT transfer


Purpose

Use the fteDeleteScheduledTransfer command to delete a Managed File Transfer scheduled transfer that we have previously created either using the command line or the IBM MQ Explorer.

Specify the optional -p parameter for this command only if we want to use configuration options different from your defaults. If we do not specify -p, the configuration options defined in installation.properties are used. See Configuration options for more information.


Syntax

fteDeleteScheduledTransfer

fteDeleteScheduledTransfer -p(configuration_options)-m(agent_qmgr_name)-agentName(agent_name) -mquseriduserID-mqpasswordpasswordschedule_ID


Parameters

    -p (configuration_options)
    Optional. If we have more than one coordination queue manager, use this parameter to explicitly specify which scheduled transfer we want to delete. Use the name of a non-default coordination queue manager as the input for this parameter. The command then uses the configuration options associated with this non-default coordination queue manager.

    If we do not specify this parameter, the configuration options based on the default coordination queue manager are used.

    -m (agent_qmgr_name)
    Optional. The name of the queue manager that the source agent is connected to. If we do not specify this parameter, the agent's queue manager is determined from the configuration options in use.

    -agentName (agent_name)
    Required. The name of the source agent that we want to delete the scheduled transfer from.

    -mquserid (userID)
    Optional. Specifies the user ID to authenticate with the command queue manager.

    -mqpassword (password)
    Optional. Specifies the password to authenticate with the command queue manager. We must also specify the -mquserid parameter. If you specify -mquserid, but do not specify -mqpassword, we will be prompted to supply the associated password. The password will not be displayed.

    schedule_ID
    Required. The ID of the scheduled transfer that we want to delete.

    You can find the schedule ID by running the fteListScheduledTransfers command against the name of the source agent.

    -? or -h
    Optional. Displays command syntax.


Example

In this example, a scheduled transfer on source agent AGENT2 with the ID 27 is deleted:
fteDeleteScheduledTransfer -agentName AGENT2 27 


Return codes

    0
    Command completed successfully.

    1
    Command ended unsuccessfully.

Parent topic: MFT commands


Related reference


Related information