This series of blog post describes the installation steps for following Primavera applications
- Primavera web 15.2
- Primavera web services 15.2
- Primavera Team Member 15.2
Before installation make sure that following pre-requisite are present
- JDK
- Weblogic
- Database
The supported version of above three are present at Tested Configuration document. Below is link for tested configuration of Primavera version 15.2
http://docs.oracle.com/cd/E59283_01/EPPM/15_2/eppm_15_2_tested_configs.xls
In our scenario we are installing application on windows server 2012 R2, so required version of above three will be
- JDK 1.8.0_60
- Oracle Weblogic Server 12.1.3.0.0 (you can also use 10.3.6.0.11 server just make sure that patch 9923849 and 20181997 is applied on Weblogic)
- Oracle Database 12.1.0.2 (or SQL server 2014 SP1)
JDK 8 update 60 can be downloaded from Java archive website below is link for same
Make sure to use exact version of JDK else you may face issue while starting Team Member managed server.
Oracle Weblogic 12.1.3.0.0 can be downloaded from below link
http://www.oracle.com/technetwork/middleware/Weblogic/downloads/wls-main-097127.html
Download the generic version, file name will be fmw_12.1.3.0.0_wls.jar.
To download Primavera installation file, go to edelivery.oracle.com. Search for Primavera P6 Enterprise Project Portfolio Management. Select appropriate platform and click on continue.
You will get 6 files of total size of 2.2 GB, download all the files.
Now first of all install Database (if you don’t already have one). You can refer my post https://primaveraworld.com/2016/02/04/installation-of-primavera-unifier-v15-2-part-1/ for same.
Once Database is installed, connect to database using sys, as sydba and run manual_script_before_install.sql. You will get this script in Primavera installation files, at below location
<Installation Dir>\V77744-01\P6_152\p6suite\database\scripts\install\PM_15_02_00
Once all grants are succeeded, commit the changes.
After this install JDK. Make sure JDK installation directory don’t have any spaces it its name.
Now we are ready for our Weblogic installation and that I will cover in my next post.