• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30693
  • Open Date : 2019/08/30 15:50
  • Print
NEW

[DataSpider Servista] An error occurred in the SAP BC adapter’s [Execute Inbound] process.

The following error occurred in the SAP BC adapter’s [Execute Inbound] process:
 
Fail to send RFC.
org.xml.sax.SAXParseException: The element type "<element name>" must be terminated by the matching end-tag "</ <element name >>".
 
Please tell me about the cause and a way to resolve this problem.
 
Category : 

Answer

Cause
 
The error occurs when the XML data handled by the SAP BC adapter lacks the closing tag of the <element name> element and became invalid as XML.
 
In the past cases, the error occurred in the following cases:
  • An out-of-memory error occurred before and after the error so the process became unstable.
  • The data specified in the SAP BC adapter was invalid
Workaround
 
Please first check the conditions for reproducing the error, and try the corresponding situation:
  • If the error always occur using the same data.
About the input data, please compare it with the data in which the process completes successfully and correct any parts that might possibly be incorrect.
 
  • If the error sometimes does not occur using the same data
 Check if the operating status is unstable due to a memory shortage error, etc. If an out-of-memory error is occurring, please refer to FAQ No. 21213 in the "Reference Information" to clear the error and then check it again.
 
Reference information
 
・FAQ No.30569 When I increased the number of data process, the script started to fail upon execution.