Discussion

Issue with Project XML Export?

October 12, 2012 - 01:30 am
23 comment(s)

Hello all!  Is anyone else having issues exporing their project as an MSProject XML file? 

I've just built a project in Libre and when I "save as" and select MS Project XML as the file type, the application "saving" progress bar appears and stalls at around 80% complete.  A file is built, but only has a few KB of content.

Any assistance is much appreciated.

Thanks!

Amy  

23 Comments

October 13, 2012 - 06:27 am

Amy

I'm having the same issue. I've done this in the past so don't nnow what's going on.

Jay

October 13, 2012 - 06:27 am

Amy

I'm having the same issue. I've done this in the past so don't nnow what's going on.

Jay

October 17, 2012 - 22:43 pm

Hi Amy and Jay,

I am interested if you downloaded the new 1.5.1 and opened the projects.  We resolved the major issues and are getting good feedback.  We did get a fringe usecase that failed so intersted to ensure it worked for you folks.

 

Best regards,

 

Marc

October 17, 2012 - 01:48 am

Folks I am running 1.5 on Windows 7 : 32 bitt and it works no problems. I save Open Project files as XML files, and open with MS Projects 2010 all perfect. It could be your 64 bit Windows 7 as I used to have issues even loading 1.4 in the past.
The new manual is a great start, keep up the good work

October 17, 2012 - 02:12 am

Hmm... I'm using 1.5.10 on Mac OSX 10.8.2 and having the same problem described above.  Any Mac users able to get the XML export to work?  

 

 

October 17, 2012 - 02:32 am

I saw anote about this project and decided to have a go, but no luck with importing XML.

 

Here's some infromation from my console.

 

INFO: BEGIN: MicrosoftImporter.PrepareResourcesMicrosoftImporter.parse()set importing truejava.lang.IllegalArgumentException: fromKey > toKeyat java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1240)at java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:1677)at java.util.TreeMap.subMap(TreeMap.java:862)at java.util.TreeSet.subSet(TreeSet.java:308)at com.projectlibre.core.time.DefaultTimeIntervals.union(Unknown Source)at com.projectlibre.core.time.DefaultTimeIntervals.union(Unknown Source)at com.projectlibre.core.pm.exchange.converters.mpx.MpxRangeConverter.from(Unknown Source)at com.projectlibre.core.pm.exchange.converters.mpx.MpxCalendarConverter.from(Unknown Source)at com.projectlibre.core.pm.exchange.MspImporter.importCalendars(Unknown Source)at com.projectlibre.core.pm.exchange.MspImporter.importProject(Unknown Source)at com.projity.exchange.MicrosoftImporter.parse(Unknown Source)at com.projity.exchange.MicrosoftImporter$2.run(Unknown Source)at com.projity.job.Job$InternalRunnable.run(Unknown Source)at com.projity.job.Job.runSwing(Unknown Source)at com.projity.job.Job.runThread(Unknown Source)at com.projity.job.Job.run(Unknown Source)at com.projity.job.Job.run(Unknown Source)Job Exception: importFilejava.lang.IllegalArgumentException: fromKey > toKeyat java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1240)at java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:1677)at java.util.TreeMap.subMap(TreeMap.java:862)at java.util.TreeSet.subSet(TreeSet.java:308)at com.projectlibre.core.time.DefaultTimeIntervals.union(Unknown Source)at com.projectlibre.core.time.DefaultTimeIntervals.union(Unknown Source)at com.projectlibre.core.pm.exchange.converters.mpx.MpxRangeConverter.from(Unknown Source)at com.projectlibre.core.pm.exchange.converters.mpx.MpxCalendarConverter.from(Unknown Source)at com.projectlibre.core.pm.exchange.MspImporter.importCalendars(Unknown Source)at com.projectlibre.core.pm.exchange.MspImporter.importProject(Unknown Source)at com.projity.exchange.MicrosoftImporter.parse(Unknown Source)at com.projity.exchange.MicrosoftImporter$2.run(Unknown Source)at com.projity.job.Job$InternalRunnable.run(Unknown Source)at com.projity.job.Job.runSwing(Unknown Source)at com.projity.job.Job.runThread(Unknown Source)at com.projity.job.Job.run(Unknown Source)at com.projity.job.Job.run(Unknown Source) 

 

October 17, 2012 - 07:06 am

Hey there,

We just uploaded a new version of the beta 1.5.1 that fixes that problem... Let us know after you download 1.5.1

 

Cheers,

 

Marc

October 17, 2012 - 07:07 am

Hey there,

Your problem should be fixed in the latest version.....We just uploaded a new version of the beta 1.5.1 that fixes that problem... Let us know after you download 1.5.1

 

Cheers,

 

Marc

 

 

  

 

October 17, 2012 - 22:46 pm

Hi Mike,

