SlideShare a Scribd company logo
1 of 40
Download to read offline
P6 Services: How to install,
configure, tips and
troubleshooting
Ruben Reyes M, Pablo Oyarzo M
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted6
Program Agenda
 Definition & Architecture
 Working with P6 Services
 Troubleshoot and Best Practices
 Q&A
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted7
Definition & Architecture of
P6 Services
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted8
Job Services v/s P6 Services
– Job Services (Pre release 8.x)
 Windows based
 Limited functionalities
 Not Scalable
– P6 Services (Post release 8.x)
 Java based (platform independent)
 Multiple functionalities
 Highly Scalable
 Publish Project and Global data
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted9
Definition of P6 Services
– P6 Services
 ASAP Services
 Project Scheduled Services (Summarize, Apply Actuals, Level, Scheduling)
 Publication Services
– Project Services
» Project Arbiter
» Publish Project
– Global Services
» Publish Enterprise Data
» Publish Resource Summaries
» Publish Resource Management
» Publish Security
What PX tables are updated when running Global Scheduled Services or Publish Project (Doc ID 1491245.1)
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted10
Architecture of P6 Services
P6
EPPM
DatabaseMidTierApplications
Web Application Servers
Web Application ServersWeb Application
Server(s)
Web Browser P6 Professional Client
P6
Services
P6 Services
Server(s)
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted11
Working with P6 Services
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted12
Working with P6 Services
 Prerequisites:
– P6 services executed in the same P6 server will use the same resources that P6
server utilize.
– P6 services executed in a different server will require to have installed a certified
version of JDK for P6 to work. (Refer to Tested configurations)
– In a different server a JAVA HOME variable must exist
– It can be installed and configured in UNIX or Windows OS.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted13
Working with P6 Services
 Prerequisites:
Number of
Objects/Deployment
categories
SMALL MEDIUM LARGE
Projects 200 1,000 50,000
Active Users 50 100 200
Activities 100,000 1,000,000 5,000,000
Activities per project 5,000 10,000 20,000
Resources 500 1,000 4,000
Resource assignments 100,000 1,000,000 5,000,000
Resource assignments
per project
5,000 10,000 20,000
Risks 100 500 2,500
Resource/Deployment
categories
SMALL MEDIUM LARGE
Operating System
Oracle Enterprise Linux
(OEL) 64-bit or
Windows server 64-bit
or equivalent
Oracle Enterprise Linux
(OEL) 64-bit or
Windows server 64-bit
or equivalent
Oracle Enterprise Linux
(OEL) 64-bit or
Windows server 64-bit
or equivalent
CPU
Intel Xeon 5000 series
(Quad Core 3.46 GHz)
or equivalent
Intel Xeon 5000 series
(Quad Core 3.46 GHz)
or equivalent
Intel Xeon 5000 series
(Quad Core 3.46 GHz)
or equivalent
RAM 8 GB 8 GB 16 GB
Java Heap Size 4 GB per node 4 GB per node 8 GB per node
Storage
50 GB, depending on
log historic log storage
75 GB, depending on
log historic log storage
100 GB, depending on
log historic log storage
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted14
Working with P6 Services
 Configuring P6 services in a different server
– P6 services uses the file p6service.jar to execute all the jobs that were explained previously.
– Executing the p6service.jar file will create a new configuration in the Primavera administrator.
– It is recommended to disable the job service execution in the P6 server and enable it in the new
configuration. Unless the load or execution of the services requires to be shared in P6 server
and P6 services server.
– The configuration process will allow to set the amount of memory that P6 services will use.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted15
Working with P6 Services
 Configuring P6 services in a different server
How To Configure LOG4J With The P6 Services (P6Services.jar) (Doc ID
1479979.1)
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted16
Working with P6 Services
 Configuring P6 services in a different server
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted17
Working with P6 Services
 Configuring P6 services in a different server
How To Configure a Separate Server Or Java Process for P6 Services (Job Services) in P6 EPPM r8.1 And Later Releases [ID 1357440.1]
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted18
Working with P6 Services
 Configuring P6 services
