cancel
Showing results for 
Search instead for 
Did you mean: 

RCVR_DETERMINATION.NO_RECEIVER_CASE_ASYNC

Former Member
0 Kudos

Hi all,

I have this scenario: IDOC -> XI7.0 -> File(ftp)

When I send IDOC from R3 system to XI , I meet with the following error:

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

This error has only occurred once. Now everything works regularly.

What could be the reason for that one error? Cache problems?

Please let me know? Thank you,

Daniele.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It is probably due to cache in error status. If you can resend the message from sxmb_moni, it will definitely mean cache issues. Due to cache in error, the receiver determination step could not be executed.

If you can't resend, it may also be the case that you have used some routing conditions in receiver determination but that payload had insufficient data to be routed, i.e. no condition was satisfying for receiver to be determined.

Hope it helps.

Thanks,

Subhajit.

former_member181985
Active Contributor
0 Kudos

May be at that time cache is not up to date.

Did you send the configured IDOC in XI or a different IDOC?

Edited by: Praveen Gujjeti on Mar 20, 2009 2:33 PM

MichalKrawczyk
Active Contributor
0 Kudos

hi,

try restarting this message from SXI_MONITOR

if you can do that that means that it might have been a cache related issue

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

I tried to resend it, but the message remain in the same status of error.

Thank a lot

Daniele

former_member181985
Active Contributor
0 Kudos

is it the same IDOC which is configured in XI.

Former Member
Former Member
0 Kudos

Hi Praveen,

The IDoc I send has the same basic type as configured on XI.

There are no routing conditions in the Receiver Determination.

Besides, the SOAP header is identical to the one of other messages that are processed correctly.

thanks

Daniele

Former Member
0 Kudos

Have you refresh your cache by tcode: SXI_CACHE ---> Shift+F6. And in your ID from menu Environment -


> Clear SLD Data Cache and then try again.

Regards,

Sarvesh

Former Member
0 Kudos

Hi all,

After refreshing the XI Cache several times, the message was processed succesfully.

Do you know if there is any OSS note that could solve this problem?

thanks all

Daniele

Former Member
0 Kudos

Unfortunately I don't know any OSS note for this porblem, but I think this was a temporary problem of cache which got resolved after doing the cache refresh.

Just to make sure if RFC Destinations has been maintained in ABAP, which is responsible to update the cache. Check the below link

http://help.sap.com/saphelp_nw04s/helpdata/en/8f/770f41218ff023e10000000a155106/content.htm

Regards,

Sarvesh

Former Member
0 Kudos

Thanks again Sarvesh

Daniele