...
- Go to Develop > Solutions > Primeur Spazio MFT/s Server > > Spazio Source.
- Click Create New.
- On the New Spazio Source window, provide a unique Spazio source name and description.
- 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 Spazio Listener. In this case, you need to create a Spazio Listener and bind this event with the source activity in the process flow. Based on the option chosen in the previous step, the list of fields differ.
For Run ExplicitlyField NameDescriptionSpazio Connection Select the Spazio MFT Server Connection from the drop-down list under which you want to create MFT File Source. Queue Name of the default Queue where files are queued. User Class Name Name of the Primeur Spazio MFT/s user class. Sender Name Name of the Primeur Spazio MFT/s 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 the Primeur Spazio MFT/s correlation identifier. Correlation identifier is a logical tag that can be associated with Primeur Spazio MFT/s files having some business level affinity (for example, "PAYROLL.FILES") and can be used for filtering.
Include Consulted Set the value to true to read the file multiple times. User Id Primeur Spazio MFT/s connection user id. Password Primeur Spazio MFT/s 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 Attributes Optional 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 EventField NameDescriptionDisposition 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 Attributes Optional 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. - Expand Advanced Properties. For information about the fields, refer to Changing Advanced Properties.
- Click Save.
...