PPM: xogin RISK object failed by using content_pack_read.xml
search cancel

PPM: xogin RISK object failed by using content_pack_read.xml

book

Article ID: 110997

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

1. XOGOUT RISK object by using content_pack_read.xml as below. 
<?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="12.0.1.5063" action="read" objectType="contentPack" externalSource="NIKU"> 
<args contentType="view" name="order_by_1" value="code"/> 
<!--args name="no_dependencies" value="true"/--> 
</Header> 
<ViewQuery> 
<Filter name="object_code" criteria="EQUALS">risk</Filter> 
</ViewQuery> 
</NikuDataBus> ​

2. Execute XOGIN output xml which is created by above step without any changes. It will fail with below error. 
<XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd"> 
<Object type="contentPack"/> 
<Status elapsedTime="0.0 seconds" state="FAILURE"/> 
<Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="0" updatedRecords="0"/> 
<ErrorInformation> 
<Severity>FATAL</Severity> 
<Description>[Error] :1:1: tag name "links" is not allowed. Possible tag names are: &lt;nls&gt; 
</Description> 
<Exception type="java.lang.Exception">Invalid xml data</Exception> 
</ErrorInformation> 
</XOGOutput>

- Expected Results: XOGIN will be completed without any error. 
- Actual Results:     XOGIN will be failed with error.

Environment

PPM15.4.1

Resolution

This problem will be fixed in future release. (DE42993)