cancel
Showing results for 
Search instead for 
Did you mean: 

BPE Adapter Error

Former Member
0 Kudos

Hi all,

I am getting the following error in SXMB_MONI for the scenario DataBase to RFC using BPM.

Status Code of Integration Process in SXI_CACHE is 0.

XI server is installed upto SP13.

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

- <!-- Call Adapter

-->

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

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

<SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No object type found for this message; check the activation of the corresponding process</SAP:Stack>

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

</SAP:Error>

Could anybody help me out ?

Thanks,

Sekhar

Accepted Solutions (0)

Answers (3)

Answers (3)

venkatanarayana_vagu
Active Participant
0 Kudos

Hi Sekhar,

for the XI new version we often prompting the same error:

few of the possibilities for this error:

Once again recreate the objects in ID and activate and do the SXI_CACHE.

Redeploy your BPM to ID.

In the service interface, your interface pattern should be stateless XI3.0 compatible if you are using the PI7.1 version.

These are the observed possibilities when I got the same problem.

Former Member
0 Kudos

This could happen when your namespaces or message type name is not matching. Check the message interface you are sending to the BPM in integration directory.

regards

Shravan

Former Member
0 Kudos

Hi Shravan,

Thanks for the reply.

All the interfaces in the Integration Directory which are sending to the BPM are correctly assigned.

I am getting this error for any BPM related scenarios.I tested with two different errors.

Thanks,

sekhar.

Former Member
0 Kudos

Hi Shekhar,

I'm facing a similar problem.

Did u find solution for yours ?

This is the error tahat i'm getting.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Adapter --> <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""><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:Stack>An internal error has occurred
</SAP:Stack><SAP:Retry>M</SAP:Retry></SAP:Error>

Regards,

Alka.

manish_bhalla2
Contributor
0 Kudos

Hi Sekhar,

In the SXI_CACHE, check the ReturnCode of the Integration Process. It should be 0. IF it is 99, there is an error in your process.

Maybe there is an error in the declaration of the abstract message type or the relevant container in the BPM process.

Cheers

Manish

Former Member
0 Kudos

Hi Manish,

Status code in the SXI_CACHE is 0.Still I am getting this error. All the abstract interfaces are correct in the BPM.

Thanks,

Sekhar.