Clarity

  • 1.  ETC not getting XOGged

    Posted May 24, 2015 04:36 AM

    Hi,

     

    We are trying to XOG an investment from v12 and Xogging it into v13. The actuals are getting xogged, but the ETCs are not reflecting. We are passing both ActCurve and EstCurve in the xog-write.

     

    Should we change any settings? Is this a known carity bug in v13?

     

    Sample xog format that we are passing: (are we missing anything?)

     

    <OtherInvestments>

            <OtherInvestment active="true"

                name="2015 Personnel Management (Managers ONLY)" objectID="OW15000002">

                <InvestmentTasks>

                    <Task name="2015 Personnel Management (Managers ONLY)"

                        outlineLevel="1" taskID="~rmw">

                        <Assignments>

      <TaskLabor actualThrough="2015-05-25T00:00:00"

                                actualWork="438.5" baselineWork="0" estPattern="1"

                                finish="2015-12-31T17:00:00"

                                remainingWork="763.2000" resourceID="000041"

                                roleID="fd_mgmt" start="2015-01-02T08:00:00"

                                teamId="" unpostedActuals="0">

                                <EstCurve>

                                    <Segment finish="2015-12-31T17:00:00"

                                        start="2015-05-25T00:00:00" sum="763.2000"/>

                                </EstCurve>

                                <ActCurve>

                                    <Segment finish="2015-12-31T17:00:00"

                                        start="2015-01-02T08:00:00" sum="438.5"/>

                                </ActCurve>

                            </TaskLabor>

                        </Assignments>

                        <CustomInformation>

                            <ColumnValue name="partition_code">custompartition</ColumnValue>

                        </CustomInformation>

                    </Task>

                </InvestmentTasks>

            </OtherInvestment>

        </OtherInvestments>

     

    Regards,

    Paritosh

     

    Edit: This is working for Projects BUT not for Ideas and Other Works



  • 2.  Re: ETC not getting XOGged

    Posted May 25, 2015 03:10 AM

    Hello Paritosh,

     

    "The XOG 'ActCurve' segment Finish date determines the 'Act Thru' date. The XOG file contained 'ActCurve' segment dates for the entire length of the project.

    This is why the behavior appears to 'wipe' out the ETCs. 

    To ensure the data is updated properly by the XOG, the 'ActCurve' segment dates must be set appropriately for it to relfect the 'Act Thru' date.

     

    Also, if you are trying to change it on an existing project, it might not work. The ACTThru cannot be updated to the past. So try this on a new investment.

     

    Please change the finish date in this section and try again.

    <ActCurve> 

    <Segment finish="2015-12-31T17:00:00" start="2015-01-02T08:00:00" sum="438.5"/>

    </ActCurve>

     

    Regards

    Chandrani