Questions tagged [primavera]

Primavera Project Management, or P6, is a project scheduling system. Some people describe it as MS Project on steroids. If you are building a treehouse, use MS Project. If you need to build a dozen nuclear power plants across the globe, use P6.

Primavera Project Management, or P6, is a project scheduling system. Some people describe it as MS Project on steroids. If you are building a treehouse, use MS Project. If you need to build a dozen nuclear power plants across the globe, use P6.

83 questions
0
votes
1 answer

MPXJ C# - Resource assignment count

I have a XER file that I imported to my trial version of Primavera P6. Here is an screen shot of one of the activity's assigned resources: As you see I have 14 resources in Primavera but when I watch it in Visual Studio I have 13 resources: Well…
msd
  • 591
  • 7
  • 23
0
votes
2 answers

Oracle Primavera P6 refreshing the screen issue

I have installed Oracle Primavera P6 V17 and when I move the divider line between Gantt chart and activities some black lines appeared. When I refresh the screen or click on the screen these black lines disappear. How can I resolve this problem?
0
votes
1 answer

Primavera P6 - Where Project Start/Finish dates are stored

Does anyone know where Primavera P6 stores the project start dates and the project finish dates in the database? I tried to find this information in different tables, including but not limited to, Project, Task, ProjWBS, but it is not there. Thanks…
Marc
  • 35
  • 8
0
votes
1 answer

Primavera P6 SDK unable to create connection with Python 27

I'm trying to create a connection with Primavera Software development Kit on windows 10 64 bit using Python 2.7 32 bit (sadly Primavera's SDK is available only for 32 bit) and using comtypes module. The effective part of my code is #Needed…
0
votes
1 answer

Primavera EPPM P6 Rest Service vs. P6 Web Services

We are working on building a small tool to tie into a portion of Primavera. The official documentation points users toward installing EPPM Web Services, and using the supported SOAP endpoints. The interesting thing is there is a REST service…
GetFuzzy
  • 2,116
  • 3
  • 26
  • 42
0
votes
1 answer

how to integrate eppm web services with asp.net web form

In our company use PRIMAVERA for project control. Now, I want use PRIMAVERA web services in my ASP.NET project. In other word, I want integrate PRIMAVERA with a ASP.NET project for CRUD operation. but i don't now how to do it.
0
votes
1 answer

Environment refresh for Primavera P6

Please suggest a easy method to take backup of P6 application configuration details(configuration and authentication tab). I need to take backup of this configuration before importing production data into the develpment environment. Currently i am…
Rena76
  • 31
  • 8
0
votes
2 answers

Parsing Calendar blob from Oracle Primavera using Javascript

Oracle Primavera stores Calendar data as blob in base64 encoded format, which when decoded gives the following content, (0||CalendarData()( (0||DaysOfWeek()( (0||1()()) (0||2()( (0||0(s|08:00|f|16:00)()))) (0||3()( …
0
votes
1 answer

P6 primavera thick client(EPPM) cloud connect SSO failing with database version mismatch issue

We are integrating the P6 primavera thick client(EPPM)with Oracle Access Manager (OAM) we have done all the configurations on both OAM and Application side as per the oracle documentation. The connectivity looks OK, but its giving following error. …
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

What edition of DB is best?

If a user wishes to run Primavera on SE database instead of EE, what are the pros and cons he is looking at?
Ravi Gupta
  • 4,468
  • 12
  • 54
  • 85
0
votes
1 answer

How to get remaining early start and finish from MPXJ Task object

I want to get the remaining early start and remaining early finish properties of an Activity while reading a Primavera .xer file. I have seen that the class PrimaveraPMFileReader in the mpxj library sets these properties to the task object, but am…
Patruni Srikanth
  • 741
  • 1
  • 7
  • 14
0
votes
1 answer

how to convert a business ref to an objectid using the Primavera P6 API

My goal is to add an activity code assignment to an activity using the P6 API, but the catch is the activity code is hierarchical. Using the methods in BOHierarchicalMap class I was able to create a BOHierarchyMap to represent the hierarchical…
0
votes
1 answer

T-SQL recursive parent child select with leveled columns

My apologies for asking a question that has probably already been answered but I'm really struggling to understand how to correctly get what I need out of my database. I have a primavera P6 database which I am trying to get usable WBS codes out of.…
0
votes
0 answers

Error while installing primavera web service. Could not find the main class the program will exit

I am trying to install Primavera web services so i can deploy them on oracle Weblogic server(10.3) but its showing the error message box: could not find the main class the program will exit. JVM launcher displays this message box. I have…
Programmer
  • 63
  • 2
  • 8
0
votes
0 answers

java.sql.SQLException: The Network Adapter could not establish the connection while connecting to database

When I am trying to connect to the Dev database(which is installed in other server) from our Dev application server using the JDBC connection I am getting the below error(not able to connect from SQL Developer also) java.sql.SQLException: The…