IBM Tivoli Monitoring, Version 6.3 Fix Pack 2

Creating and populating the time dimensions tables

Preparing the Tivoli® Data Warehouse for Tivoli Common Reporting includes creating the IBM_TRAM dimensions, which are required for running the Cognos® reports and using the data models.

About this task

The following dimensions tables are created by this procedure:

You will need the database scripts included in the extracted reports package under the db_scripts directory.

If reports are distributed with an installer, the following manual procedures can be handled automatically by the report installer. See your agent-specific user's guide for information on automated TRAM creation.

When installing multiple report packages, the following steps need only be completed once. When installing multiple report packages the same TIME_DIMENSION tables are used. If you want to reset granularity or begin and end times, you can repeat the procedure.

Procedure

Results

The time dimension tables are complete.

Troubleshooting

If the DB2 commands are failing with the following error:
UDA-SQL-0107 A general exception has occurred during the operation "prepare".[IBM][CLI Driver][DB2/NT64] SQL0551N "ITMUSER" does not have the required authorization or privilege to perform operation "SELECT" on object "IBM_TRAM......

Execute the following commands to resolve the issue:
  1. Connect to the Tivoli Data Warehouse as a user with DB2 privileges.
  2. Issue the following grants:
    • Grant select on IBM_TRAM."ComputerSystem" to ITMUSER
    • Grant select on IBM_TRAM.MONTH _LOOKUP to ITMUSER
    • Grant select on IBM_TRAM.TIMEZONE_ DIMENSION to ITMUSER
    • Grant select on IBM_TRAM.TIME_DIMENSION to ITMUSER
    • Grant select on IBM_TRAM.WEEKDAY_LOOKUP to ITMUSER
    • Grant execute on procedure IBM_TRAM.CREATE_TIME_DIMENSION to ITMUSER


Feedback