You run a java command to populate the data mart with data for all charts or for a specific chart. If you want to specify a chart, you need to use its report name.
Open a command prompt.
Run a java command to populate the data mart.
To populate the data mart with data for all available reports, run the following command:
java -jar populate_datamart.jar
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 supplier_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.