cancel
Showing results for 
Search instead for 
Did you mean: 

PE outbound error

Former Member
0 Kudos

Hi, erveryone,

I got an PE outbound error when I test an integration process, when I double click 'PE'in SXMB_MONI, I was brought to <Event Queue Browser>.

I heard someone said that the technical details could be viewed in the workflow log, but where can I get into this tool?

I searched through this forum, and try to use SXMB_MONI_BPE/SWWL, but I can't find any process instance.

Is there any more workflow specific configuration needed?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ben,

I guess the message has gone to some already present process instance which is in error.

by using transaction SE16 for table SWWLOGHIST, entering workarea SWF_RUN, message 551 and VARIABLE3 = <your message id>. The field WI_ID in the resulting table then shows the process instance number

Delete this process instance and check again.

Regards

Rahul Nawale

Former Member
0 Kudos

SWWLOGHIST seems empty.

I have been stuck in this problem for several days, God help me!

Former Member
0 Kudos

Hi Ben,

Are you using correlation in your business process. If yes then check if it is not getting terminated before all the messages comes. Just check the correlation

Regards

Rahul Nawale

Former Member
0 Kudos

Hi, Rahul,

I take a very simple Java Proxy -> BPM -> Java Proxy

scenario.

BPM only contains receive and send steps.

Regards.

Former Member
0 Kudos

Hi Ben,

By any means you got the solution for this one. I have the same problem.

Thanks..

AnuraG

moorthy
Active Contributor
0 Kudos

HI,

<i>but I can't find any process instanchee.</i>

>>>I think, Integration process is not triggered.

Check the Reciever etc.

i.e you need to have 2 reciever determintions.

1) SOurce->Integration Process

2) Integration Process ->Reciever

Check all, also check SXI_CACHE for the runtime version of BPM.. So that if there is any error in the runtime version , the return code will other than 0. check this. it should be zero.

Have a look into this doc for the monitoring-

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

Regards,

Moorthy

Former Member
0 Kudos

The integration is activated and the return code in cache is zero. I checked the event trace, got the following information:

(Green flag) SWW_WI_CREATE_VIA_EVENT_IBF, Receiver started correctly

(Red flag) SWF_XI_CHECK_PROCESS_START, Feedback after error

> I think this got the process stoped, how could I fix this, very urgent!

(Information) Event put in queue

former_member206604
Active Contributor
0 Kudos

Hi,

Did you check this blog by Michal

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps

Make sure your BPM is activated in SXI_CACHE and also check the status code.

Thanks.

Prakash