Audit Tables

The auditing tables are located in the audit schema.

The following table describes the reporting database tables and their descriptions.

TableDescription
ExecutionLogDescribes the top level of auditing that all records update. The status is either running, failed, or succeeded. The reporting version is also listed in the execution log.
PackageExecutionLogRecords each package executed. The status is running, failed, succeeded, or rolled back.
DataflowExecutionLogRecords each source table to destination/reporting table transformation.
ExecutionErrorsIncludes detailed information on how many rows are fetched, deleted, updated, and inserted.

Reports can be created based on these auditing tables to show the data synchronization statistics and the current running status. This information can also be used for performance analysis and tuning.

The following diagram illustrates the relationship between the auditing tables: