Clarity

 View Only

  • 1.  April 2012: Clarity Top 10 KnowledgeBase Articles

    Posted May 04, 2012 09:35 PM
    The following are the 10 most viewed Clarity Knowledge Base articles in April 2012

    1
    TEC566080
    Multiple instances of BOXI reports spawned after daylight savings time change

    2
    TEC511318
    [MSP] - "RunTime Error! Program:... gram Files\CA\Clarity\Schedule Connect\bin\SchedLink.exe"

    3
    TEC567553
    Clarity: Configure Gantt Chart with 'Dependencies' attribute shows blank when it should show Dependency

    4
    TEC528269
    Clarity: System Error after adding an attachment attribute to a list view on an object

    5
    TEC547446
    Clarity: "Socket Write" and "Connection Reset by Peer" errors are causing processes and/or jobs to stop running

    6
    TEC567263
    Clarity has a vulnerability to Cross Site Request Forgery (CSRF) Attacks

    7
    TEC435578
    Clarity-Why does the Datamart Calendar table set up the weekly periods to start on Mondays?

    8
    TEC567425
    Clarity: Cost Plan Detail page generates Error 500

    9
    TEC567468
    Clarity: Post Timesheets Job Posts One Timesheets At Each Run

    10
    TEC566667
    Clarity: XOG-9006: Invalid entries in Burdening Matrix Associations or invalid Burdening Matrix used. No update is performed!

    Bonus KB for this month is -

    11
    TEC567722
    Clarity: Date Fields Behave as Strings when Exporting to Excel

    Have a great weekend!

    Connie


  • 2.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

     
    Posted May 07, 2012 11:59 AM
    Thanks for posting this great info Connie!


  • 3.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

    Posted May 15, 2012 01:14 PM
    thanks a lot - awesome links :)


  • 4.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

    Posted Oct 11, 2012 05:59 AM
    Hi,

    The document "TEC566667" for

    XOG-9007: Invalid entries in Burdening Matrix Associations or invalid Burdening Matrix used. One Association per Transaction Type is required! Default rows have been inserted!

    could be useful to me. The link mentioned above is not opening. Can anyone share the same?

    Thanks.
    Uruj


  • 5.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

    Posted Oct 11, 2012 06:24 AM
    Document ID: TEC566667
    Tech Document
    Title: Clarity: XOG-9006: Invalid entries in Burdening Matrix Associations or invalid Burdening Matrix used. No update is performed!


    Description:

    Using the Clarity XML Open Gateway (XOG) client software, I am getting a warning message while performing Project team XOG write action in V13.

    <ErrorInformation>
    <Severity>warning</Severity>
    <Description> XOG-9006: Invalid entries in Burdening Matrix Associations or invalid Burdening Matrix used. No update is performed! </Description>
    </ErrorInformation>
    Solution:

    After performing the XOG WRITE action you can see that the project is updated or created.

    This is a 'WARNING' error message.

    The XOG Write XML file is missing the Burdening Associations for the project.

    When performing a XOG WRITE action, the XML file must include the <BurdeningAssocs> elements to update this data.

    For an example, when you perform a XOG READ action, include the argument to include burdening information.

    SAMPLE PROJECT XOG READ XML:

    <?xml version="1.0" encoding="UTF-8"?>
    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
    <Header version="13.0.0.7032" action="read" objectType="project" externalSource="NIKU">
    <!-- you change the order by simply swap 1 and 2 number in the name attribute -->
    <args name="order_by_1" value="name"/>
    <args name="order_by_2" value="projectID"/>
    <args name="include_tasks" value="true"/>
    <args name="include_dependencies" value="true"/>
    <args name="include_subprojects" value="true"/>
    <args name="include_resources" value="true"/>
    <args name="include_baselines" value="true"/>
    <args name="include_allocations" value="true"/>
    <args name="include_estimates" value="true"/>
    <args name="include_actuals" value="true"/>
    <args name="include_custom" value="true"/>
    <args name="include_burdening" value="true"/>
    </Header>
    <Query>
    <Filter name="projectID" criteria="EQUALS">myProject1000000</Filter>
    </Query>
    </NikuDataBus>
    The output XML file will contain the following:

    <?xml version="1.0" encoding="UTF-8"?>
    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_project.xsd">
    <Header action="write" externalSource="NIKU" objectType="project" version="13.0.0.7032"/>
    <Projects>
    <Project active="true" approved="true" approvedForBilling="1" assgnPool="0" billingCurrencyCode="USD" billingType="S"
    calculateFinancialMetrics="true" closed="false" currencyISOcode="USD" entityCode="CORP" equipmentExchageRateType="AVERAGE" evCalcMethod="0"
    expenseExchageRateType="AVERAGE" financialStatus="H" finish="2012-12-31T17:00:00" format="0" fundingRisk="50"
    investmentDefinedReinvestmentRate="0" investmentDefinedTotalCostOfCapital="0" laborExchageRateType="AVERAGE" lastUpdatedBy="admin"
    lastUpdatedDate="2012-03-04T13:13:26" managerResourceID="admin" materialExchageRateType="AVERAGE" name="myProject1000000"
    openForTimeEntry="true" pageLayoutCode="projmgr.projectPageFrame" percentCalcMode="0" percentComplete="0"
    plannedCostFinish="2013-01-01T00:00:00" plannedCostStart="2012-01-01T00:00:00" plannedCostTotal="100" plannedMIRR="-1" plannedNPV="-100"
    plannedROI="-1" priority="10" processCode="IT" progress="0" projectID="myProject1000000" requiredForScenarios="false"
    setBudgetValuesEqualToPlannedValues="false" stageCode="CSK_INITIATION" start="2012-01-01T08:00:00" status="1"
    syncInvestmentAndBudgetDates="false" template="false" trackMode="2" useSystemDefinedReinvestmentRate="true" useSystemDefinedTotalCostOfCapital="true">
    <ProjectBaselines/>
    <Resources/>
    <Tasks/>
    <Dependencies/>
    <Subprojects/>
    <Allocations/>
    <scenarioDependencies/>
    <InvestmentAssociations>
    <Allocations/>
    <Hierarchies/>
    </InvestmentAssociations>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    <ColumnValue name="my01_cust_strin">aa</ColumnValue>
    <ColumnValue name="obj_objective">Administrator's Project</ColumnValue>
    <ColumnValue name="obj_request_category">category104</ColumnValue>
    <ColumnValue name="obj_request_type">type100</ColumnValue>
    </CustomInformation>
    <General addedBy="admin" addedDate="2012-02-28"/>
    <OBSAssocs complete="false">
    <OBSAssoc id="CORP_Financial_Department" name="CORP Financial Department" unitPath="/00000000"/>
    </OBSAssocs>
    <BurdeningAssocs>
    <BurdeningAssoc transactionType="L"/>
    <BurdeningAssoc transactionType="M"/>
    <BurdeningAssoc transactionType="X"/>
    <BurdeningAssoc transactionType="Q"/>
    </BurdeningAssocs>
    </Project>
    </Projects>
    </NikuDataBus>


    NJ


  • 6.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

    Posted Feb 25, 2026 03:42 AM

    Are these old articles stored somewhere?

    I am looking for : TEC547446 Clarity: "Socket Write" and "Connection Reset by Peer" errors are causing processes and/or jobs to stop running

    -------------------------------------------



  • 7.  RE: April 2012: Clarity Top 10 KnowledgeBase Articles

    Broadcom Employee
    Posted Feb 25, 2026 05:26 AM

    This article has been archived and solution was "Change network setting on the switch from Automatic to Full Duplex post the changes these errors disappeared" 



    ------------------------------
    Thanks & Regards
    Suman Pramanik
    ------------------------------