cancel
Showing results for 
Search instead for 
Did you mean: 

"BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL

Former Member
0 Kudos

Hi Experts,

I saw the previous blogs on the "BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL failures but i didn't get the solution.

My Scenario is SOAP to RFC to FILE with Asyn/Sync Bridge using BPM(Aync Receive, Sync Send,Send ), while I am testing messages are failing with the below error.

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="*BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL*</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>An internal error has occurred</SAP:Stack>

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

</SAP:Error>.

I activated the BPM, the return code is '0'. but there is no business process workflow in SXMB_MONI_BPE and SXMB_MONI.

This is the first time we are developing the BPM interfaces for the project, what are the configuration has to be done, please help on this.

Thanks in Advance,

snrvakiti.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please go through this link

[https://www.sdn.sap.com/irj/sdn/thread?messageID=5962331]

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Thanks Venata S Pagolu.

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Please check the below link...

I Think this may useful to solve your issue......

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20482

Regards

Kumar

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>My Scenario is SOAP to RFC to FILE with Asyn/Sync Bridge using BPM(Aync Receive, Sync Send,Send ), while I am testing messages are failing with the below error.

why are you using a ccBPM for this task ?

use this approach

http://wiki.sdn.sap.com/wiki/display/HOME/UsingRequestResponseBeanModuleinFILE+Adapter

to do the same interface without a ccBPM - if there is no ccBPM required we don't use it - golden rule

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

The scenario in that blog is FILE to RFC to FILE, but my requirement is SOAP to RFC to FILE, and today i tried with simple BPM scenario,it is also failing with the same error.

In trace i notice that its unable to fine the abstract interface i.e. its not entering the BPM.

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--no sender or receiver interface definition found</Trace>

Actually previously we are using the SOAP to RFC synchronous Scenario, but its not supporting the business with 1000 line items of soap request.soap URL connection is closing by the time the request from the R3 system. so now we are looking to send the response in asingle file to the user.

can you plz help me with BPE Adapter configuration.

Thanks in advance,

snrvakiti