cancel
Showing results for 
Search instead for 
Did you mean: 

BPE_ADAPTER:MESSAGE_NOT_USED

Former Member
0 Kudos

HI Experts,

It would be nice if you can help me to resolve this error:

My scenario is IDOC to FILE on PI7.0.

I send IDOC =>Integration Process(Receive->Wait->Send) ==> Partner

Integration process receives Transformed message and waits for 1 minute and sends it back to partner.

I have done mapping between IDOC to Abstract Interface(with same IDOC type).

Send and Receive step uses the same abstract interface.

In Development environment it working fine.

But in Production environment it is giving following error:

<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 interface is not used by this process</SAP:Stack>

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

Can you please provide input on the same?

Let me know if any further details are required.

Thanks,

Divyesh

Accepted Solutions (1)

Accepted Solutions (1)

samiullah_qureshi
Active Contributor
0 Kudos

Hi,

In Id, Check your message interface is there in the receiver interfaces of your integration process.

Also, Check return code for your BPM in transaction SXI_CACHE. If it is not '0' , then reactivate your Integration process there.

Regards,

Sami.

Answers (3)

Answers (3)

sunil_singh13
Active Contributor
0 Kudos

Hi Divyesh,

This is due to the the status code held by your process type.

go to transaction SXI_Cache ->Integration Process

search for your process type if its status is "99" then select your process type and click on active.

Check if you get any message of type "E", Resolve it else you would be able to see the status code changed to "0".

Thanks

Sunil Singh

Former Member
0 Kudos

Hi,

Thanks a lot all of you.

THe problem solved, I did REPEAT ACTIVATION on SXI_CACHE transaction.

And it worked.

IT was not taking latest Integration process definition, as in DEv environment it was working fine but in Production environment it was not working fine.

Thanks a lot, All of you.

Divyesh

dharamveer_gaur2
Active Contributor
0 Kudos

Check your design and message interface that you are using is right

SudhirT
Active Contributor
0 Kudos

Hi,

check the thread

Thanks.