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

Access Primavera P6 Data from C# web api code

I added connected services for my project on the following URL: https://example.com:8219/p6ws/services/AuthenticationService Then I've tried to do something like here, but the AuthenticationService does not contain CookieContainer / Login method.…
Pajkatt
  • 1
  • 2
0
votes
1 answer

Vaadin sum calculation

I am not able to add the fields, I have already tried several modifications in the code, but nothing worked. My current code is this for the sum of the fields: txtAmount.addValueChangeListener(event -> { NumberFormat formatter =…
0
votes
1 answer

How to allocate a div within another div

Good morning folks, I'm creating a product sales system, this topic will be a little long, because I want to explain it well. System being developed in Vaadin + MySQL + SpringBoot + Maven On the home screen we have the grid with the New, Change and…
0
votes
1 answer

Angular, error 500 after sending the request in the header

I have a hard time passing the right angular request to the header. This is my service: import { Injectable } from '@angular/core'; import { HttpClient, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpHeaders } from…
Ramona
  • 21
  • 2
0
votes
1 answer

How can I get 'PercentComplete' for WBS and Project in Primavera API 7.0 c#?

I need to get 'PercentComplete' value for Project and WBS objects. I can find this value only for 'Activity', buy not for Project and WBS. Then I get 'Activity' in code with ActivityFieldType.PercentComplete. And then i can get PercentComplete for…
Evstasiy
  • 3
  • 1
0
votes
1 answer

Filter in list by responseEentity in Java

I need to filter a list with a response ResponseEntity listaGrupo = monstarListaGrupo(login, token); List diretorios = lista.stream() .filter(x-> x.getGrupoAd() == listaGrupo.getBody().getGrupos()) I tried to do it…
0
votes
2 answers

str_to_date mysql does not run in hsql

My code is performing the following update at a given time in my mysql database: " UPDATE client_registration " + " SET registration_date = NOW() " + " WHERE cycle <= str_to_date(\"" + now + "\",'%d/%m/%Y %H:%i') "; However I have a unit test…
0
votes
2 answers

MPX File Is Not Being Imported In Primavera p6 Software

I convert primavera xer file in to mpx formate using MPXWriter class. File converted successfully into mpx format. But when i will try to import file in primavera p6 software its give error Import/Export Error: Cannot find a unique value for…
0
votes
1 answer

Java Spring: My POST method is not inserting the id from my relationship

I'm learning Spring Framework, i followed some tutorials of relationship 1-1, so i defined my models: One Library have one Address. I send in my body request the library data and the id from the address, the spring create the record, but he can't do…
veroneseComS
  • 653
  • 2
  • 14
  • 40
0
votes
0 answers

Primavera P6 Integration API : System property 'primavera.bootstrap.home' not found

We are trying to deploy primavera integration API in weblogic. While deploying "PrimaveraAPI.war" getting below error. We are using Primavera P6 Enterprise Project Portfolio Management 17.12. Refreshing…
D Vekaria
  • 140
  • 3
  • 11
0
votes
0 answers

Method with many parameters (Sonarlint)

I need to reduce the size of this Update method, since the SonarLint tells me that the number of parameters is too large (It only supports 7). Being new to Spring I wonder what can be done reduce the argument list. The idea is to pass only one…
Renzo Llagas
  • 115
  • 2
  • 10
0
votes
2 answers

What kind of import capability does Primavera support?

I have a client that would like us to import data from Oracle into an existing Primavera Project Management system. I know Oracle and it's import/export capabilities, but I have no clue about Primavera. Neither does my client. I have tried to…
Shane
  • 2,629
  • 6
  • 32
  • 39
0
votes
1 answer

Primavera P6 Professional R8.3.2 compatibility with SQL Server 2014 or SQL Server 2016

We are currently using Primavera P6 Professional R8.3.2 with SQL Server 2008 R2. We are going to upgrade the SQL Server version from 2008 R2 to either 2014 or 2016 version. Could you please confirm that there are any compatibility issues between…
RGS
  • 5,131
  • 6
  • 37
  • 65
0
votes
2 answers

I can not create new projects in SpringBoot

When I create any project in SpringBoot the project appears an error saying the following: "Could not locate or load the main class". However, when I run any other old project it works normally.
0
votes
0 answers

sa authentication error, but can log into sql server management studio with sa account

Server running Primavera Contract Management which uses jboss5.0.1.GA. users are getting an error message "content repository not initialized" when try to make changes to submittal logs. if edit or create a submittal, changes are successful even…