fteListScheduledTransfers (list scheduled file transfers)
Purpose
Use the fteListScheduledTransfers command to list all of the WebSphere® MQ File Transfer Edition transfers that you previously created either using the command line or the WebSphere MQ Explorer. You can either list all scheduled transfers based on source agent names or based on the coordination queue manager.Specify the optional -p parameter for this command only if you want to use configuration options different from your defaults. If you do not specify -p, the configuration options defined in wmqfte.properties are used. See Configuration options for more information.
Syntax
fteListScheduledTransfers >>-fteListScheduledTransfers------------------------------------> >--+------------------------------+--+---------+--------------->< '- -p--(configuration_options)-' '-pattern-'
Parameters
- -p (configuration_options)
- Optional. If you have more than one coordination queue manager,
use this parameter to explicitly specify which agents you want to
list scheduled transfers for. 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 you do not specify this parameter, the configuration options based on the default coordination queue manager are used.
- pattern
- Optional. The pattern to use to filter the list of WebSphere MQ
File Transfer Edition scheduled transfers.
This pattern is matched against the source agent name. Asterisk (*)
characters are interpreted as wildcards that match zero or more characters.
If you do not specify this parameter, all of the scheduled transfers registered with the coordination queue manager are listed by default.
- -? or -h
- Optional. Displays command syntax.
Example
In this example, all of the scheduled transfers with source agents that match the pattern *2 are listed:fteListScheduledTransfers "*2"
This example command produces the following
output. The schedule start time and next transfer time are displayed
in Coordinated Universal Time (UTC):Schedule Identifier: 1
Source Agent Name: AGENT2
Source File Name: C:/export/Test/workspace/A.exe
Conversion Type: binary
Destination File Name: C:/import/Test/workspace/B001.zzx
Destination Agent Name: AGENT1
Schedule Start Time: 2008-10-23T16:08+0100
Next Transfer: 2008-10-23T16:08+0100
Schedule Time Base: source
Repeat Interval: minutes
Repeat Frequency: 1
Repeat Count: 30
Return codes
- 0
- Command completed successfully.
- 1
- Command ended unsuccessfully.