Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Populating the Data Mart with Report Data

Populating the Data Mart with Report Data

To populate the data mart with report data, run a java command to populate the data mart for all available reports, or for specific report.
  1. Open a command prompt.
  2. 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
      >
The C_REPOS_RPT_DETAIL table is populated with report data.

0 COMMENTS

We’d like to hear from you!