Solution ID: prim16629 |
How to populate the reporting tables |
Status: Reviewed |
Version(s): 7.0, 7.1, 7.5, 8.0, 8.1 |
Problem: | How to populate the reporting tables |
Problem: | Reports run but have no data in them. |
Fix: | Follow the appropriate instructions to populate the reporting tables : MS SQL 1. Launch the Command Prompt 2. Navigate to the following directory : Primavera\utils\database\mssql 3. Type the following : populateReportingTables [SQL Server] [Database_Name] [User_ID] [Password] Where : [SQL Server] is the name of the SQL Server host (or instance) [Database_Name] is the name of the database [User_ID] is the ID to use to log into the database [Password] is the password to the [User_ID] account Example : populateReportingTables mySqlServer PVDB sa password ORACLE 1. Launch the Command Prompt 2. Navigate to the following directory : Primavera\utils\database\oracle 3. Type the following : populateReportingTables [Database_Alias] [User_ID] [Password] Where : [Database_Alias] is the name of the alias that points to the database instance that stores the Primavera schema [User_ID] is the ID to use to log into the database [Password] is the password to the [User_ID] account Example : populateReportingTables myOracleAlias PVDBuser password For more details refer to the System Administrator Guide (sysadmin.pdf). Section 7.1 “Reports and Rate Tables”. |