Clarity

  • 1.  Xog Error  - Validation failure. Attribute: ABC. Cause: range

    Posted Sep 01, 2017 07:55 AM

    Hello guys

     

    I am getting following error wile doing Xog -

    Error severity: FATAL; Error message: com.niku.union.odf.exception.ODFValidationException: Validation failure. Attribute: ABC. Cause: range

     

    Here we are just creating a copy of existing status report and when this attribute (i.e. ABC) has negative value then xog throws this error.  Doesn't Xog accept Negative values? So do we have any suggestion to go out of this error?



  • 2.  Re: Xog Error  - Validation failure. Attribute: ABC. Cause: range

    Posted Sep 01, 2017 08:09 AM

    XOG can handle negative values. If the attribute has any validation on it then a XOG would fail if the value fails the validation though.



  • 3.  Re: Xog Error  - Validation failure. Attribute: ABC. Cause: range

    Posted Oct 10, 2017 07:45 AM

    You mean validation @ db level? or where i can check that validation?



  • 4.  Re: Xog Error  - Validation failure. Attribute: ABC. Cause: range
    Best Answer

    Posted Oct 10, 2017 08:09 AM

    No I mean in the application - the definition of the attribute under the object in the administration/studio.

    There is an explicit "validation range" we can set against numeric attributes.



  • 5.  Re: Xog Error  - Validation failure. Attribute: ABC. Cause: range

    Posted Oct 10, 2017 09:48 AM

    Thank you so Much David. You are right. Issue with Validation Range. It was zero and now i have blank it out and coping status report is working fine.