cancel
Showing results for 
Search instead for 
Did you mean: 

BPM error

Former Member
0 Kudos

Hi

I am trying to execute a simple BPM senario. I am getting the following error.

-


<?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="<b>BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code></b>

<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>

-


Please help this out.

Thanks

Gowri.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

Just check out your message interfaces used in BPM.

they should be defined as a abstract.

This may be the issue.

Have you imported any wsdl?

Regards

Piyush

Former Member
0 Kudos

Hi,

1.Were some changes made in bpm after saving and activation? and did you reimport the bpm from IR into ID and then activated it again?

2. Check namespace and message type is properly selected.Especially the objects which uses the bpm.

3.Try - SXI_CACHE and see If bpm is activated and let us know the return code.If not 0 then activate it from there.

Regards,

Anirban.