To validate if you are running the data mart or data warehouse, log-in to the Server Administration page and click Reports. Under the Configuration section click Data Warehouse Connection and check the Data Warehouse Provider attribute. If it is set to Remote, you are likely have a Data Warehouse schema setup. If it is set to Local, you are still using data mart or you did not configure a data warehouse (this configuration is only available in applications at version 3.0.1.x and higher).
If you are running the data mart, you can skip this step of the upgrade.
If you are running the data warehouse, you can continue this step of the upgrade.
A data mart is a storage facility for read-only, historical and aggregated data. Through the use of an industry standard "star schema", rather than a more normalized table structure, the data mart is optimized for efficient queries and quick response times. Reports access the data that is stored in this data mart. Data mart is not a separated database from the JTS repository database, but a snapshot only. Prior to CLM 3.0.1, the Jazz Team Server provides a data mart, as well as an extensible mechanism for gathering information to store in the data mart at periodic times. Out of the box, data collection jobs are provided that aggregate and store various data about work items, source control, and builds.
A data warehouse is a relational database that is designed for query and analysis rather than for transaction processing. It contains historical data derived from transaction data, but it can include data from other sources. It separates analysis workload from transaction workload and enables an organization to consolidate data from several sources. Starting from CLM 3.0.1, users can take advantage of data warehouse schema feature to separate report data from the JTS repository database. This feature provide users more control on managing the process of gathering report data and delivering to business users.
Windows:
cd JazzInstallDir\server repotools-jts.bat -upgradeWarehouse teamserver.properties=conf\jts\teamserver.properties
UNIX:
cd JazzInstallDir/server ./repotools-jts.js -upgradeWarehouse teamserver.properties=conf/jts/teamserver.properties
Note: Jazz Team Server must be upgraded successfully before you can proceed with the data warehouse upgrade. |
Status icon key: