How to install primavera P6 Professional R8.1 step by step, fresh installation fro scratch.P6 Tutorial
Step 1) Install JDK and Add ‘JAVAHOME' Environment Variable. To install java, download JDK installer and add/update the JAVAHOME variable to JDK install folder. Step 2) Download Maven and add ‘MAVENHOME' and ‘M2HOME' Environment Variables. Maven can be downloaded from this location. Aug 18, 2016.
Install Primavera P6 step by step:
Step no. 1:
from the primavera P6 Professional R8.1 folder we click on setup, the program will start by installing MS .Net Framework4 as per the following figure:
Step no. 2:
click accept then java window will appear to install java program
Step no. 3:
Click install then install to complete java installation as per the figure below
following java installation the Net Framework4 will be installed which could take some time.
Step no.4:
The install primavera P6 Professional R8.1 window will open, click next
Step no. 5:
choose stand alone then click next
Step no. 6:
the primavera program will ask for the password, the primavera R8.1 default password is Prima123Vera
Step no. 7:
the primavera program will install the database
Step no. 8:
after installing the data base the the following message will come , just click finish
Step no. 9 :
the system will ask to restart the computer just click restart later to install a new data base first, Go to primavera P6 Professional R8.1 folder, then database folder then click dbsetup and follow the next step.
Step 10:
add the primavera password Prima123Vera and database name XE
Then click next , then create as per following photo:
Then click next and type the password in each cell same to user name above. i.e administrative user name : admuser administrative password: type same username (admuser) without brackets and confirm same password, see photo below
Then click next to go to next step to choose the primavera password lets say admin
Then click install and wait the primavera database installation to be completed
Now the installation is completed, restart your computer and open the primavera program from the icon and type the user name admin and the password admin to log in
- Maven Tutorial
- Maven Useful Resources
- Selected Reading
Maven is a Java based tool, so the very first requirement is to have JDK installed on your machine.
System Requirement
JDK | 1.7 or above. |
---|---|
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
Operating System | No minimum requirement. |
Step 1 - Verify Java Installation on your Machine
Open console and execute the following java command.
OS | Task | Command |
---|---|---|
Windows | Open Command Console | c:> java -version |
Linux | Open Command Terminal | $ java -version |
Mac | Open Terminal | machine:~ joseph$ java -version |
Let's verify the output for all the operating systems −
OS | Output |
---|---|
Windows | java version '1.7.0_60' Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) |
Linux | java version '1.7.0_60' Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) |
Mac | java version '1.7.0_60' Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) Quickbooks activator v0.6 build 70. |
If you do not have Java installed, install the Java Software Development Kit (SDK) from https://www.oracle.com/technetwork/java/javase/downloads/index.html. We are assuming Java 1.7.0.60 as installed version for this tutorial.
Step 2 - Set JAVA Environment
Set the JAVA_HOME environment variable to point to the base directory location where Java is installed on your machine. For example −
OS | Output |
---|---|
Windows | Set the environment variable JAVA_HOME to C:Program FilesJavajdk1.7.0_60 |
Linux | export JAVA_HOME=/usr/local/java-current |
Mac | export JAVA_HOME=/Library/Java/Home |
Append Java compiler location to System Path.
OS | Output |
---|---|
Windows | Append the string ';C:Program FilesJavajdk1.7.0.60bin' to the end of the system variable, Path. |
Linux | export PATH=$PATH:$JAVA_HOME/bin/ |
Mac | not required |
Verify Java Installation using java -version command as explained above.
Step 3 - Download Maven Archive
Download Maven 2.2.1 from https://maven.apache.org/download.cgi.
OS | Archive name |
---|---|
Windows | apache-maven-3.3.1-bin.zip |
Linux | apache-maven-3.3.1-bin.tar.gz |
Mac | apache-maven-3.3.1-bin.tar.gz |
Step 4 - Extract the Maven Archive
Extract the archive, to the directory you wish to install Maven 3.3.1. The subdirectory apache-maven-3.3.1 will be created from the archive.
OS | Location (can be different based on your installation) |
---|---|
Windows | C:Program FilesApache Software Foundationapache-maven-3.3.1 |
Linux | /usr/local/apache-maven |
Mac | /usr/local/apache-maven |
Step 5 - Set Maven Environment Variables
Add M2_HOME, M2, MAVEN_OPTS to environment variables.
OS | Output |
---|---|
Windows | Set the environment variables using system properties. M2_HOME=C:Program FilesApache Software Foundationapache-maven-3.3.1 M2=%M2_HOME%bin MAVEN_OPTS=-Xms256m -Xmx512m |
Linux | Open command terminal and set environment variables. export M2_HOME=/usr/local/apache-maven/apache-maven-3.3.1 export M2=$M2_HOME/bin export MAVEN_OPTS=-Xms256m -Xmx512m |
Mac | Open command terminal and set environment variables. Pam subcontract 2006 download. export M2_HOME=/usr/local/apache-maven/apache-maven-3.3.1 export M2=$M2_HOME/bin export MAVEN_OPTS=-Xms256m -Xmx512m |
Step 6 - Add Maven bin Directory Location to System Path
Now append M2 variable to System Path.
OS | Output |
---|---|
Windows | Append the string ;%M2% to the end of the system variable, Path. |
Linux | export PATH=$M2:$PATH |
Mac | export PATH=$M2:$PATH |
Step 7 - Verify Maven Installation
Now open console and execute the following mvn command.
OS | Task | Command |
---|---|---|
Windows | Open Command Console | c:> mvn --version |
Linux | Open Command Terminal | $ mvn --version |
Mac | Open Terminal | machine:~ joseph$ mvn --version |
Finally, verify the output of the above commands, which should be as follows −
Error Setting Java_home Variable For P6 Suite Installer Download
OS | Output |
---|---|
Windows | Apache Maven 3.3.1 (r801777; 2009-08-07 00:46:01+0530) Java version: 1.7.0_60 Java home: C:Program FilesJavajdk1.7.0_60 jre |
Linux | Apache Maven 3.3.1 (r801777; 2009-08-07 00:46:01+0530) Java version: 1.7.0_60 Java home: C:Program FilesJavajdk1.7.0_60 jre |
Mac | Apache Maven 3.3.1 (r801777; 2009-08-07 00:46:01+0530) Java version: 1.7.0_60 Java home: C:Program FilesJavajdk1.7.0_60 jre |