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

Where is the AutheticationService class in Primavera 8 Web Service

We are about to update our Primavera system from 6.x to 8.2. We have som applications that uses the webservice but having some problems. In Primavera 6 we used Primaveras version of the DLL helper called: p6WSStubs.dll In the newer versions they…
Christian Tang
  • 1,450
  • 4
  • 19
  • 30
0
votes
2 answers

Insert rows in Pandas DF conditionally

I am exporting a schedule from P6, and am in the process of cleaning the data in Excel in prep for another application. I created a new column titled 'Parent', and am using that as the basis for my grouping. The application I am going to use for…
bcoder
  • 37
  • 6
0
votes
1 answer

Elasticsearch 8.x is compatible with spring-data-elasticsearch 3.0.5

I would like to know if Elasticsearch 8.x is compatible with spring-data-elasticsearch 3.0.5, since I am working on an application with spring boot 2.0.0.release which cannot be migrated. but they asked me to migrate to the mentioned version of…
0
votes
2 answers

How to add to an iso 8583 message the header used jpos. - ISO 8583 - jpos

I am new to developing with iso 8583, I need to add a header before the iso message. but I implement them this way and the same is not added to the message header. What am I doing wrong? I hope you can help me. GenericPackager packager = new…
Raul Roa
  • 21
  • 4
0
votes
0 answers

Após atualizar o spring para 3.0 e o java para 17, passei a receber acesso negado em todos momentos com API KEY passando os values no cabeçalho

Esse é meu filtro. Uso gradlew, openApi para gerenciar a geração de classe, e como segurança API KEY, passando as credenciais no cabeçalho da request. `@Configuration @EnableWebSecurity public class SoarSecurityConfiguration { private static final…
0
votes
1 answer

DAX - Summarize Daily Value Within Date Range

I need to convert the following sample of Activity ID with Start Date and Finish Date and Cost / Activity. I can calculate and get Activity Duration and Cost Per Activity Per day Original table Then I need to convert this shape to New table with…
Khalil28
  • 1
  • 2
0
votes
2 answers

use p6 web service in .net

There are a lot of web services installed on Primavera P6. WSDL: ActivityCodeAssignment.wsdl Primary Key Field: A multi-part key comprised of the following elements: ActivityObjectId ActivityCodeTypeObjectId Target Namespace:…
Blaise
  • 21,314
  • 28
  • 108
  • 169
0
votes
0 answers

Connecting Oracle Primavera P6 EPPM (cloud) with Power BI

So, I am trying to connect to Oracle Primavera P6 EPPM application (which is hosted on Azure) though Power BI. But I a not sure how to connect to the underlying database tables of Primavera application. I know that we can use power bi REST API to…
0
votes
0 answers

Not able to input any Excel formulas in BIP Excel Template

I am trying to build a report using Oracle BI Publisher Excel Template. However, I also want use few excel formulas in that to enhance more functionalities. But I am unable to do that. When the report is getting executed, the formulas are getting…
0
votes
1 answer

(Resolvido) Mock Mvc is always null

I was trying to implement a controller test to guarantee that it would return the http 200 code, but when trying to run the test I received a NullPointerException exception. Debugging the code I found that the MockMvc was null. I already tried to…
Allan
  • 1
  • 1
0
votes
1 answer

Why does Primavera P6 EPPM REST API version 2112 not allow access to Spread REST Endpoints?

I'm developing a Java application to extract data from Oracle Primavera P6 EPPM 2112 by using the P6 EPPM REST API. I installed Weblogic, Primavera P6 EPPM version 21.12 with P6 WebServices, Microsoft SQL Server and loaded project data provided by…
0
votes
0 answers

How to sync data from LDAP to my database - Java Spring

I received a system to carry out maintenance and I needed to synchronize some data from the LDAP, currently it synchronizes with an Oracle and this has been the biggest problem with the system because when logging in it takes the Oracle user and…
0
votes
2 answers

Ambiguous because multiple kinds of members with this name exist in interface

this is the Interface: Namespace IBasBS100 Public Interface IBasBSMoedas Sub Actualiza(objMoeda As…
Kunal
  • 327
  • 1
  • 4
  • 19
0
votes
1 answer

get Primavera p6 resource assigments from database?

Is it possible to get the calculated resource assignment values ​​directly from the oracle, sql or sqlite database of the projects?-for exampe monthly basis-
infotba
  • 11
  • 1
0
votes
1 answer

Baseline dates not getting exported in PMXML file using MPXJ library

I am trying to write a PMXML file using MPXJ 9.3.1 library. While generating the PMXML file, am setting the baseline dates for all tasks using the setBaselineStart and setBaselineFinish methods of the MPXJ Task class. But the generated PMXML file is…
Patruni Srikanth
  • 741
  • 1
  • 7
  • 14