Solution ID: prim32211 |
Using CALM to create a new MSDE/SQL Server Database |
Status: Reviewed |
Version(s): 5.0 |
From Primavera OCP
Problem: | Using CALM to create a new MSDE/SQL Server Database |
Fix: | 1) In a DOS window, browse to the database directory on CD 1 (if you have not copied the directory locally). 2) To create the PMDB database enter the following information: calm -mcreate -rss -xpmdb -usa -p<MSDE password, our default is prima> -s<MSDE Server, our default is local MachineName\primavera> -n<database name, our default is pmdb$primavera> -l<Log filepath, default is temp> -v -i<Path to license file, ex. c:\license\licence.txt> -k<Product key, ex. PD-E55> 3) To create the MMDB database enter the following information: calm -mcreate -rss -xmmdb -usa -p<MSDE password, our default is prima> -s<MSDE Server, our default is local MachineName\primavera> -n<database name, our default is mmdb$primavera> -l<Log filepath, default is temp> -v -i<Path to license file, ex. c:\license\licence.txt> -k<Product key, ex. PD-E55> Example: |