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
3
votes
0 answers

How to make retrofit API call request method post using LiveData and ViewModel

I'm a beginner in android with java. I'm having trouble logging in using the mvvm architecture, and retrofit in the JAVA language in android studio. My code looks like this: My code looks like this: Api Interface :…
2
votes
1 answer

Configuring database to connect 21c XE with primavera p6

I trying to connect primavera p6 to express edition 21c 1- XE db had been installed 2- started to configre db using "dbsetup" script 3- I got an error which show in the below image Please if anyone have any help kindly share with me
2
votes
0 answers

how to access primavera P6 web services using python

I need to build a dynamic service to access P6 data using P6 exposed web services using Python, it is currently done using .net in our project but we want to do it in Python. How do We authenticate and connect to those service using Python instead?
2
votes
1 answer

How to link Relationship ObjectId with Activity ObjectId Primavera Web Service API

We are trying to Read all relationships of an Activity using Primavera Web Service. Relationship and activity are different service , so i have both data in my hand but i am unable to link the data. There is no link between Activity Service and…
bimal george
  • 313
  • 2
  • 16
2
votes
2 answers

How to read and write data in P6DB via P6 Web service using C#

I want to use Cookie based authentication in P6 web service and I followed below two…
2
votes
2 answers

How to authenticate Primavera P6 Web Services using Username Token in C#?

I need to use Username Token in order to authenticate Primavera P6 Web Services. I have created console application in VS2010 and added a service reference to: http://localhost:8206/p6ws/services/ExportService?wsdl So at this moment I have a proxy…
Dmitry P.
  • 21
  • 1
  • 3
1
vote
1 answer

COALESCE function in JPA

I'm developing an application in the MVC layer pattern. In a part of the code where I noticed a GET query, from RecordRepository using the COALESCE function, it is returning the following error in the console, as shown in the image below. I'm…
dlima
  • 25
  • 6
1
vote
0 answers

o.s.boot.SpringApplication: Application run failed

I get this error after creating entity. Here is my log: 2021-01-12 11:56:39.828 DEBUG 9424 --- [ restartedMain] c.e.c.E.domain.User.authorities : Close successful. 2021-01-12 11:56:39.875 ERROR 9424 --- [ restartedMain]…
cat
  • 11
  • 1
1
vote
2 answers

Oracle SQL count same field across multiple tables

I have an oracle database that has the same name field in multiple tables. It kind of looks like this: table1 table2 table3 table4 field field field field The common field in each table can either be 'yes', 'no', or null.…
Nick
  • 137
  • 1
  • 9
1
vote
1 answer

Accessing the Primavera data using Primavera Integration API and a python script

I want to develop a python script to retrieve data from the Primavera API for my firm. I do not have any idea where to start.I saw a couple of articles where getting data from API's was fairly simple task using few lines of python code. However this…
Gautam Shah
  • 69
  • 1
  • 7
1
vote
1 answer

What protocol should I use for LoadRunner when recording Oracle's Primavera P6 PPM?

LoadRunner/VUGen version: 9.5 Oracle Primavera P6 PPM version: 7.0.0 I used the protocol analyzer already. It recommends COM/DCOM, LDAP, Win Sockets. I already tried recording my script using the following protocols: All recommended protocols…
blurfus
  • 13,485
  • 8
  • 55
  • 61
1
vote
3 answers

How to read xer-files using Python?

I have some Primavera .xer files. I can open these files in notepad and I see, that there is some text data (it looks like database data). Are there any Python parsers for these files?
1
vote
3 answers

Primavera P6 database has grown to a very large size

I'm not a P6 admin, nor am I a (SQL Server) DBA. I'm just a Winforms developer (with T-SQL) who has agreed to do a little research for the scheduling group. I believe the version they're running is 8.2, desktop (non-Citrix). Backend is SQL Server.…
whistle britches
  • 137
  • 2
  • 10
1
vote
1 answer

Primavera WebServices does not return any data

I am using primavera webservices (version 6.2.1) to read data from a primavera database (sqlserver 2008R2) in a winform application (c#). I use http cookie container authentication mode. Before I moved my database to a new server I was able to login…
Ashrafi
  • 11
  • 4
1
2 3 4 5 6