cancel
Showing results for 
Search instead for 
Did you mean: 

Permanent error in BPE inbound processing

Former Member
0 Kudos

Hai,

We are doing IDoc<---->PI<--


>JavaServer Proxy.

We built BPM to catch the acknowledgement and send back to Send appl.

When we execute the scenario we are getting an error in SXMB_MONI saying

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

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Exception in method onMessage.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

And also we are getting an error Permanent error in BPE inbound processing in SMQ2.

Can anyone suggest me regarding this?

Thanks,

Kalyan.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

Hi... I have the same problem can u plz tell how it got resolved?

Former Member
0 Kudos

Hi,

Can you please tell me what kind of scenario you are doing?

Thanks,

Kalyan.

Former Member
0 Kudos

Hi,

There was problem at Java Proxy end.We missed parameters in application-engine.xml(in EjbModule) because of that reason we faced this issue later we modified accordingly and then it started working fine.Please check at you target end whether it's giving proper response or not.

Thanks,

Kalyan.

Former Member
0 Kudos

Hi,,

Thanx for the reply.... can u tell what parameters i need to check. I am not a basis person. is it some basis issue.

Regards.

Former Member
0 Kudos

Hi,

No, It was the case in my scenario when i did IDoc<>BPM<-->JavaServer Proxy,I faced this problem so it went wrong with my target side but here i don't know whats your scenario is?

Can you please tell me in which scenario you are facing?

Thanks,

Kalyan.

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

Hey,

can you explain your bpm design.

regards,

Milan

Former Member
0 Kudos

Hi Milan,

BPM (Receiv step--->SynSend--


>SendAsyn)

SynSend will communicate to my Java Proxy to get a response as Acknolgement.

Thanks,

Kalyan.

Former Member
0 Kudos

Hey,

In your case there is a possibility that the structure of the response message(of java proxy) would not be matching the structure that bpm is expecting in the resonse of SyncSend step.

regards,

Milan

SudhirT
Active Contributor
0 Kudos

HI,

Try with delivery mode set to no buffering.

for more details check the blog by milan thaker.

thanks.

former_member200962
Active Contributor
0 Kudos

Hi,

We also faced a similar problem and the cause lied in the data that was sent by the target system (sync comm)..that data was not according to what we were expecting and hence the BPM failed...you can also do a similar check for your BPM..

1) Ensure that both the source and target systems are up and running fine.

2) Ensure that the data sent back by the target system does not have any unwanted characters..

3) Ensure that you have defined the proper mapping logic.

If the BPM is simple and not having too complex logic then you can check it step-by-step...i.e. starting with just having a receive step then in each check go on increasing the steps....I know it is somewhat a primitive way of testing but what is the issue if it is going to solve your problem...

Regards,

Abhishek.

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

If after import IP any change done by you. Then again import it in ID just double click on IP(inside ID).

Now perform Cache refresh.

Have u checked BPM workflow to know error in particular step.

prateek
Active Contributor
0 Kudos

Delete all previous open instances of BPM using SWWL. (of all previous days)

Regards,

Prateek

Former Member
0 Kudos

Hai,

We already did the steps that you mentined but no luck.

Any other suggestions plz???

Thanks,

Kalyan.

prateek
Active Contributor
0 Kudos

First test your mapping. If it works then reimport the Integration Process in ID. Check in tcode sxi_cache that the status of your integration process is 0.

Regards,

Prateek

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

BPM Permanent error occurs due to many reasons.

Use Transaction SXMB_MONI_BPE to find the exact error step. also delete your previous BPM instance.

Check your Mapping, some time this occur due to Transformation step.