cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Reaciver

Former Member
0 Kudos

Hi Guys,

when i am doing an Multi Mapping i had a problem which states below.

<?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>XIServer</SAP:Category>

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

<SAP:P1>com/sap/xi/tf/oralce_ddi_mm</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>com/sap/xi/tf/oracle_ddi_mm_com.sap.aii.utilxi.misc.api.BaseRuntimeExceptionRuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

if any one face similar problem please provide me solution.

Thanks in advance.

Regd's

Hari

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Is it normal that you have this line ???

SAP:P1>com/sap/xi/tf/<b>oralce</b>_ddi_mm</SAP:P1>

oralce instead of oracle !

Else test your mapping directly inside Message Mapping and look at if you have more details about the error and post it here !

Mickael.

former_member206604
Active Contributor
0 Kudos

Hi,

Are you sure you are passing the right XML input. Check if your source file is proper. What is the scenario that you are trying to do. Also post the source structure and the XML file.

Hi did you try testing the XML payload downloaded from XSMB_MONI and tested in Test tab . Since you are suing Multi mapping make sure you are changing the source XML with <Message>, <Message1>, etc.. tags

Thanks,

Prakash

Message was edited by: Prakash Arunachalam

Former Member
0 Kudos

Hi Prakash,

when i test in Message Mapping the message was successfull. Can while i Generate the IDoc i am getting Message mapping error..

Regd's

Hari

former_member206604
Active Contributor
0 Kudos

Hi,

Did you check with the input payload of the SXMB_MONI.

Check if you have mapped the message types/ root nodes properly.

Thanks,

Prakash

Former Member
0 Kudos

Hi Here i am doing 1:N from IDoc to ORacle tables.