Issue
When upgrading a Niagara R2 station from version 431 to 529, the config.xml file fails to convert to config.db or config.sns. The conversion window displays the following error:
ERROR: Could not parse value. Invalid dateTime "60356-06-20T10:54:24.17-7". Parse of XML failed.
Product Line
TAC IA SeriesEnvironment
Niagara R2 all versions
Cause
config.xml). This likely occurred during the creation of the XML file.Resolution
- Open the
config.xmlfile using an XML editor (e.g., Notepad++). - Locate the invalid date entry, for example:
<lastDailyArchive>60356-06-20T10:54:24.17-7</lastDailyArchive> - Correct the year value to a valid date, such as:
<lastDailyArchive>2011-06-20T10:54:24.17-7</lastDailyArchive> - Save the changes and run the conversion process again.