Solution ID: prim18147 |
How to manually create the Strategic Planning Database |
Status: Reviewed |
Version(s): 7.0, 7.1 |
From Primavera OCP
Problem: | How to manually create the Strategic Planning Database |
Problem: | Is there a script to run that will create the StrategicPlanning schema? |
Fix: | To manually create the Strategic Planning database, do the following : Microsoft SQL Server 1. Create an empty database called strategicPlanning. 2. From the command prompt, run the following batch file : Primavera\AnalyticalApplications\util\setupPMDBMSSQL.bat The correct usage is : setupPMDBMSSQL [database_server_name] [database_name] [user_id] [password] Oracle 1. Create a user called strategicPlanning. 2. From the command prompt, run the following batch file : Primavera\AnalyticalApplications\util\setupPMDBOracle.bat The correct usage is : setupPMDBMSSQL [database_alias] [user_id] [password] |