cancel
Showing results for 
Search instead for 
Did you mean: 

UDF: Different behavior; ERROR: SAX Exception com.sap.engine.lib.xml.parse

Former Member
0 Kudos

Hi everybody,

the same UDF running on two different XI machines throws an error on just one XI machine:

On the second XI machine I get the error:

SAX Exception <b>com.sap.engine.lib.xml.parser</b>.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Unsupported character: 62(:main:, row:2, col:1763)(:main:, row=2, col=1763) -&gt; com.sap.engine.lib.xml.parser.ParserException: Unsupported character: 62

T solve the problem I guess I have to transport the <b>com.sap.engine.lib.xml.parser</b> to the second machine.

Where can I find <b>com.sap.engine.lib.xml.parser</b> and how can I transport it?

Thanks a lot

Regards Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It was parameter:

Dfile.encoding

on the VM settings!

regards Mario

Former Member
0 Kudos

Hi,

Did you use editor with UTF-8 support?

Try to open your XLF file with any descent XML editor (simpler then Altova XMLSpy but similar and see whether the characters with umlat are shown correctly.

It seems to me that 62 is character from Win-1252 encoding but not from UTF set.

Regards,

Akshay Jamgaonkar.

    • Reward points if find useful.

Former Member
0 Kudos

Hi Akshay,

but why does it work one ONE XI machine and not on the other?

Regards Mario