cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping exception

Former Member
0 Kudos

Hi all,

I am trying to test a file-file demo scenario, I am using single field and passing data in XML file with contents.

<?xml version="1.0" encoding="ISO-8859-1"?>

<INNAME>

<FirstName>

Mustafa

</FirstName>

</INNAME>

I am just mapping input and output fields, but I am getting the following exception.

Can you help me, where I am missing something.

SAP:Category>Application</SAP:Category>

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

<SAP:P1>com/sap/xi/tf/_MessMap_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>During the application mapping com/sap/xi/tf/_MessMap_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

regards,

Mustafa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hay there,

XML namespace declaration was optional in XI 2.0 (and if one was present XI checked whether it's a valid namespace) and are mandatory in XI 3.0,

haven't seen in any of the doc's though.

Uri.

Former Member
0 Kudos

Have you found a solution to this problem? We are having the same problem and would like to know what you have learned.

Dan

Former Member
0 Kudos

Nevermind. I did not quite understand Venki's response the first time I read. But upon further reading, it made sense. It is just needing the namespace in the XML document. Interesting that this was not required in 2.0.

Dan

Former Member
0 Kudos

Hi,

I am not able to see any namespace declaration in your input XML, wheras normally you would have defined an interface mapping using a namespace. But, I don't know whether that is the problem here.

Can you check the TRACE message for more details. The TRACE message normally tells you the steps it has performed and where exactly it has failed.

Warm regards,

Venki.

franz_forsthofer
Employee
Employee
0 Kudos

Hallo Venki,

what does happen when you test the Message Mapping in the test environment of the Integration Builder with this input xml?. Maybe you get more infomation there.

Regards Franz