cancel
Showing results for 
Search instead for 
Did you mean: 

Permanent error in BPE inbound processing

sahithi_moparthi
Contributor
0 Kudos

Hi,

I am working on File to IDOC using BPM.In the File Sender i am using ExactlyOnceinOrder.Whne i am exectuing the scenario,it is getting stuck in the queues,with the error as below:

I have checked multiple Threads:

http://scn.sap.com/thread/3335763

http://scn.sap.com/people/henrike.kaiser/blog/2009/02/03/how-to-analyze-stopped-queues-in-xi-ccbpm

http://scn.sap.com/thread/3190584

but didn't find the solutions.When i get into that message(i.e in Trace)it is showing as below:

20 39 12.08.2013 - 12:20:00.5403210 DATA SWF_INB EXCEPTIONS  WF-BATCH X Error during start of process of type WS90000029 by message 8193C43D034911E3CA160000003802DE WS90000029 XBQO$PE_WS90000029 8193C43D034911E3CA160000003802DE

Please Suggest how to proceed further.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Santoshi,

Your scenario is having multimapping and also it is EOIO, seems like one of the file was not picked intime and co-relation failed hence the messages also blocked in the queue. So find the reason why the file was not getting picked.

Regards

Prasad Konda.

Former Member
0 Kudos

Hi,

I realized that not always a ccBPM is correct generated after sucessful activation within the ESB.

A full cach refresh in sxi_cache will show inconsitencies. Start it and refresh the display in sxi_cache until the yellow running status is turned into green (Then you have to go ahead with finding other error reasons) or red (then you'll hopefuly get error messages regarding you integration process).

I assume that you can see your integration process in sxi_cache.

regards

Michael

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

check:

sxi_cache: activation code =0 if its 99 let me know.

swf_inb_conf: processing mode = with buffering

ccBPM (ESR)  alerts/exeption are right defined

the error relates to: the ccBPM need to perform an action  and you didnt configure it or is bad configured

rgds

former_member194612
Active Participant
0 Kudos

Hi Santhoshi,

Final check the below,hope may solve ur issue..

https://scn.sap.com/message/13180062

Thanks

Satish

Former Member
0 Kudos

Hi Santoshi,

did you check any BPM instance is locked?

Cheers,

Hidayat

sahithi_moparthi
Contributor
0 Kudos

Hi,

Can you please let me know where to check BPM Instances.

Former Member
0 Kudos

Go to SXMB_MONI_BPE

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

What does sxi_monitor -> process say? It should display all the things that for a particular service and process ID. Where did the error happened?

Hope this helps,

Mark

sahithi_moparthi
Contributor
0 Kudos

Hi Mark,

In my scenario i am using 2 mappings:

mapping 1: multimapping

Mapping2:splitting the mapping(which involves from BPM to ECC)

When i triggered the file,only first mapping triggered and alos in moni i could not see any payload,and can see that messages are getting stuck inSMQ2.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

In my scenario i am using 2 mappings:

mapping 1: multimapping

Mapping2:splitting the mapping(which involves from BPM to ECC)

When i triggered the file,only first mapping triggered and alos in moni i could not see any payload,and can see that messages are getting stuck inSMQ2.

As far as I know message split is only possible for java-based adapters. Place the mapping inside your BPM.

Hope this helps,

Mark