– Job service Poll Rate is the time that is
verified in the JOBSVC table if there is a
new job to be executed
– ASAP cleanup rate is the interval that is
used to clean up the table JOBSVC and
JOBLOG for the ASAP jobs
– Enable Job Cleanup on Startup is used
in case of failure, once P6 server is
started
Settings
Default Value
(recommended)
Valid Range
Services/Publication/Services/Project
Arbiter/Concurrent Threads
1 0-1
Services/Publication/Services/Publish
Project/Concurrent Threads
2 0-20
Services/Publication/Services/Publish
Enterprise Data/Concurrent Threads
1 0-1
Services/Publication/Services/Publish
Enterprise Summaries/Concurrent
Threads
1 0-1
Services/Publication/Services/Publish
Resource Management/Concurrent
Threads
1 0-1
Services/(Scheduler,Summarizer,Apply
Actuals)/Concurrent Threads
2 0-20
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted19
Working with P6 Services
 Configuring P6 services
– Page Size the number of business objects
that can be processed per thread.
– Max Job Count the number of parallel threads
that can be processing business objects.
Type of Data Setting
Default Value
(recommended)
Valid Range
General
Page Size 32 1-8192
Max Job count 1 1-20
Time Distributed
Page Size 16 1-8192
Max Job count 1 1-20
Blob
Page Size 25 1-8192
Max Job count 1 1-20
Note: The number of the page size will improve the performance of the P6 services but more resources will be required in the server.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted20
Working with P6 Services
 Configuring P6 services
– Log severity level for all publication
services. The values are inclusive. For
example, choose ‘debug’ to log all
messages; choose ‘warning’ to log
both warning and error level
messages.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted21
Working with P6 Services
Setting Global Schedule Services
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted22
Working with P6 Services
Project Schedule Services
Web Access
ASAP Job Services
Professional Client
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted23
Working with P6 Services
 Status of the services
•Delegated: When the parent summarization job is running and waiting for child
jobs to be completed.
•Pending: the service was just created or if the service is waiting in queue.
•Running: the service is running on the service machine.
•Failed: When the service cannot be completed
•Completed with Errors: Completed with Errors is returned if only one project in a
group of ten projects could not be summarized.
•Complete: When the service completes successfully.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted24
Troubleshoot of P6
Services
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted25
Troubleshoot of P6 Services
 Logs created by P6 Services
 Desktop Client
» Job Status (Tools > Job Status)
 Web Client:
» Project Scheduled Services (Project View)
» Global Scheduled Services (Administer > Global Scheduled Services)
» View Services Status (Project View > Activities > Actions > View Services Status)
 Files:
» <local drive>P6Homep6WebAccessLogsP6WebAccess.html
» <local drive>P6Homep6WebAccessLogsservices<service_name>
 Database
» Jobsvc table
» Joblog table
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted26
Troubleshoot of P6 Services: Schedule Services
 Desktop Client
– You can find details about Scheduled
and ASAP Services in Job status
option, under the Tools menu.
– After version 8.2, the “View Log”
button was added to Job status
window.
– “View Log” allows you to read log files
from the database that may be helpful
to troubleshoot the issue.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted27
Troubleshoot of P6 Services: Schedule Services
 Web Client
– There are 2 views where we can find
information about scheduled
services:
– Project Scheduled Services
– View Services Status (Project View
> Activities > Action)
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted28
Troubleshoot of P6 Services: Schedule Services
 Files
– <local drive>P6Homep6WebAccessLogsP6WebAccess.html
 Database
– Jobsvc table
– Joblog table > job_log_data column
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted29
Troubleshoot of P6 Services: Schedule Services
 Troubleshooting a Failed service using Client application, Web Application,
Files and Database
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted30
Troubleshoot of P6 Services: Schedule Services
 Error found in View Log Icon (P6 Web): “Error ??EXCEPTION:
com.primavera.summarizer.SummarizerException:Failed calculating field rollups for project 4357 and wbs ids [24526, 24527, 24525, 24535,
24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536]??”
 Error found in Joblog table: xml version='1.0' encoding='UTF-8'?><log><logs.error i18Value="true"
type="STRING">EXCEPTION: com.primavera.summarizer.SummarizerException:Failed calculating field rollups for project 4357 and wbs ids
[24526, 24527, 24525, 24535, 24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536]</logs.error></log>
 Error found in P6WebAccess Logs: “com.primavera.summarizer.SummarizerException: Failed calculating field rollups for
