...
This section describes how to configure the agents.
...
For details of the configuration of the agents, see the relevant sections below:
Additional Configurations for Collection Agents
...
In the Decompression tab you specify if you want to decompress the files or not.
Setting | Description |
---|---|
Compression Type | Select the required decompression algorithm:
|
Execution Tab
In the Execution tab, you configure how often the workflow will be executed, how decoding errors will be handled and what action is to be taken when Cancel Batch messages are called. For furher information on Cancel Batch, see Batch-Based Real-Time Agents - Transaction Behavior(4.3).
Note | |
---|---|
title | Note!Cancel Batch messages are sent:
|
Setting | Description |
---|---|
Run Once | Select this option if you want the workflow to run once. |
Repeat Every X Seconds | Select this option if you want the workflow to be run repeatedly with an interval of a specific number of seconds. The default value is 5 seconds. If you have selected this option, when the agent encounters an error, the workflow does not abort. The error is reported in the System Log and the agent retries at the next repeat. |
Decoding Error Handling | Select one of the error handling options to control how to react upon decoding errors:
|
|
| |
Abort Immediately | If enabled, the workflow immediately aborts on the first Cancel Batch message from any agent in the workflow. The erroneous data batch is kept in its original place and must be moved/deleted manually before the workflow can be started again. |
Abort After | If enabled, the value of |
Never Abort | The workflow will never abort. However, as with the other error handling options, the System Log is always updated for each Cancel Batch message. |
Additional Configurations for Forwarding Agents
When the forwarding agents are included in a real-time workflow, there is also one additional tabs for each of the agent configurations: File Closing Criteria. See the example image below.
Setting | Description |
---|---|
(bytes) | When the file size has reached the number of bytes entered in this field, the file will be closed as soon as the current bytearray has been included, and stored in the storage directory. This means that the file size may actually be larger than the set value since Usage Engine will not cut off any bytearrays. If nothing is entered, this file closing criteria will not be used. |
Volume (UDRs) | When the file contains the number of UDRs entered in this field, the file will be closed and stored in the storage directory. If nothing is entered, this file closing criteria will not be used. |
Timer (sec) | When the file has been open for the number of seconds entered in this field, the file will be closed and stored in the storage directory. If nothing is entered, this file closing criteria will not be used. |