cancel
Showing results for 
Search instead for 
Did you mean: 

RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC error while monitering

Former Member
0 Kudos

hi every body....

<?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="">

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

<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</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>M</SAP:Retry>

</SAP:Error>

all my configuration steps are perfect in ID...

why ian gting this error while moniteriong..

JOhn

Accepted Solutions (0)

Answers (4)

Answers (4)

aashish_sinha
Active Contributor
0 Kudos

Hi,

This error occurs brcause of

1.Message will stay in XI for no receiver found

Solution

1. Check whether it has been configured correctly (Receiver Determination step also check if you are using XPATH in it, ie for conditional receiver determination and check it for correct info)

2. It has correct receiver agreement.

3. If its receiver determination includes the conditional receiver then make sure that it satisfies the condition.

4. Also make sure that its value for funloc is the same.

regards

Aashish Sinha

PS : rewrd points if helpful

Former Member
0 Kudos

Hi John

Take the message detail and go to integration directory ,there in search option serch for interface determination and fillup the details of ur message

There you can find the interface details and conditions for your message and there check whether you have given any condition or have you assigned the right party.

If condition given here is not satisfied in payload then you will be getting ERRor NO RECEIVER CASE ASYNC

hope this may solve ur problem

Thanks

Sandeep

PS:if helpful kindly reward points

Former Member
0 Kudos

Hi,

your message comes from some system, interface & it's namespace.. you dont have receiver determination for this sender, so IE does not know , where to send the message.

Go to sxmb_moni, check there all these information (sender system, sender interface, interface namespace (or also party, if you use it) and check you receiver determination if it's correct (but will be not), so create a new one for correct values.

Peter

Former Member
0 Kudos

Hi,

First check ur Config with test tool

/people/paul.medaille/blog/2005/06/24/test-your-xi-configuration-with-the-new-test-tool

Then Do SXI_CACHE

Regards

Seshagiri