The real-time Aggregation agent's configuration dialog includes the following tabs:
...
With the Error Handling settings you can decide what you want to do if no timeout has been set in the code or if there are unmatched UDRs.
The Aggregation agent configuration dialog - General tab
Setting | Description |
---|---|
Profile | Click Browse... and select an Aggregation profile. All the workflows in the same workflow configuration can use different Aggregation profiles. For this to work, the profile has to be set to Default in the Field settings tab in the Workflow Properties dialog. After this, each workflow in the Workflow Table can be assigned with the correct profile. |
Force Read Only | Select this check box to only use the aggregation storage for reading aggregation session data. If you enable the read only mode, timeout handling is also disabled. When using file storage and sharing an Aggregation profile across several workflow configurations, the read and write lock mechanisms that are applied to the stored sessions must be considered:
|
If Timeout is Missing | Select the action to take if timeout for sessions is not set in the APL code using The available options are:
|
If No UDR Match is Found | Select the action that the agent should take when a UDR that arrives does not match any session, and Create Session on Failure is disabled:
|
APL Code Tab
The APL Code tab is identical for batch and real-time workflows. For a detailed description of this tab see the section above, APL Code Tab.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Storage
The Storage tab contains settings that are specific for the selected storage in the Aggregation profile. Different settings are available in batch and real-time workflows.
File Storage
When using file storage for sessions in a batch workflow, the Storage tab contains a setting to control how often the timeout block should be executed. In this tab, it is also specified when the changes to the aggregation data is written to file.
The Aggregation agent configuration dialog - Storage tab for File Storage
...