cancel
Showing results for 
Search instead for 
Did you mean: 

No messages created from split mapping

Former Member
0 Kudos

Hi experts!

I have a problem with split mapping.

Here is my mapping:

http://img167.imageshack.us/img167/1279/mmln6.png

I need to create the new "Message" for each "Row".

When I run test in my MessageMapping it's OK, but when I try to run the same message from Runtime Workbench Test message I got:

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

<SAP:Category>XIServer</SAP:Category>

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

<SAP:P1>No messages created from split mapping</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No messages created from split mapping</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

What's the problem?

Edited by: LOS' on Jul 2, 2008 10:28 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Sanjeev Shekhar.

Yes, I removed them.

Now I get in monitor payload:

The XML page cannot be displayed

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

-


Former Member
0 Kudos

Hello LOS,

Take normal payload........... without Messages & Message1.

for that u may first take normal occurrences in Message mapping........... take the payload from test tab & then change the occurrence or target & do proper Mapping.

Thanks,

Mahi

former_member194786
Active Contributor
0 Kudos

Did you remove the ending tags???? And also this tag:

<ns0:Message1>

Regards,

Sanjeev.

Former Member
0 Kudos

//Did you remove the ending tags???? And also this tag:

<ns0:Message1>

Regards,

Sanjeev.//

Yes, I removed them all.

After removing all tags I get:

BaseRuntimeExceptionRuntimeException in Message-Mapping transformatio~

Edited by: LOS' on Jul 2, 2008 11:42 AM

former_member194786
Active Contributor
0 Kudos

Can you paste your input xml here?

It will be helpful to understand the error.

Regards,

Sanjeev.

Former Member
0 Kudos

Here is my input:

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

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

<ns1:Actual_Amounts_Select_MT xmlns:ns1="http://baza.paz.com/actual_amounts">

<row>

<ORDER_ID>1234</ORDER_ID>

<CLIENT_ORDER_ID>2</CLIENT_ORDER_ID>

<DATETIME>264</DATETIME>

<CLIENT_ID>641</CLIENT_ID>

<BATCH_LINE/>

<BATCH_FILE_NAME/>

<CLIENT_PATH/>

</row>

<row>

<ORDER_ID>1234</ORDER_ID>

<CLIENT_ORDER_ID>2</CLIENT_ORDER_ID>

<DATETIME>264</DATETIME>

<CLIENT_ID>641</CLIENT_ID>

<BATCH_LINE/>

<BATCH_FILE_NAME/>

<CLIENT_PATH/>

</row>

</ns1:Actual_Amounts_Select_MT>

</ns0:Message1>

</ns0:Messages>

After removing tags it looks like that:

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

<ns1:Actual_Amounts_Select_MT xmlns:ns1="http://baza.paz.com/actual_amounts">

<row>

<ORDER_ID>1234</ORDER_ID>

<CLIENT_ORDER_ID>2</CLIENT_ORDER_ID>

<DATETIME>264</DATETIME>

<CLIENT_ID>641</CLIENT_ID>

<BATCH_LINE/>

<BATCH_FILE_NAME/>

<CLIENT_PATH/>

</row>

<row>

<ORDER_ID>1234</ORDER_ID>

<CLIENT_ORDER_ID>2</CLIENT_ORDER_ID>

<DATETIME>264</DATETIME>

<CLIENT_ID>641</CLIENT_ID>

<BATCH_LINE/>

<BATCH_FILE_NAME/>

<CLIENT_PATH/>

</row>

</ns1:Actual_Amounts_Select_MT>

Edited by: LOS' on Jul 2, 2008 11:50 AM

former_member194786
Active Contributor
0 Kudos

Your input seems to be fine. Can you check in the trace tab of the sxmb_moni as to what is the error it displays there?

Regards,

Sanjeev.

Former Member
0 Kudos

Your input seems to be fine. Can you check in the trace tab of the sxmb_moni as to what is the error it displays there?

Regards,

Sanjeev

The error in SXMB_MONI trace is:

System_Error">Error exception return from pipeline processing!

former_member194786
Active Contributor
0 Kudos

Hi,

Chcek out this thread:

And the blog mentioned in it by Chirag:

Regards,

Sanjeev.

former_member194786
Active Contributor
0 Kudos

Hi,

Did it help???? Any further progress????

Regards,

Sanjeev.

Former Member
0 Kudos

Sanjeev, thanks for your help. I'am cheking out the treads your posted.

former_member194786
Active Contributor
0 Kudos

Hi,

In case you are using the payload from the test tab of the message mapping, remove the tags:

<ns0:Messages

xmlns:ns0="http://abc.com/xi/XI/SplitAndMerge">

and their corresponding closing tags. It will help.

Regards,

Sanjeev.

Former Member
0 Kudos

refersh the cache and try

regards

kummari

Former Member
0 Kudos

Same problem

former_member194786
Active Contributor
0 Kudos

Hi,

Did you try removing the tags?

Regards,

Sanjeev.