cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - not working

Former Member
0 Kudos

Hi All,

I setup a simple bpm to merge two files

Receive Step -- Receive Step -- Transformation step -- Send Step

From SXMB Monitor, I can see both files are delivered to BPM, but nothing coming out of BPM. I haven't setup any block or wait step or any other steps. Should I? I have correlation setup with matching fields and used in both receive steps.

what am I missing?

thanks..RP

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey you need to define correlation in BPM.There should be a common field between two messages. This is required so that both the messages are delivered to the same BPM instance at run time.

You can refer to this blog to set correlation.

/people/milan.thaker/blog/2008/07/23/correlation-150-runtime-behavior-of-bpm

regards,

Milan Thaker

Former Member
0 Kudos

I see first step (first file successfully passed to BPM) is executed and process started in SXMB_MONI_BPE.

But second message (file) is failed to deliver to BPM, it is failing in the queue with sysfail error (below is description).

Error during delivery of message 0E4A0B8DC4F949690

I checked the correllation, It is setup correctly. Any thoughts?

When i click on simulate Message Deliver, getting below error.

Process Definition xxxxxxxxxx contains no receiver steps for message xxxxxxxxx

FYI... In my BPM, I have 'Start Process' checked only for the first reciever.

Thanks..RP

Edited by: rao.potti on Apr 8, 2009 7:34 PM

former_member181985
Active Contributor
0 Kudos

delete all work flow items using SWWL.

Start sending message first from the message interface which is marked as BPM start process. Then send the second message for the second receive interface using its message interface.

- Gujjeti.

Former Member
0 Kudos

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

https://www.sdn.sap.com/irj/scn/wiki?path=%3fpath=/display/xi/sap%252bxi%252binterview%252bquestions

Did you checked this blog for your design

Rajesh

Edited by: Rajesh on Apr 8, 2009 11:57 PM

Former Member
0 Kudos

Hi,

Check with sxmb_moni_bpe for bpm monitoring.you will come to know what was the error.

Regards,

Prakasu.M

Former Member
0 Kudos

sorry, forgot to mention that. I checked there, but there are no processes exist. It says no processes created during that time period.