cancel
Showing results for 
Search instead for 
Did you mean: 

Message is not used by any processes

samantha_nez
Participant
0 Kudos

Hi,

I've made a BPM and in sxmb_moni I get this:

<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">MESSAGE_NOT_USED</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Message is not used by any processes</SAP:Stack>

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

</SAP:Error>

I check my return code in sxi_cache and it's not 0 after activating.

How could I resolve this error?

Thanks in advance,

Samantha.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Is the BPM instance being created in the first place?

If yes, then click on PE corresponding to your message in moni, and check which step is in error or where the message processing has stopped.

Regards,

Smitha.

samantha_nez
Participant
0 Kudos

Hi,

I don't understand "Is the BPM instance being created in the first place?". I've created the BPM for the first time, I don't know if you refer to this.

When I click on PE, I get: "the action is not valid for the selected message", so I can do nothing.

I think my user has developper key, although I'm going to make sure of it.

Thanks,

Samantha.

Message was edited by:

Samantha Núñez

Former Member
0 Kudos

Hi,

If it is not 0 then what is the return code sxi_cache?

Bipin

MichalKrawczyk
Active Contributor
0 Kudos

hi,

is your directory configuration ok ?

did you use directory wizard to create it ?

check your receiver determination in directory

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

MichalKrawczyk
Active Contributor
0 Kudos

also click F7 on your BPM (in repository) to see any errors

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

samantha_nez
Participant
0 Kudos

Hi,

I've followed this blog

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

and I think all is right. I haven't used the wizard to create it.

When I activate it, the return code changes from 2 to 99.

Checking in the repository with F7, there are no errors.

Thanks again,

Samantha.

moorthy
Active Contributor
0 Kudos

Hi,

if the retrun code in SXI_CACHE is 99, there is a some error in the BPM.

1) first try to activate this in the SXI_CACHE

2) Change the BPM and activate again in the Integration Repository . Also re-import this into Directory and check it.

3) do cache refresh in the Directory

Hope this helps,

Regards,

moorthy

Former Member
0 Kudos

If return code is 99, it may be due to the Authorization to the userid used to activate the BPM.

Please consult your basis and get the developer key for the user ID.

Or Use another UserId (having developer key) to activate the BPM

Bipin