command to populate the data mart with data for all charts or for a specific chart. If you want to specify a chart, use its report name.
Open a command prompt.
To populate the data mart with data for all the available reports, run the following command:
java -jar populate_datamart.jar exec
To populate the data mart with data for a specific report, run the following command:
java -jar populate_datamart.jar exec <
report name
>
If the MDM Hub contains data, the C_REPOS_RPT_DETAILS repository table is populated with report data. The ROWID_RPT_CONFIG column links the data to the report configuration that requested the data.