cancel
Showing results for 
Search instead for 
Did you mean: 

Reg Parser error

Former Member
0 Kudos

Hello All,

During Java mapping, we are getting following error in mapping:

com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: </ expected(:main:, row:1, col:379377) at

But If open the Input file there is no column 379377.

This error may happened because of some spcl character in the Input file where parser is not able to read and throwing exception.

How to find which character is causing the issue and what is the permanent fix to avoid this kind of problems in future

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

open the input XML e.g. in Internet Explorer. It will display the problem if the XML is not well-formed.

The" permanent fix" is to deliver well-formed XML to XI.

CSY

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Looks like the xml tag is not closed properly in the data in the java mapping ...

Check the document structure and the related tags have been associated properly..

HTH

Rajesh