project 4357 and wbs ids [24526, 24527, 24525, 24535, 24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536]
at com.primavera.summarizer.dao.ActivityDAO.buildSummarizedFields(Unknown Source)
at com.primavera.summarizer.ProjectDataSummarizer.a(Unknown Source)
at com.primavera.summarizer.ProjectDataSummarizer.summarize(Unknown Source)
at com.primavera.summarizer.Summarizer.a(Unknown Source)
at com.primavera.summarizer.Summarizer.a(Unknown Source)
at com.primavera.summarizer.Summarizer.runJob(Unknown Source)
at com.primavera.jobsvc.common.JobServiceExecutable.c(Unknown Source)
at com.primavera.jobsvc.common.JobServiceExecutable.a(Unknown Source)
at com.primavera.jobsvc.common.JobServiceExecutable.execute(Unknown Source)
at com.primavera.infr.threadpool.ThreadPoolImpl.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException…”
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted31
Troubleshoot of P6 Services: Schedule Services
 Go to My Oracle Support and search for the error message:
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted32
Troubleshoot of P6 Services: Project Publication
Services
 Web Client
– Track Services from Project View >
Activities > Actions > View Services
Status .
– Able to see Scheduled and Project
Publication Services.
– If you click on the “View Log Icon” you
can see more details about the service.
– The logging severity level configured in
the P6 administrator
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted33
Troubleshoot of P6 Services: Project Publication
Services
 Files
– Go to P6 home folder (or P6 services
folder) and then jt_project folder. P6
will create one file per job.
 Database
– Jobsvc table . Job_name similar to Px
Project <DATABASE PROJECT ID>.
– Logs from: Joblog table > job_log_data
column
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted34
Troubleshoot of P6 Services: Project Publication
Services
 Example of 2 Common Issues:
1) Error: "Connection has been recycled.
Database <name of the database> Pool
PML“
2) P6 Project Data Is Stuck and Not Being
Published
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted35
Troubleshoot of P6 Services
 Factors that can impact in performance issues:
 Number of concurrent jobs
 Number of Activities / Projects / EPS
 Java Memory Assigned to P6 services or P6 deployment
 Database server impact
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted36
Troubleshoot of P6 Services
 Performance issues
– Task Manager: To monitor the CPU and Memory usage of the server where P6
services are running.
– Troubleshooting Performance issues using Java Development Kit (JDK) Tools:
– Java VisualVM: http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/index.html
– Jconsole: http://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html
– JRockit Management Console:
http://www.oracle.com/technetwork/middleware/jrockit/overview/index-090630.html
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted37
Troubleshoot of P6 Services
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted38
Best Practices
 Summarize Projects instead of EPS
 Monitor the Heap Memory Usage of P6 Services.
 Run heavily data-intensive jobs in off-peak hours
 Deploy P6 Services as a separate application
 Use the latest Service Pack / Hot Fix available for your version
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted39
Top Articles and Community Links
 Knowledge Base notes
– How To Configure a Separate Server Or Java Process for P6 Services (Job Services) in P6 EPPM r8.1 And Later
Releases (Doc ID 1357440.1)
– How To Find What Project Failed When Running a Summarize Scheduled Service (Doc ID 1532839.1)
– How To Enable Publication Services in P6 EPPM R8.1/R8.2 (Doc ID 1324828.1)
– How To Change the Connection Pool Settings For P6 Web Access (Doc ID 1484704.1)
– P6 Project Data Is Not Being Published Via The Publication Services (Doc ID 1333858.1)
– Configure P6Services.jar (Scheduled Services) as a Windows Service (Doc ID 1392903.1)
 Oracle Technology Network documentation
– P6 Extended Schema White Paper 8.1:
http://docs.oracle.com/cd/E20686_01/English/Technical_Documentation/Reporting_Database/P6%20Extended%20Schem
a%20White%20Paper.pdf
 Oracle Blogs
– https://blogs.oracle.com/priminout/entry/px_services_project_publication_arbiter
 Community:
– https://communities.oracle.com/portal/server.pt?open=514&objID=224&mode=2&threadid=720142
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted40
Summary
 P6 Services definition
 How to work with P6 Services
 How to troubleshoot P6 Services
 Best Practices to work with P6 Services
 Links to highlighted documents
What we covered today
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted41
Learn More
 About Oracle Support Best Practices
www.oracle.com/goto/proactivesupport
 Get Proactive in My Oracle Support
https://support. oracle.com | Doc ID: 432.1
 Get Proactive Blog
https://blogs.oracle.com/getproactive/
 Ask the Get Proactive Team
get-proactive_ww@oracle.com
Available References and Resources to Get Proactive
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted42
Questions & Answers
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted43
THANK YOU
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted44

More Related Content

What's hot

Primavera P6 manual
Primavera P6 manual Primavera P6 manual
Primavera P6 manual Abbas Tahir
 
206520 p6 web services programming interface
206520 p6 web services programming interface206520 p6 web services programming interface
206520 p6 web services programming interfacep6academy
 
