cancel
Showing results for 
Search instead for 
Did you mean: 

What could be the possible resolution to the below error in SXMB_MONI?

Former Member
0 Kudos

com.sap.aii.utilxi.misc.api.BaseRuntimeException

thrown during application mapping

com/sap/xi/tf/_MM_PREDICTIX_TO_SAP_PurchaseOrderD~

: Fatal Error:

com.sap.engine.lib.xml.parser.Parser~

When I open the message in SXMB_MONI I get the below error in the Inbound Message's Payload.

The XML page cannot be displayed

Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

-


System does not support the specified encoding. Error processing resource 'file:///D:/Documents and Settings/aprajita.mathu...

<?xml version="1.0" encoding="UTF8"?>

This is File to IDoc scenario.Iam sending the dummy data from Runtime Workbench in order to test the scenario.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Do you have a non-unicode system? Non-unicode system cannot display unicode messages. Instead yo will see this default HTML page.

Regards,

Jörg

SudhirT
Active Contributor
0 Kudos

Hi,

This is the problem in the test data you are using, I guess if you copied data from SXMB_MONI for test purpose then you forgot to remove the hyphen signs(-). Check the payload again in XML editor.

Thanks!

prateek
Active Contributor
0 Kudos

Either your input file is incorrect or the uploaded XSL file is incorrect. In the first row, change the encoding value from

<?xml version="1.0" encoding="UTF8"?>

to

<?xml version="1.0" encoding="UTF-8"?>

Regards,

Prateek

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Check your Input XML is correct