Fatal xog error when project has task dependencies
search cancel

Fatal xog error when project has task dependencies

book

Article ID: 380281

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Users can use the xog read a project with dependencies successfully, but the xog write limits the predecessor and successor IDs to 20 characters and will faill.
 
The UI shows the character limit at 36.
 
Steps to Reproduce: 
 
  1. Create a project 
  2. Add three tasks with IDs greater than 20 characters, less than 36
  3. Make the tasks a successors and/or predecessors
  4. Xog out the project using prj_projects_read.xml
  5. Without making any changes, try to xog back
 
Expected Results: The xog will be successful
 
Actual Results: Xog fails with Fatal error
 
  <ErrorInformation>
    <Severity>FATAL</Severity>
    <Description>[Error] :1:1: attribute "predTaskID" has a bad value: the length of the value is 25, but the required maximum is 20.
Invalid attribute in input document. Please remove all instances of attribute from document elements and try again.
[Element : Dependency, Attribute : predTaskID ].
</Description>
    <Exception type="java.lang.Exception">Invalid xml data</Exception>
  </ErrorInformation>

Environment

16.2.3

Cause

DE155338

Resolution

This is fixed in 16.3