cancel
Showing results for 
Search instead for 
Did you mean: 

BPM ERROR

Former Member
0 Kudos

I am new to SAP XI. i am trying to compile RFC blog. i got the this problem. Please help me to solve this problem.

<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</SAP:Stack>

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

</SAP:Error>

Thank you

kum

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

1) Check the Integration Process for Syntax check- go to Repository and press F7 for this. There is no error activate it

2) Check the Runtime Active version of BPM in the Transaction SXI_CACHE and return type should be zero for this.

3) check the message types and message interfaces used in the BPM and whatever you see in SXMB_MONI

4) Check about the Receiver Determintaion i.e from Source Business Service to BPM and BPM to Target Business Service

Hope this helps,

Regards,

Moorthy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

<i>No object type found for this message</i>

1.Make sure that the container elements that are being used in the BPM correspond to the correct interfaces.

2.Do a syntax check of the bpm, by using the F7 key.

Are you getting any errors after this?

What is the return code of the BPM in sxi_cache?

Regards,

Smitha.

Former Member
0 Kudos

Thank you for your great answers.

It's working now. i just manually activated SXI_Cache. then it's working.

Thank you for your help

Regards,

kum

Former Member
0 Kudos

Check your message intrerfaces. Have u created abstract message interface? I would recheck the your configuration one more time to make sure that u didnt miss any step.

--Archana