cancel
Showing results for 
Search instead for 
Did you mean: 

Error when loading XSLT mapping of the application

Former Member
0 Kudos

Hi,

I am using XSLT mapping in XI.

It is working ok when I test it in Interface Mapping but it gives below error when I test end to end scenario.

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

- <!-- Request Message Mapping

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">TRANSFORMER_CONF_EX</SAP:Code>

<SAP:P1>com/cba/***.xsl</SAP:P1>

<SAP:P2>urn:**:**</SAP:P2>

<SAP:P3>450326d0-1559-11dd-99a1-d89c0a0a380b</SAP:P3>

<SAP:P4>-1</SAP:P4>

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when loading XSLT mapping of the application</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Yes, I have activated it

Regards,

Anirudh.

Accepted Solutions (0)

Answers (3)

Answers (3)

sumesh_k2
Participant
0 Kudos

Are you using the same Test file when testing via Interface mapping in IR and during End to end scenario?

Former Member
0 Kudos

Hi,

Found the issue. I was checking the wrong object..

😛

prateek
Active Contributor
0 Kudos

Close the thread

Regards,

Prateek

Former Member
0 Kudos

hi

please assure that if you save your xslt stylesheet locally, that it is saved in UTF-8 format, before you import it.

Pls do export the imported archive as a zip file to your local disk and try opening the same. If its not then the zip file which you have uploaded might have got corrupted/is not fully uploaded.

Try activating the imported archive and do a check before you do that. This you can do with a minor change in the description or so.

reward points if found helpfull

regards

chandra.k

prateek
Active Contributor
0 Kudos

Check if the namespace in which u have the imported archives is same as that of the namespace of xsl file

Regards,

Prateek