Description:
The XOG write action generates a WARNING message. Is this warning message important? Is there any action we need to take?
Steps to Reproduce:
<?xml version="1.0" encoding="UTF-8"?><NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_application.xsd"><Header action="write" externalSource="NIKU" objectType="application" version="13.0"/> <Applications> <Application name="myApplication200000" objectID="myApplication200000"> <General addedBy="admin" addedDate="2012-07-25"/> <CustomInformation> <ColumnValue name="myStringAttr1">This is a Test</ColumnValue> </CustomInformation> </Application> </Applications></NikuDataBus>
<?xml version="1.0" encoding="UTF-8"?><XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd"> <Object type="application"/> <Status elapsedTime="4.634 seconds" state="SUCCESS"/> <Statistics failureRecords="0" insertedRecords="1" totalNumberOfRecords="1" updatedRecords="0"/> <Records> <Record> <KeyInformation> <column name="application"/> </KeyInformation> <ErrorInformation> <Severity>WARNING</Severity> <Description>Lookup Value (application) for attribute: odf_class_code Is Invalid</Description> </ErrorInformation> </Record> </Records></XOGOutput>
Expected Result: There should not be any WARNING message
Actual Result: A WARNING message appears.
Solution:
This is a warning message that does not impact the functionality or write action for the investment. The message should not appear because there is no real warning to alert the XOG user. This has been documented as CLRT-65186.
Status/Resolution:
Resolved in Clarity 13.1.0
Be sure to install the updated XOG Client after upgrading to this version.
This specific WARNING message will no longer appear for the 'odf_class_code' being invalid.
Keywords: CLARITYKB, CLRT-65158, clarity13resolved, clarity1310resolved.