We need to update start and finish dates on tasks using XOG and the XOG below does not work, the dates do not change.
This is the update message after executing the XOG:
<NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_project.xsd"> <Header action="write" externalSource="NIKU" objectType="project" version="6.0.11"/>
<Projects>
<Project name="project01" projectID="prj01">
<Tasks>
<Task name="task1" taskID="task1" outlineLevel="1" start="2018-01-03T00:00:00" finish="2019-11-15T00:00:00"/>
</Tasks>
</Project>
</Projects>
</NikuDataBus>
XOG Results:
- No error is recorded
- The XOG output states SUCCESS and correct number of updated Records:
<XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">
<Object type="project"/>
<Status elapsedTime="0.437 seconds" state="SUCCESS"/>
<Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="1" updatedRecords="1"/>
<Records/>
</XOGOutput>
CA PPM APPLICATION