EBIFour.com > Debugging Clarify Errors > Version 2 DateTime Conversion

Epoch DateTime Format Conversion Error Due to Version 2

Clarify Scenario:

Cleo Clarify Version 2 application analysis ruleset

During the transformation of a version 2 ruleset, an error occurs on the Cleo Clarify Server. It is an odd error since the dateTime field is not being referenced in the map/ruleset

Clarify Issue:

The issue was with an Epoch Time stamp within the source schema because the version 2 engine no longer uses this format.



Server Error:


Auditor Error:

Starting Transformation Engine
The Context is not defined.
Generating a Log of Application Batch, because the RuleSet requested it (Create Application Batch?)
Source value '2019-04-19T00:00:00.000-05:00' cannot be converted to milliseconds for DATE conversion. Field 'SHCRDT'. (Exception running ruleset com.abc.core.edi.rulesets.Outbound945AARS at rule 2 : for dataGroup source._FPW945M01)

Ending Transformation Engine; Completed in 247ms.
Completed Task.

Clarify Resolution:

To solve the issue we updated the source schema. The DateTime fields were updated to Varchar. The lengths were not changed.


By: on