200850 oracle primavera p6 eppm performance tuning, testing, and monitoring
200850 oracle primavera p6 eppm performance tuning, testing, and monitoring200850 oracle primavera p6 eppm performance tuning, testing, and monitoring
200850 oracle primavera p6 eppm performance tuning, testing, and monitoringp6academy
 
P6 EPPM Functionality
P6 EPPM FunctionalityP6 EPPM Functionality
P6 EPPM FunctionalityDRMcNatty
 
Single Sign-On for APEX apps (Important: latest version on edocr!)
Single Sign-On for APEX apps (Important: latest version on edocr!)Single Sign-On for APEX apps (Important: latest version on edocr!)
Single Sign-On for APEX apps (Important: latest version on edocr!)Niels de Bruijn
 
Primavera P6 User guide.pdf
Primavera P6 User guide.pdfPrimavera P6 User guide.pdf
Primavera P6 User guide.pdfssuseraaebbd
 
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...JustAcademy
 
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...Dane Roberts
 
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...Jade Global
 
Project Initiation Presentation Template
Project Initiation Presentation TemplateProject Initiation Presentation Template
Project Initiation Presentation TemplateRam Srivastava
 
Integrating primavera p6 with oracle erp which technology path is right for...
Integrating primavera p6 with oracle erp   which technology path is right for...Integrating primavera p6 with oracle erp   which technology path is right for...
Integrating primavera p6 with oracle erp which technology path is right for...p6academy
 
Oracle EPM Solutions
Oracle EPM SolutionsOracle EPM Solutions
Oracle EPM SolutionsBSD SOLUTIONS
 
Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewAhmed El-Demasy
 
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud ServiceDane Roberts
 
Software Project Management: Change Control
Software Project Management: Change ControlSoftware Project Management: Change Control
Software Project Management: Change ControlMinhas Kamal
 
A Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceA Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceInnovusPartners
 
PMBOK GUIDE 7th Summary
PMBOK GUIDE 7th Summary PMBOK GUIDE 7th Summary
PMBOK GUIDE 7th Summary Amr Miqdadi
 

What's hot (20)

Primavera P6 manual
Primavera P6 manual Primavera P6 manual
Primavera P6 manual
 
206520 p6 web services programming interface
206520 p6 web services programming interface206520 p6 web services programming interface
206520 p6 web services programming interface
 
200850 oracle primavera p6 eppm performance tuning, testing, and monitoring
200850 oracle primavera p6 eppm performance tuning, testing, and monitoring200850 oracle primavera p6 eppm performance tuning, testing, and monitoring
200850 oracle primavera p6 eppm performance tuning, testing, and monitoring
 
SAP BTP Enablement
SAP BTP EnablementSAP BTP Enablement
SAP BTP Enablement
 
P6 EPPM Functionality
P6 EPPM FunctionalityP6 EPPM Functionality
P6 EPPM Functionality
 
Single Sign-On for APEX apps (Important: latest version on edocr!)
Single Sign-On for APEX apps (Important: latest version on edocr!)Single Sign-On for APEX apps (Important: latest version on edocr!)
Single Sign-On for APEX apps (Important: latest version on edocr!)
 
Primavera P6 User guide.pdf
Primavera P6 User guide.pdfPrimavera P6 User guide.pdf
Primavera P6 User guide.pdf
 
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...
PMP NOTES Based on PMBOK Guide 5th Edition and updated PMP syllabus after 11 ...
 
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...
#OOW16 - Implement the Best Practice for Oracle Financial Reporting Complianc...
 
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...
How Oracle Project Portfolio Management Cloud Services can Help Life Sciences...
 
Project Initiation Presentation Template
Project Initiation Presentation TemplateProject Initiation Presentation Template
Project Initiation Presentation Template
 
Integrating primavera p6 with oracle erp which technology path is right for...
Integrating primavera p6 with oracle erp   which technology path is right for...Integrating primavera p6 with oracle erp   which technology path is right for...
Integrating primavera p6 with oracle erp which technology path is right for...
 
Oracle EPM Solutions
Oracle EPM SolutionsOracle EPM Solutions
Oracle EPM Solutions
 
Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications Overview
 
Program Management Deployment Concept Consulting
Program Management Deployment Concept ConsultingProgram Management Deployment Concept Consulting
Program Management Deployment Concept Consulting
 
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
 
Pmp study-notes
Pmp study-notesPmp study-notes
Pmp study-notes
 
