Data Veracity Forwarding Agent Configuration

To open the Data Veracity forwarding agent configuration dialog from a workflow configuration, you can do either one of the following:

  • double-click the agent icon
  • select the agent icon and click the  Edit button


The Agent Configuration consists of the following tabs:

Data Veracity Tab

Data Veracity Forwarding Agent Configuration - Data Veracity Tab


SettingDescription

Profile

Click Browse to select a predefined Data Veracity Profile. The profile contains the configuration about the Data Veracity connection details and the Data Veracity table schema sql generation.

For further information, see Data Veracity Profile.

MIM Mapping

MIM values to be associated with a UDR when sent to Data Veracity. The MIM values added in the Data Veracity Profile should be listed in the table.

Commit Window Size

The number of UDRs (rows) to be inserted or removed between each database commit command. This value may be used to tune the performance. If tables are small and contain no Binary Objects, the value may be set to a higher value than the default. Default is 500. The window size can be set to any value between 1-60000, where setting 1 means that commit is performed after 1 UDR, and setting 60000 means that commit is performed after 60000 UDRs.

Rows are inserted for each UDR that is fed to the agent. All UDRs are stored in memory between each database commit command, to enable rollback. Rows are removed at the next workflow startup in case of a crash recovery.

Should the check box be unchecked, the commit will be performed at every end batch of the workflow.

Thread Buffer Tab

The use and settings of private threads for an agent, enabling multi-threading within a workflow, is configured in the Thread Buffer tab. For further information, see the section Thread Buffer Tab in Workflow Template.

Data Veracity Forwarding Agent Configuration -Thread Buffer tab