cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to RFC RESOURCE_NOT_FOUND not found issue

Former Member
0 Kudos

Hi All,

I have done the HTTP to RFC scenario, my dev was complated and tested in QA also, when we transport through CMS to Production the scenario is not working.

<?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://http2r3-xi.com/SC2R3</SAP:P2>

<SAP:P3>com/sap/xi/tf/_MMSupport2R3_.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://http2r3-xi.com/SC2R3com/sap/xi/tf/_MMSupport2R3_.class-1</SAP:Stack>;

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

</SAP:Error>

when i tried to take the xml message in payload into mapping and its executing. and i have red some previous question its bcaz of cache refresh. we have done lot of times the full cache and even the problem not resloved and also we have done retransport the objects to production even its not helped.

the same scenario is working in Dev and QA. please suggest about the error.

Thanks,

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

This is a cache issue. Save and activate your mapping again and check with SXI_CACHE, if the cache is updated correctly.

Former Member
0 Kudos

Since your scenario is HTTP to RFC therefore make sure few things are in place..

1. Have you transported the RFC (if it was Z-RFC) from R/3 QA to R/3 PROD.

2. Have you checked your mapping (by pressing F7 button) in IR after you imported it from QA system.

Former Member
0 Kudos

Hi,

yes we have imported the RFC (FM) in R3 production the FM is available in R3 prodcution.

and for mapping i have exectued the payload mapping in production and its working. and when i press F7 there is no errors

No errors found during object check

Thanks,

Venkat

Former Member
0 Kudos

You have already done the full cache refresh and it didn't help you. Make sure during cache refresh there were no errors.

If problem persists then probably you may have to restart the J2EE server.

Former Member
0 Kudos

Hi,

We have done full cache refresh copuple of times and did't find any issues while cache...

and also we have taken approval to restart the production system down 2 times and also its not helped and also retransported the objects... i found the only differnece SAP_CR 5.7 in Dev and SAP_CR2.0 in prod is this causing the issue?

Thanks,

venkat

Former Member
0 Kudos

hi All,

Can anyone give suggestins please as it is poroduction system, need to reslove the issue asap.

Thanks,

venkat

Former Member
0 Kudos

Check the reply from Christine Geier from below thread, try the options suggested by him and let us know..