Questions tagged [mpxj]

MPXJ is a library that provides a set of facilities to allow project information to be manipulated in Java and .NET.

MPXJ is a library that provides a set of facilities to allow project information to be manipulated in Java and .NET. MPXJ supports seven data formats, Microsoft Project Exchange (MPX), Microsoft Project (MPP, MPT), Microsoft Project Data Interchange (MSPDI XML), Microsoft Project Database (MPD), Planner (XML), and Primavera (XER and database).

102 questions
0
votes
1 answer

MPXJ - getting task_type from Primavera .XER file

I've been using MPXJ (.net v4.7.3) to read info from a Primavera .XER file. It's been going really well but I am having trouble finding the property task_type (Activity Type) The .XER file has the property and the values (TT_FinMile, TT_Mile,…
0
votes
1 answer

How to set weekend as work day in MPXJ

I am exporting project in MS Project via MPXJ library and I have one question: How to set specific date Saturday (or Sunday) as work day instead of weekend? (in ProjectCalendar or in another place) For example 2014 oct 18 (it is Saturday) set as…
theSemenov
  • 389
  • 4
  • 17
0
votes
1 answer

Duration modified when assign resources - MPXJ

I have problems trying to assign ressources to tasks and subtasks with the library MPXJ. Actually, when I assign the ressource to a subtask, all task durations are modified and I dont understant why. If I dont assign the ressources, the duration is…
0
votes
1 answer

MPXJ library with VB6 , is it possible?

I'm trying to communicate my application VB6 (et VBA) with MS Project 2007 so I would like to use the MPXJ library. The problem is that I dont know if it's possible to use these .net libraries with my VB6 application. I cant add the .dll directly…
0
votes
1 answer

XML projet file - MSPDI - from Acess databse mbd

I'm looking for solutions to generate xml project-files (MSPDI) with data stored in a database (Acess database .mbd with the MsProject Database Format). Has anyone done this without mannually create the xml file? My application used to work with MS…
0
votes
1 answer

Importing EV fields with MPXJ returns null values

I'm using MPXJ to import EV fields from MS Project 2007. When importing .mpp file, all EV fields returned null. I then saved the file in XML formt... now I get only ACWP, the remaining fields are still null. Of course, I'm sure that the file has…
Moe
  • 13
  • 2
0
votes
3 answers

How to get resource name from resource assignment

I'm using MPXJ to read mpp file. I have a resource assignment string as below: string st = [[Resource Assignment task=Sign contract and update data resource= X.C. Information Management start=Thu Jun 09 08:00:00 ICT 2014 finish=Thu Jun 05 17: 00:00…
PeaceInMind
  • 1,147
  • 3
  • 11
  • 32
0
votes
1 answer

MPXJ - get ResourceAssignment baseline values

I'm trying to display the Baseline Start, Finish, Cost, and Work values for a ResourceAssignment, but cannot seem to find any methods on the ResourceAssignment object that would provide this information. Anybody know if this is possible? I know the…
patmortech
  • 10,139
  • 5
  • 38
  • 50
0
votes
1 answer

adding columns to header in mpxj using ProjectWriter

I am trying to write an xml file using ProjectWriter in mpxj library. I am able to write the data but I would like to create some custom fields also along with writing the data. Can you please suggest how to go about it?
0
votes
1 answer

MPXJ task duration calculation

I'm using mpxj 4.5 to export my projects. When I open .mpx file by MsProject it shows me incorrect task duration hours. If i set 0 hour, msproject shows me 5 hours. But it is working fine with DAYS(if i set 24 hours, getting 1 day). What is the…
hurshid
  • 66
  • 1
  • 2
  • 5
0
votes
0 answers

Javabridge PHP and installation MPXJ

I'm not sure how to proceed with this one but I want to get MPXJ working to write MPX files with my PHP app. The Javabridge documentation says that I should copy the application's jar file that I want to bridge into the /WEB-INF/lib folder of the…
user3515232
  • 133
  • 2
  • 12
0
votes
1 answer

Reading task from a MS Project file

I'm using MPXJ in order to read the tasks of a MS Project file. The file is hierarchically organized this way: PROJECT Phase Task I mean, they use Summary Task to organize the Project file. My question is if I can differentiate the task…
0
votes
1 answer

Using MPXJ in .NET

I'm trying to work with MS Project files in an ASP.NET application, and came across the MPXJ library, which started out in Java and has been converted to a .NET version as well. It works fine in .NET, but the difficulty I'm finding with it is that…
patmortech
  • 10,139
  • 5
  • 38
  • 50
0
votes
2 answers

How to update a perticular row in mpx file using MPXWriter in java

i am trying to update mpx file using MPXWrite, Actually i converted mpp file to mpx file so that now i am able to read all the tasks and task details. But i want to update % Completion on particular task in mpx file how i do that. Can any one…
iosLearner
  • 1,312
  • 1
  • 16
  • 30
0
votes
1 answer

How to add day types in MPJX?

I'm currently developing a planner generator using MPJX. I just want to add some day types in the calendar. Can someone please provide some code example on how to do it? PS: I already know how to create data type but when I run the program, all the…
oshongo
  • 403
  • 1
  • 6
  • 8