Creating and submitting a Connect:Direct process that calls WebSphere MQ File Transfer Edition by using the Connect:Direct Requester

The Connect:Direct® Requester is a graphical user interface that you can use to create and submit a Connect:Direct process that calls WebSphere® MQ File Transfer Edition.

About this task

This task describes how to create a Connect:Direct process that calls the WebSphere MQ File Transfer Edition ftecxfer command. The ftecxfer command makes a client connection to the agent queue manager of the source agent of the transfer. Before calling the ftecxfer command, you must call the ftetag command and pass it the source specification information. This allows the process to be logged and audited in the same way as transfers initiated from WMQFTE.

Procedure

  1. Start the Connect:Direct Requester.
  2. In the Nodes tab of the left panel, select the Connect:Direct node that is used as the primary node of the process.
  3. Select File > New > Process. The Process Properties window opens.
  4. In the Name: field, type the name of the process.
  5. Select the secondary node from the Snode > Name: list.
  6. Select the operating system of the secondary node from the Snode > Operating System: list.
  7. Optional: Complete any further information in this window that you require.
  8. Click OK. The Process Properties window closes.
  9. Create a statement that runs the WMQFTE ftetag command.
    1. Right-click in the Process window on the End statement.
    2. Select Insert > Run Task. The Run Task Statement window opens.
    3. In the Label: field, type Tag.
    4. In the Optional Parameters or Commands field, type pgm(wmqfte_installation_directory/bin/ftetag) args(source_specification). For more information about the format of source_specification, see fteCreateTransfer (create new file transfer).
    5. Click OK. The Run Task Statement window closes.
  10. Create a statement that runs the WMQFTE ftecxfer command.
    1. Right-click in the Process window on the End statement.
    2. Select Insert > Run Task. The Run Task Statement window opens.
    3. In the Label: field, type Transfer.
    4. In the Optional Parameters or Commands field, type pgm(wmqfte_installation_directory/bin/ftecxfer) args(parameters). The parameters used by the ftecxfer command are the same as the parameters used by the fteCreateTransfer command. For more information, see fteCreateTransfer (create new file transfer).
    5. Click OK. The Run Task Statement window closes.
  11. Optional: Create any additional statements that you require.
  12. Submit the process.
    1. Right-click in the Process window.
    2. Select Submit. The Connect:Direct Attach window opens.
    3. Enter the user name and password to use to run the process.
    4. Click OK.

Task Task

Feedback

Timestamp icon Last updated: Tuesday, 30 January 2018
http://www.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/com.ibm.wmqfte.doc/cd_create_gui.htm