Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A Source activity enables you to specify the location from where you can fetch the data. The MFT Source activity allows you to fetch data from an MFT queue. This activity can either be triggered by an event or explicitly run. The following example depicts the explicit type of execution; however, you may refer to the Triggered by Event section to execute a process flow automatically based on GBI File Event.

To create an MFT Source:

  1. Go to Develop > Solutions > MFT Server > MFT Source.
  2. Click Create New.



  3. On the new MFT Source window, provide a unique MFT source name and description.
  4. Select the execution type - Run Explicitly or Triggered by Event.

    Run Explicitly: Select this option to execute the process flow manually by clicking the execute icon  on the Process Flow screen.
    Triggered by Event: Select this option to trigger the process flow through an MFT File event. In this case, you need to create an MFT File event and bind this event with the source activity in the process flow. 

  5. Based on the option chosen in the previous step, the list of fields differ.  
    For Run Explicitly

    Field NameDescription
    Queue ManagerName of the Queue Manager from where you want to fetch the data.
    QueueName of the MFT queue mentioned in the Queue Manager.
    User ClassName of the MFT user class.
    Sender NameName of MFT sender. The sender in this context is a logical MFT level sender identifier (not the actual userid/subject in AuthN/AuthZ terms) and can be used for filtering.
    Correlation Id

    Name of MFT correlation identifier. Correlation identifier is a logical tag that can be associated with MFT files having some business level affinity (for example, "PAYROLL.FILES") and can be used for filtering.

    Include ConsultedSet the value to true to read the file multiple times.
    User IdMFT connection user id.
    PasswordMFT connection password.
    Disposition

    Whether to keep the file or remove it after successful execution.

    Keep: Retain the file on the input queue after successful execution.

    Remove: Remove the processed file from the input queue.

    External File AttributesOptional extended metadata elements that can be attached to a file (very similar in nature and purpose with JMS message selectors). The value for this attribute can also be set explicitly in the process flow context.


    For Triggered by Event

    Field NameDescription
    User IdMFT connection user id.
    PasswordMFT connection password.
    Disposition

    Whether to keep the file or remove it after successful execution.

    Keep: Retain the file on the input queue after successful execution.

    Remove: Remove the processed file from the input queue.

    External File AttributesOptional extended metadata elements that can be attached to a file (very similar in nature and purpose with JMS message selectors). The value for this attribute can also be set explicitly in the process flow context.
  6. Expand Advanced Properties. For information about the fields, refer to Changing Advanced Properties.
  7. Click Save.

 

 

 

  • No labels