cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR IN BPM Synchronous Sender-Urgent

Former Member
0 Kudos

Hi ALL,

I has the following Integration Process:

Receiver-----Synchronous Sender--


Sender(async)

When iam trying to Split the Message in Synchronous Sender

where the receiver for Synchronous send message is a HTTP adapter iam getting the following Error in SXMB_MONI

"Messages in multi message format can be sent to one adapter engine only ".

Is there any solution for this?Its urgent

Is there any solution that can split and send the messages individually to the HTTP so that i can Split the message inside a BPM and use the BPM to send each individual message seperately.

Please Help me in this Issue its Urgent

Thanks

YeswanthRaj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi yash,

I dont think you need a Synchronous sender...

Instead remove the Synchronous step and go ahead.

Also remember to use multiline container for the splitted messages...

Regards

Arpil

Reward points if useful

Answers (2)

Answers (2)

samiullah_qureshi
Active Contributor
0 Kudos

Hi Yashwant

To split message in BPM you need not to use synchronize send step.

You can split message in BPM by using 1:n interface mapping in transformation step. And you can send all new generated messages by using send steps. You can send all these messages in series and parallel as well. To send message parallel you have to use fork and to send message in series you have to use send step in sequence.

Regards

Sami

Former Member
0 Kudos

Hi YeswanthRaj,

you have to use the send step in a block with mode:

ParForEach or

ForEach.

You cannot send a multilieContainerElement!

See: http://help.sap.com/saphelp_nw04/helpdata/en/f6/e1283f2bbad036e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ce/bb2c421f3fda2ce10000000a1550b0/content.htm

You have also a sample in your integration repository; See SWC: SAP BASIS

BPM: MultipleFlightBookingCoordination

Regards Mario

Former Member
0 Kudos

Hi Mario Müller ,

I am thankful for the Response .

Can you please explain me clearly as iam new to BPM .

Can you please elaborate how my problem can be solved.

Waiting for your Reply

Thanks ,

Yeswanth Raj

Former Member
0 Kudos

Hi All ,

Please note that iam not sending the Message to Multiple Receivers from Synchronous Sender .Iam Sending the message to a HTTP Receiver where it is being Multimapped .

Thanks & Regards

Former Member
0 Kudos

Hi Yeswanth ,

as I told. You should have a look in Software Component SAP-BASIS, which is delivered by SAP. You will find it in your integration repository.

Have a look as SAP managed this problem. There is also a corresponding dokumentation:

http://help.sap.com/saphelp_nw04/helpdata/en/6e/57c53f3e0f0228e10000000a114084/content.htm

Regards Mario