Software Project Management: Change Control
Software Project Management: Change ControlSoftware Project Management: Change Control
Software Project Management: Change Control
 
A Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceA Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud Service
 
PMBOK GUIDE 7th Summary
PMBOK GUIDE 7th Summary PMBOK GUIDE 7th Summary
PMBOK GUIDE 7th Summary
 

Similar to P6 Services: How to install, configure, tips and troubleshooting

206510 p6 upgrade considerations
206510 p6 upgrade considerations206510 p6 upgrade considerations
206510 p6 upgrade considerationsp6academy
 
Resume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGResume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGHasnath Fathema
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?DLT Solutions
 
Oracle BPM workflow and Open-XDX web services (Part 2)
Oracle BPM workflow and Open-XDX web services (Part 2)Oracle BPM workflow and Open-XDX web services (Part 2)
Oracle BPM workflow and Open-XDX web services (Part 2)Bizagi Inc
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientationp6academy
 
Oracle database 12c_and_DevOps
Oracle database 12c_and_DevOpsOracle database 12c_and_DevOps
Oracle database 12c_and_DevOpsMaria Colgan
 
abhi_apps_middleware_CV
abhi_apps_middleware_CVabhi_apps_middleware_CV
abhi_apps_middleware_CVAbhishek singh
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2vasuballa
 
206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reportingp6academy
 
Preparing forr12-140703020001-phpapp02
Preparing forr12-140703020001-phpapp02Preparing forr12-140703020001-phpapp02
Preparing forr12-140703020001-phpapp02shubham gupta
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullBerry Clemens
 
WebLogic 12c & WebLogic Mgmt Pack
WebLogic 12c & WebLogic Mgmt PackWebLogic 12c & WebLogic Mgmt Pack
WebLogic 12c & WebLogic Mgmt PackDLT Solutions
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Bobby Curtis
 
Reporting Basics of Project Management
Reporting Basics of Project ManagementReporting Basics of Project Management
Reporting Basics of Project Managementp6academy
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...vasuballa
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle CloudRuggero Citton
 
206450 primavera gateway
206450 primavera gateway206450 primavera gateway
206450 primavera gatewayp6academy
 
Oracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewOracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewChris Muir
 

Similar to P6 Services: How to install, configure, tips and troubleshooting (20)

206510 p6 upgrade considerations
206510 p6 upgrade considerations206510 p6 upgrade considerations
206510 p6 upgrade considerations
 
Resume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGResume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSG
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?
 
Oracle BPM workflow and Open-XDX web services (Part 2)
Oracle BPM workflow and Open-XDX web services (Part 2)Oracle BPM workflow and Open-XDX web services (Part 2)
Oracle BPM workflow and Open-XDX web services (Part 2)
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientation
 
Oracle database 12c_and_DevOps
Oracle database 12c_and_DevOpsOracle database 12c_and_DevOps
Oracle database 12c_and_DevOps
 
abhi_apps_middleware_CV
abhi_apps_middleware_CVabhi_apps_middleware_CV
abhi_apps_middleware_CV
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
 
206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting
 
Preparing forr12-140703020001-phpapp02
Preparing forr12-140703020001-phpapp02Preparing forr12-140703020001-phpapp02
Preparing forr12-140703020001-phpapp02
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-full
 
WebLogic 12c & WebLogic Mgmt Pack
WebLogic 12c & WebLogic Mgmt PackWebLogic 12c & WebLogic Mgmt Pack
WebLogic 12c & WebLogic Mgmt Pack
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)
 
Reporting Basics of Project Management
Reporting Basics of Project ManagementReporting Basics of Project Management
Reporting Basics of Project Management
 
Marcin Szałowicz - MySQL Workbench
Marcin Szałowicz - MySQL WorkbenchMarcin Szałowicz - MySQL Workbench
Marcin Szałowicz - MySQL Workbench
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud
 
206450 primavera gateway
206450 primavera gateway206450 primavera gateway
206450 primavera gateway
 
Session 203 iouc summit database
Session 203 iouc summit databaseSession 203 iouc summit database
Session 203 iouc summit database
 
Oracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewOracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow Overview
 

More from p6academy

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015p6academy
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordablyp6academy
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1p6academy
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2p6academy
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2p6academy
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1p6academy
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1p6academy
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1p6academy
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1p6academy
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktopp6academy
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announcedp6academy
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1p6academy
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overviewp6academy
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and laterp6academy
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Propositionp6academy
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition p6academy
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)p6academy
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guidep6academy
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guidep6academy
 
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...p6academy
 

