The load history detail report

The Server Tools Load History Detail report contains a summary table for the selected database load operation. As with the main Load History Information table, the report summary view lists information about the type of database operation, the user who initiated the operation, and similar information.

Underneath the report summary table is a set of tabs, each of which loads a different view of the load operation data onto the screen. The following list describes these tabs.

Parameters

Lists the values of the configuration parameters used in generating the data for the database operations reports. See Load history detail report - Parameters tab for more information.

Steps

Lists the individual steps in the data load operation. Click a step to view detail data about that step. See Load history detail report - Steps tab for more information.

Row Counts

Lists information about database tables impacted by the data load. Use the information on this screen to quickly assess whether the amount of data loaded by operation was the amount that you expected the operation to load.

Integrity Checks

Lists the integrity checks that PolicyCenter ran against each affected database table before the data load operation.

Inserts

Lists the results of the SQL INSERT_INTO queries that PolicyCenter ran against the affected database tables. This tab lists all INSERT_INTO run for this database load. In contrast, the Steps tab lists only the INSERT_INTO queries that run for each particular step.

Callbacks

Lists the operations that PolicyCenter executes before and after a staging table load operation. This tab lists all callback operations for this database load. In contrast, the Steps tab lists only the callback operations that execute for each particular step.

Statistics Commands

Lists the SQL commands used to generate database statistics.