Duplicate Task id's causing whole tasks messed up(MPPReader.read())
Multi platform library to read and write schedule data
Brought to you by:
joniles
I am trying to figure it out on my own but no luck. MPPReader.read() returning duplicate task id's for few tasks. this causing the whole schedule messed up. i am attaching the MPP file with this ticket and also place the code that i am using to read the file, Please let me know what i am missing.
MPPReader reader = new MPPReader();
projectFile = reader.read(msProject);
Last edit: SATHISH REDDY 2019-11-20
Hi, I've had a quick look at the sample file you provided, I can't see any obvious duplicate ID values. Can you give me an indication which tasks you are seeing problems with? Thanks!
I attach here the Sample file(that I am reading) and screenshots for the
duplicate id's.
MPPReader reader = new MPPReader();
projectFile = reader.read(msProject);
I am getting ProjectFile with Duplicate ID's as shown in screenshots.
Please take a look and let me know what I am missing, I need your help with
this particular issue.
On Fri, Nov 29, 2019 at 5:26 AM Jon Iles joniles@users.sourceforge.net
wrote:
Related
Bugs:
#338Last edit: SATHISH REDDY 2019-12-02
@joniles by any chance you have time to look at this issue?
Interesting. I'm using this code:
to dump the tasks and their ID values. Here's what I get from the file named
MPP Version 14 10-30-19(1).mppwhich you attached above.This seems to agree with what I see in the file when I open it with Microsoft Project. Can you confirm what version of MPX you are using?
Hi Jon,
Earlier we used 7.8.3 but we upgrade recently to latest version. that resolved the issue.
Thank you very much for looking into it.