cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to RFC Error

Former Member
0 Kudos

Hi Experts,

I am facing problem with the below error in production system.

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

- <!-- Receiver Determination

-->

- <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:Stack>No receiver could be determined</SAP:Stack>

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

</SAP:Error>

My XI got upgraded to PI 7.1 and this is the first interface got moved to production.

In Dev and Quality system the above interface worked fine, but in production we are facing the problem with the above error.

Appreciate your inputs.

Thanks,

Srikanth

Accepted Solutions (0)

Answers (2)

Answers (2)

madhusudana_reddy2
Contributor
0 Kudos

This error will also come in situations lke when your interface is unable to read the receiver system information from SLD.

Check the SLD side.

thanks,

madhu

Former Member
0 Kudos

Thanks,

Srikanth Reddy

Former Member
0 Kudos

Hi,

1.Check the configuration again in production system.

2. Do dummy changes and activate the configuration again,

3. Do the cache refresh.

chirag

Former Member
0 Kudos

Hi chirag,

Already i have done the above points, but still its not owrking.

Below is the new error i am facing.

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

- <!-- Request Message Mapping

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">RESOURCE_NOT_FOUND</SAP:Code>

<SAP:P1>a8158d90-fea4-11de-c32a-fe5f03380d44</SAP:P1>

<SAP:P2>http://tcs-xi.com/SC2R3</SAP:P2>

<SAP:P3>com/sap/xi/tf/_MMSupportCentral2R3_.class</SAP:P3>

<SAP:P4>-1</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Unable to find resource a8158d90-fea4-11de-c32a-fe5f03380d44 in the following software component versions: http://tcs-xi.com/SC2R3com/sap/xi/tf/_MMSupportCentral2R3_.class-1</SAP:Stack>;

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

</SAP:Error>

Kindly suggest what to do next..

Thanks,

Srikanth

former_member200962
Active Contributor
0 Kudos

now the interface seems to be stopping at interface determination.....can you confirm that the cache is up-to-date and all IR and ID objects are in place.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

IR andf ID are in place and cache is up to date.

Not getting where is the problem.

Any suggestions pls

Thanks,

Srikanth