...
The Audit profile is loaded when you start a workflow that depends on it. Changes to the profile become effective when you restart the workflow.
Info |
---|
Info! The Audit profile is used by the Audit tab in the workflow properties, Analysis, and Aggregation agents for Batch workflows. Audit profile is not used in Real-Time workflows do not use the Audit profile. |
Configuration
To create a new Audit profile configuration, click the New Configuration button in the Build View, and then select Audit Profile from the selection screen.
...
The Audit profile configuration contains the following settings:
Setting | Description |
---|---|
Database | This is the database that the agent will connect and send data to. Click |
the Browse... button to get a list of all the database profiles that are available. For further information see Database Profile.
The Audit functionality is supported for use with the following databases:
| ||
Refresh |
Select Refresh to reload the metadata for the tables residing in the selected database. | |
Use Default Database Schema | Check this to use the default database schema that was added in |
the Usernamefield of the Default Connection Setup in the Database profile configuration. When using the default database schema the names of the audit tables listed in Table will appear without schema prefix. For more details on how to add a default database schema, see Database Profile.
|
| |
Table | A list of selected audit tables. For further information about adding and editing tables, see the section below, Adding and Editing a Table Mapping. |
Adding and Editing a Table Mapping
...
Add Audit Table Attributes
Setting | Description | ||
---|---|---|---|
Table | A list from which the audit table is selected.
|
| ||||||
Column Name | The name of the columns in the selected table. | |||||
Type | Clicking the cell, displays a list of valid types. Each column must be mapped against a type. Valid types are:
| |||||
Key Sequence | A key sequence is a defined way to assign a Key value, to identify in which order you need to send along key values when you use the Each key in a table must have a sequence number in order to be identified when passed on as parameters to the APL audit functions. The first key is identified as 1, the second as 2, and so on. The key sequence will uniquely identify all audit log entries to be inserted per batch. |
Audit Profile Example
To illustrate how Audit may be used, consider a workflow with an Analysis agent, validating and routing UDRs. Most of the UDRs will be sent on the "COMPLETE" route. The rest of the incomplete UDRs will be sent on the "PARTIALS" route. If there are a considerable amount UDRs that are routed to the latter, the batch is cancelled.
...