cancel
Showing results for 
Search instead for 
Did you mean: 

error Q

Former Member
0 Kudos

what does this error mean?

in the response

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

- <!-- Receiver Identification

-->

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No receiver could be determined</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think you are using BPM in your scenario.

Please make sure you have configured receiver determination from BPM to receiver system.

Also, some hints:

1. Don't do these mappings in BPM transformation step. You can execute them outside of BPM. Doing this, you will get better performance and also won't need to create abstract interfaces for RFC messages.

2. Use configuration wizard in Integration Directory (first, remove and reimport your BPM in Integration Directory). This way, you avoid different interfaces errors.

refer

http://rapidshare.com/files/5592765/error_bpm.JPG.html

Thanks

Swarup

Former Member
0 Kudos

this is not a BPM, but a regular mapping.

Former Member
0 Kudos

Hi,

Can you bit explain about the scenario.

Thanks

Swarup

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

your reciver ageremtn step in ID is either missing or not updated in the cache...

if you have defined this step in ID then refresh the cache CPA and delta from SXI_CACHE.

justin_santhanam
Active Contributor
0 Kudos

Kfir,

Are u calling the receiver synchronously?

Can u explain ur scenario?

raj.

Former Member
0 Kudos

>>RCVR_DETERMINATION">NO_RECEIVER_CASE_BE

This means that the message is not able to determine a receiver for that msg at run time. Receiver is determined using Receiver Determination Object you create in ID.

Just make sure all the sender details you filled there are the same as it appears in SXMB_MONI

1.Sender Service

2. Sender Interface

3.Sender Interface namespace

Regards,

Jaishankar

VijayKonam
Active Contributor
0 Kudos

In addition to the above details.. do check if the receiver service/system is also properly mentioned.

VJ