It is great to hear this resolved your issue.  The team is working very hard on knocking out any issues and it is good to hear of the success!  Good luck on your projects and no need to encourage anyone to spend money on @MsftProject :-) 

 

Cheers,

 

Marc

October 19, 2012 - 03:26 am

 

Release 1.5.1 has also fixed this problem for me.

Ubuntu 12.04 and Linux Mint 12 are now saving as XML files for me.

thanks 

October 19, 2012 - 04:27 am

That is great news to hear of resolutions.... we are working very hard on correcting any/all issues with the MSP import/export.... un poco , un poco as they say in Espanol!  Good luck on your projects!

 

September 18, 2013 - 03:52 am

Hi Tom,

 

Are you sure you are on 1.5.7 ?  We have not been seeing the problem arise for quite awhile.... although I may be mistaken and will research.

 

Thanks,

 

Marc

November 3, 2012 - 00:56 am

I'm using PL 1.5.1.

I use the XML export to enable further processing of project data (with Python and  xml.etree.ElementTree).  I noticed that summary tasks aren't being correctly tagged.  For example consider the two following <Task> items in an XML export.  Task 3 is a subtask of task 2; their outline numbers are 2 and 2.1 respectively.  PL properly displays task 2 as a summary, but in the export, both tasks have <Summary>0</Summary>.  If I import to MS project, this still works, though MS Project's export sets <Summary>1</Summary> for all the summary tasks (tasks where another task exists having an OutlineNumber subordinate to the task).  In other words, MS Project exports correctly, but PL does not. PL appears to always export every Task with <Summary>0</Summary>, no matter what.

In the pasted-in XML excerpt, I've snipped some segments for clarity and to keep this post a reasonable length.

This seems like a straightforward bug-fix, yes?

---

Frank

 <Task>
            <UID>2</UID>
            <ID>2</ID>
            <Name>Miilestones</Name>
            <Type>0</Type>
            <IsNull>0</IsNull>
            <CreateDate>2012-11-01T17:17:00</CreateDate>
            <WBS></WBS>
            <OutlineNumber>2</OutlineNumber>
            <OutlineLevel>1</OutlineLevel>
            <Priority>500</Priority>
            [snip!]
            <ResumeValid>0</ResumeValid>
            <EffortDriven>1</EffortDriven>
            <Recurring>0</Recurring>
            <OverAllocated>0</OverAllocated>
            <Estimated>0</Estimated>
            <Milestone>0</Milestone>
            <Summary>0</Summary>
            <Critical>0</Critical>
            <IsSubproject>0</IsSubproject>
            [snip!]
        </Task>
        <Task>
            <UID>3</UID>
            <ID>3</ID>
            <Name>FPGAs running</Name>
            <Type>0</Type>
            <IsNull>0</IsNull>
            <CreateDate>2012-11-01T17:17:00</CreateDate>
            <WBS></WBS>
            <OutlineNumber>2.1</OutlineNumber>
            <OutlineLevel>2</OutlineLevel>
            <Priority>500</Priority>
            [snip!]
            <DurationFormat>7</DurationFormat>
            <ResumeValid>0</ResumeValid>
            <EffortDriven>1</EffortDriven>
            <Recurring>0</Recurring>
            <OverAllocated>0</OverAllocated>
            <Estimated>0</Estimated>
            <Milestone>0</Milestone>
            <Summary>0</Summary>
            [snip!]
        </Task>

 

 

 

 

 

 

May 11, 2013 - 01:33 am

Thanks for reporting this..... we will take a look at this problem. I am on a Mac and do not see the problem.  We have tested on Windows and Linux with no success in reproducing.  If anyone can send the offending project file we can triage the issue and see what is occuring.... Thank you  and please send to [email protected]

 

 

June 7, 2013 - 04:25 am

I have the same issue, both 1.5.4. and 1.5.5.  It happens after creating a baseline.  Once I cleared the baseline, I was able to save to XML.

 

 

June 7, 2013 - 09:39 am

Thank you all for the feedback and potential issolation of the issue..... this is extremely helpful!!!!!!  We really are getting a tremendous community that is contributing.  This will really help going forward.  We will look into it, particularly in the re-write.

Slainte,

Marc

February 27, 2015 - 19:06 pm

I am very happy with ProjectLibre and looking for the new release (any final date yet?)

Meanwhile I noticed a strange behaviour with XML Import/Export.

1. I setup a project and exported into XML. Then I imported that XML and:

  - The resource cost was changed from 50 $/day to 50 $/hour.

  - The resource structure was flattened - all at the same level.

2. Same as before, but this time I edited the XML file (changed the currency $ symbol). When importing it totally ignored this change. So either we use USD or USD.

Thanks

March 2, 2015 - 08:43 am

I am not sure the issue.... it looks like it was changing your rate on the xml export.  I have not seen that,  The new release date has not been announced.