Data related

Message code list of DATA category

These message codes correspond to errors that are related to data.

 

DATA0001E

This message code is output when reading an XML file fails.

Cause

Solution

The format of the XML file to be read might be invalid.

Review the content of the XML file and confirm that it conforms to the specifications of the XML standard.

Corresponding error

  • org.w3c.dom.DOMException

  • org.xml.sax.SAXException

  • org.xml.sax.SAXParseException

  • XMLException

 

DATA0002E

This message code is output when an error occurs during the XML conversion.

Cause

Solution

There might be a problem with the XSLT that is used for the conversion.

Check the configuration, such as the component settings.

Corresponding error

  • javax.xml.transform.TransformerException

 

DATA0003E

This message code is output when a conversion to a numeric value fails.

Cause

Solution

Strings that can't be converted to a numeric value are specified.

Review the content of the input data to be converted to a numeric value.

Corresponding error

  • java.lang.NumberFormatException

 

DATA0004E

This message code is output when an error such as "division by zero" occurs in the arithmetic calculation.

Cause

Solution

Input data that causes an error in the arithmetic calculation is specified.

Check the input data of the operation to be calculated.

Corresponding error

  • java.lang.ArithmeticException

 

DATA0005E

This message code is output when an XML validation fails.

Cause

Solution

The XML validation failed.

Check whether the XML file is valid against the XML schema or DTD.

Corresponding error

  • ValidationException

 

DATA0006E

This message code is output when the Get Data Check Error Details operation fails.

Cause

Solution

The detailed error information failed to be obtained.

Execute the Data Check operation before the Get Data Check Error Details operation.

Corresponding error

  • ErrorInfoNotFoundException

 

DATA0007E

This message code is output when the result data is used in multiple components.

Cause

Solution

The result data is used in multiple components.

In multi-thread processing, the result data can't be specified for an input source for multiple components.

Disable multi-thread processing or check the content of the script or other related items.

Corresponding error

  • DataAlreadyUsedException