cancel
Showing results for 
Search instead for 
Did you mean: 

BPM_Multi mapping

Former Member
0 Kudos

hi all

Am doing a BPM scenario Exactly similar to the blog

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2748. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Am using three file services. But the output is not coming. ie the file is being picked up from sender. it calls BPM. Then nothing Happens.

Can anyone help

Thanks

Sumayya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sumayya,

use SXMB_MONI_BPE to analyze your BPM.

How to Guide:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6...

Regards Mario

Former Member
0 Kudos

An exception is occuring at the mapping. Wat can be done? Coz mapping when tested independently in Message Mappin gives success

Former Member
0 Kudos

Can you paste your Input file ??

Former Member
0 Kudos

ya... my input message is

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

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

- <ns0:Message1>

- <ns1:BPM_in_MT xmlns:ns1="http://POC">

- <Details>

<Name>A</Name>

<ID>1234</ID>

<Age>23</Age>

</Details>

</ns1:BPM_in_MT>

</ns0:Message1>

</ns0:Messages>

Former Member
0 Kudos

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

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

- <ns0:Message1></b>

- <ns1:BPM_in_MT xmlns:ns1="http://POC">

- <Details>

<Name>A</Name>

<ID>1234</ID>

<Age>23</Age>

</Details>

</ns1:BPM_in_MT>

<b></ns0:Message1>

</ns0:Messages></b>

Remove the highlighted lines and try it now...

Former Member
0 Kudos

Same error is occuring even after deletin that

Former Member
0 Kudos

Sumayya,

Your input file should have the format

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

<ns1:BPM_in_MT xmlns:ns1="http://POC">

<Details>

<Name>A</Name>

<ID>1234</ID>

<Age>23</Age>

</Details>

</ns1:BPM_in_MT>

Give this as input and test your scenario.

Also, test your mapping with in IR. The messages, message1 tags should be present here.

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

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

- <ns0:Message1>

- <ns1:BPM_in_MT xmlns:ns1="http://POC">

- <Details>

<Name>A</Name>

<ID>1234</ID>

<Age>23</Age>

</Details>

</ns1:BPM_in_MT>

</ns0:Message1>

</ns0:Messages>

Let us know if there is error during this IR test. Test the mapping in Interface mapping test tab.

Regards,

Jai Shankar

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks a lot jai shankar................. its successful now.

Thanks

Sumayya

Former Member
0 Kudos

Sumayya,

Most welcome

Regards,

Jai Shankar

Former Member
0 Kudos

good to know.....

Even I to gave the same suggestion...)

prabhu_s2
Active Contributor
0 Kudos

check the work flow log and find out the issue. in the moni u will find an entry PE. double click on it and trace the error. might be the mapping is failing. post us the error log.

check how to monitor bpm for trouibleshooting:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb4...

Former Member
0 Kudos

Hi,

Ur BPM seems to get stuck at Mapping. Check out the mapping.

For getting exact error go into the Monitoring BPM and check the workflow.

Former Member
0 Kudos

Hi i ve done the monitoring. So error is in MApping which says

CL_SWF_XI_MSG_BROKER method CALL_TRANSFORMATION

cannot be executed

Also in the MESSAGE OUT am expecting two messages and no message comes out. But the input message goin into transformation step is correct and teh mapping i ve used is also correct.( wen tested in IR)