More from p6academy (20)

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordably
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announced
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overview
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Proposition
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guide
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guide
 
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
 

Recently uploaded

Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in PhilippinesDavidSamuel525586
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Americas Got Grants
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCRashishs7044
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxsaniyaimamuddin
 
Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524najka9823
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 

Recently uploaded (20)

Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in Philippines
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 

P6 Services: How to install, configure, tips and troubleshooting

  • 1. P6 Services: How to install, configure, tips and troubleshooting Ruben Reyes M, Pablo Oyarzo M
  • 2. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted6 Program Agenda  Definition & Architecture  Working with P6 Services  Troubleshoot and Best Practices  Q&A
  • 3. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted7 Definition & Architecture of P6 Services
  • 4. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted8 Job Services v/s P6 Services – Job Services (Pre release 8.x)  Windows based  Limited functionalities  Not Scalable – P6 Services (Post release 8.x)  Java based (platform independent)  Multiple functionalities  Highly Scalable  Publish Project and Global data
  • 5. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted9 Definition of P6 Services – P6 Services  ASAP Services  Project Scheduled Services (Summarize, Apply Actuals, Level, Scheduling)  Publication Services – Project Services » Project Arbiter » Publish Project – Global Services » Publish Enterprise Data » Publish Resource Summaries » Publish Resource Management » Publish Security What PX tables are updated when running Global Scheduled Services or Publish Project (Doc ID 1491245.1)
  • 6. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted10 Architecture of P6 Services P6 EPPM DatabaseMidTierApplications Web Application Servers Web Application ServersWeb Application Server(s) Web Browser P6 Professional Client P6 Services P6 Services Server(s)
  • 7. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted11 Working with P6 Services
  • 8. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted12 Working with P6 Services  Prerequisites: – P6 services executed in the same P6 server will use the same resources that P6 server utilize. – P6 services executed in a different server will require to have installed a certified version of JDK for P6 to work. (Refer to Tested configurations) – In a different server a JAVA HOME variable must exist – It can be installed and configured in UNIX or Windows OS.
  • 9. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted13 Working with P6 Services  Prerequisites: Number of Objects/Deployment categories SMALL MEDIUM LARGE Projects 200 1,000 50,000 Active Users 50 100 200 Activities 100,000 1,000,000 5,000,000 Activities per project 5,000 10,000 20,000 Resources 500 1,000 4,000 Resource assignments 100,000 1,000,000 5,000,000 Resource assignments per project 5,000 10,000 20,000 Risks 100 500 2,500 Resource/Deployment categories SMALL MEDIUM LARGE Operating System Oracle Enterprise Linux (OEL) 64-bit or Windows server 64-bit or equivalent Oracle Enterprise Linux (OEL) 64-bit or Windows server 64-bit or equivalent Oracle Enterprise Linux (OEL) 64-bit or Windows server 64-bit or equivalent CPU Intel Xeon 5000 series (Quad Core 3.46 GHz) or equivalent Intel Xeon 5000 series (Quad Core 3.46 GHz) or equivalent Intel Xeon 5000 series (Quad Core 3.46 GHz) or equivalent RAM 8 GB 8 GB 16 GB Java Heap Size 4 GB per node 4 GB per node 8 GB per node Storage 50 GB, depending on log historic log storage 75 GB, depending on log historic log storage 100 GB, depending on log historic log storage
  • 10. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted14 Working with P6 Services  Configuring P6 services in a different server – P6 services uses the file p6service.jar to execute all the jobs that were explained previously. – Executing the p6service.jar file will create a new configuration in the Primavera administrator. – It is recommended to disable the job service execution in the P6 server and enable it in the new configuration. Unless the load or execution of the services requires to be shared in P6 server and P6 services server. – The configuration process will allow to set the amount of memory that P6 services will use.
  • 11. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted15 Working with P6 Services  Configuring P6 services in a different server How To Configure LOG4J With The P6 Services (P6Services.jar) (Doc ID 1479979.1)
  • 12. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted16 Working with P6 Services  Configuring P6 services in a different server
  • 13. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted17 Working with P6 Services  Configuring P6 services in a different server How To Configure a Separate Server Or Java Process for P6 Services (Job Services) in P6 EPPM r8.1 And Later Releases [ID 1357440.1]
  • 14. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted18 Working with P6 Services  Configuring P6 services – Job service Poll Rate is the time that is verified in the JOBSVC table if there is a new job to be executed – ASAP cleanup rate is the interval that is used to clean up the table JOBSVC and JOBLOG for the ASAP jobs – Enable Job Cleanup on Startup is used in case of failure, once P6 server is started Settings Default Value (recommended) Valid Range Services/Publication/Services/Project Arbiter/Concurrent Threads 1 0-1 Services/Publication/Services/Publish Project/Concurrent Threads 2 0-20 Services/Publication/Services/Publish Enterprise Data/Concurrent Threads 1 0-1 Services/Publication/Services/Publish Enterprise Summaries/Concurrent Threads 1 0-1 Services/Publication/Services/Publish Resource Management/Concurrent Threads 1 0-1 Services/(Scheduler,Summarizer,Apply Actuals)/Concurrent Threads 2 0-20
  • 15. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted19 Working with P6 Services  Configuring P6 services – Page Size the number of business objects that can be processed per thread. – Max Job Count the number of parallel threads that can be processing business objects. Type of Data Setting Default Value (recommended) Valid Range General Page Size 32 1-8192 Max Job count 1 1-20 Time Distributed Page Size 16 1-8192 Max Job count 1 1-20 Blob Page Size 25 1-8192 Max Job count 1 1-20 Note: The number of the page size will improve the performance of the P6 services but more resources will be required in the server.
  • 16. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted20 Working with P6 Services  Configuring P6 services – Log severity level for all publication services. The values are inclusive. For example, choose ‘debug’ to log all messages; choose ‘warning’ to log both warning and error level messages.
  • 17. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted21 Working with P6 Services Setting Global Schedule Services
  • 18. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted22 Working with P6 Services Project Schedule Services Web Access ASAP Job Services Professional Client
  • 19. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted23 Working with P6 Services  Status of the services •Delegated: When the parent summarization job is running and waiting for child jobs to be completed. •Pending: the service was just created or if the service is waiting in queue. •Running: the service is running on the service machine. •Failed: When the service cannot be completed •Completed with Errors: Completed with Errors is returned if only one project in a group of ten projects could not be summarized. •Complete: When the service completes successfully.
  • 20. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted24 Troubleshoot of P6 Services
  • 21. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted25 Troubleshoot of P6 Services  Logs created by P6 Services  Desktop Client » Job Status (Tools > Job Status)  Web Client: » Project Scheduled Services (Project View) » Global Scheduled Services (Administer > Global Scheduled Services) » View Services Status (Project View > Activities > Actions > View Services Status)  Files: » <local drive>P6Homep6WebAccessLogsP6WebAccess.html » <local drive>P6Homep6WebAccessLogsservices<service_name>  Database » Jobsvc table » Joblog table
  • 22. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted26 Troubleshoot of P6 Services: Schedule Services  Desktop Client – You can find details about Scheduled and ASAP Services in Job status option, under the Tools menu. – After version 8.2, the “View Log” button was added to Job status window. – “View Log” allows you to read log files from the database that may be helpful to troubleshoot the issue.
  • 23. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted27 Troubleshoot of P6 Services: Schedule Services  Web Client – There are 2 views where we can find information about scheduled services: – Project Scheduled Services – View Services Status (Project View > Activities > Action)
  • 24. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted28 Troubleshoot of P6 Services: Schedule Services  Files – <local drive>P6Homep6WebAccessLogsP6WebAccess.html  Database – Jobsvc table – Joblog table > job_log_data column
  • 25. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted29 Troubleshoot of P6 Services: Schedule Services  Troubleshooting a Failed service using Client application, Web Application, Files and Database
  • 26. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted30 Troubleshoot of P6 Services: Schedule Services  Error found in View Log Icon (P6 Web): “Error ??EXCEPTION: com.primavera.summarizer.SummarizerException:Failed calculating field rollups for project 4357 and wbs ids [24526, 24527, 24525, 24535, 24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536]??”  Error found in Joblog table: xml version='1.0' encoding='UTF-8'?><log><logs.error i18Value="true" type="STRING">EXCEPTION: com.primavera.summarizer.SummarizerException:Failed calculating field rollups for project 4357 and wbs ids [24526, 24527, 24525, 24535, 24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536]</logs.error></log>  Error found in P6WebAccess Logs: “com.primavera.summarizer.SummarizerException: Failed calculating field rollups for project 4357 and wbs ids [24526, 24527, 24525, 24535, 24534, 24533, 24531, 24530, 24529, 24539, 24538, 24537, 24536] at com.primavera.summarizer.dao.ActivityDAO.buildSummarizedFields(Unknown Source) at com.primavera.summarizer.ProjectDataSummarizer.a(Unknown Source) at com.primavera.summarizer.ProjectDataSummarizer.summarize(Unknown Source) at com.primavera.summarizer.Summarizer.a(Unknown Source) at com.primavera.summarizer.Summarizer.a(Unknown Source) at com.primavera.summarizer.Summarizer.runJob(Unknown Source) at com.primavera.jobsvc.common.JobServiceExecutable.c(Unknown Source) at com.primavera.jobsvc.common.JobServiceExecutable.a(Unknown Source) at com.primavera.jobsvc.common.JobServiceExecutable.execute(Unknown Source) at com.primavera.infr.threadpool.ThreadPoolImpl.run(Unknown Source) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.NullPointerException…”
  • 27. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted31 Troubleshoot of P6 Services: Schedule Services  Go to My Oracle Support and search for the error message:
  • 28. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted32 Troubleshoot of P6 Services: Project Publication Services  Web Client – Track Services from Project View > Activities > Actions > View Services Status . – Able to see Scheduled and Project Publication Services. – If you click on the “View Log Icon” you can see more details about the service. – The logging severity level configured in the P6 administrator
  • 29. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted33 Troubleshoot of P6 Services: Project Publication Services  Files – Go to P6 home folder (or P6 services folder) and then jt_project folder. P6 will create one file per job.  Database – Jobsvc table . Job_name similar to Px Project <DATABASE PROJECT ID>. – Logs from: Joblog table > job_log_data column
  • 30. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted34 Troubleshoot of P6 Services: Project Publication Services  Example of 2 Common Issues: 1) Error: "Connection has been recycled. Database <name of the database> Pool PML“ 2) P6 Project Data Is Stuck and Not Being Published
  • 31. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted35 Troubleshoot of P6 Services  Factors that can impact in performance issues:  Number of concurrent jobs  Number of Activities / Projects / EPS  Java Memory Assigned to P6 services or P6 deployment  Database server impact
  • 32. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted36 Troubleshoot of P6 Services  Performance issues – Task Manager: To monitor the CPU and Memory usage of the server where P6 services are running. – Troubleshooting Performance issues using Java Development Kit (JDK) Tools: – Java VisualVM: http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/index.html – Jconsole: http://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html – JRockit Management Console: http://www.oracle.com/technetwork/middleware/jrockit/overview/index-090630.html
  • 33. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted37 Troubleshoot of P6 Services
  • 34. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted38 Best Practices  Summarize Projects instead of EPS  Monitor the Heap Memory Usage of P6 Services.  Run heavily data-intensive jobs in off-peak hours  Deploy P6 Services as a separate application  Use the latest Service Pack / Hot Fix available for your version
  • 35. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted39 Top Articles and Community Links  Knowledge Base notes – How To Configure a Separate Server Or Java Process for P6 Services (Job Services) in P6 EPPM r8.1 And Later Releases (Doc ID 1357440.1) – How To Find What Project Failed When Running a Summarize Scheduled Service (Doc ID 1532839.1) – How To Enable Publication Services in P6 EPPM R8.1/R8.2 (Doc ID 1324828.1) – How To Change the Connection Pool Settings For P6 Web Access (Doc ID 1484704.1) – P6 Project Data Is Not Being Published Via The Publication Services (Doc ID 1333858.1) – Configure P6Services.jar (Scheduled Services) as a Windows Service (Doc ID 1392903.1)  Oracle Technology Network documentation – P6 Extended Schema White Paper 8.1: http://docs.oracle.com/cd/E20686_01/English/Technical_Documentation/Reporting_Database/P6%20Extended%20Schem a%20White%20Paper.pdf  Oracle Blogs – https://blogs.oracle.com/priminout/entry/px_services_project_publication_arbiter  Community: – https://communities.oracle.com/portal/server.pt?open=514&objID=224&mode=2&threadid=720142
  • 36. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted40 Summary  P6 Services definition  How to work with P6 Services  How to troubleshoot P6 Services  Best Practices to work with P6 Services  Links to highlighted documents What we covered today
  • 37. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted41 Learn More  About Oracle Support Best Practices www.oracle.com/goto/proactivesupport  Get Proactive in My Oracle Support https://support. oracle.com | Doc ID: 432.1  Get Proactive Blog https://blogs.oracle.com/getproactive/  Ask the Get Proactive Team get-proactive_ww@oracle.com Available References and Resources to Get Proactive
  • 38. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted42 Questions & Answers
  • 39. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted43 THANK YOU
  • 40. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted44