cancel
Showing results for 
Search instead for 
Did you mean: 

Error in BPM 1:N scenario

Former Member
0 Kudos

Hi,

I am trying 1:N Scenario using BPM following the link

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

but i am getting error in transformation..

All the steps which i have done are correct and also the selection of each object in Integration process is correct still i am unalbe to solve the problem.. request to help me on this..

regards,

shabir

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vshabir,

Problem is not with the scenario but with your payload.

We need to remove all the parent nodes like ns0:messages and ns1:Message1/2 from the Input files to avoid the mapping Error

For Example we have to send files as below.

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

<ns0:MT_SND xmlns:ns0="http://sumit_testing">

<Name>Sumit</Name>

<Location>Seepz</Location>

<SALCODE>3070</SALCODE>

</ns0:MT_SND>

Same thing is explained by me in

https://wiki.sdn.sap.com/wiki/display/XI/StepbyStepApproachforN-MMappingthroughBPM

Regards,

Sumit Gupta

prateek
Active Contributor
0 Kudos

One of the reasons could be that you have not configured the Interface mapping properly. This may happen when occurrences of the message interfaces are not assigned correctly. Other reason could be incorrect payload. This means that the input payload should not have <Messages> or <Message1> element in it.

Regards,

Prateek

Former Member
0 Kudos

Hi Vshabir ,

Pls, see the following thread. I think you can do the same to solve your problem.

[getting the payload in multimapping with BPM|]

Regards

Ivan

Former Member
0 Kudos

Copy the XML message from Runtime (SXMB_MONI), test it in Design time (mapping editor -> Test tab).. Check if mapping is successful..

-Siva Maranani