Skip to main content
1-Visitor
May 20, 2016
Solved

Date Format for MS Project Integration

  • May 20, 2016
  • 2 replies
  • 2440 views

What is the date format string for the XML file (Gateway?) that defines the mapping between Integrity and MS Project fields? The one that is in the sample file doesn't work. It's something like "EEE MM-dd-yyyy" and it throws an exception.

I am using Integrity 10.7 and MS Project 2013.

    Best answer by nborrerojr.

    After running the troubleshooting steps at https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS121128&lang=en_US I checked the logs. The log file projint.log told me to use yyyy-MM-dd HH:mm:ss. This format worked for me.

    2 replies

    1-Visitor
    May 24, 2016

    Should I just open a case for this? The error I get is:

    mapError.png

    1-Visitor
    May 26, 2016

    My date format in MS Project is:
    dateFormat.png

    My external-date-format string is: EEE M/d/yy

    Shouldn't these be a match?

    I've also tried:

    EEE M/dd/yy

    EEE MM/dd/yy

    nborrerojr.1-VisitorAuthorAnswer
    1-Visitor
    May 26, 2016

    After running the troubleshooting steps at https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS121128&lang=en_US I checked the logs. The log file projint.log told me to use yyyy-MM-dd HH:mm:ss. This format worked for me.