cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Mapping Doesnot Exist in Runtime Cache

Former Member
0 Kudos

Hi

I am doing Http - Webservice scenario.I have created all the mappings but when I am testing I am getting the following error

<SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>MAPPING.NO_MAPPINGPROGRAM_FOUND</SAP:Code><SAP:P1>http://sample.sc.com/filetofile OrderProcess_To_Webservice_IM</SAP:P1><SAP:Stack>Interface mapping http://sample.sc.com/filetofile OrderProcess_To_Webservice_IM does not exist in runtime cache</SAP:Stack></SAP:Error>

I have done Cache refresh in SXI_CACHE and in RWB also I have done all kind of cache refresh. But still I am getting the same error. If I am testing in Intergration Directory I am getting success..

Please help me in resolving this

Regards

Sowmya

Accepted Solutions (0)

Answers (6)

Answers (6)

sunil_singh13
Active Contributor
0 Kudos

Hi Sowmya,

If i am not not wrong then your scenario has Webserver involved in it.

The problem is with webservice. Webservice is not executed properly with the input you have given.(Check your webservice in standalone (Web service Navigator) with the exact input you are using now )

The response Returned by the Webservice for the given input is in some other formate than the expected for which there is no interface mapping in IR hence you are getting this error .

Match the structure of the output from Webservice(obtain in standalone test) and the one you have actually used in the IR.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi

Same error is solved here in the below thread by Restarting the server solved the problem

look at this thread also

Regards

Abhishek

Former Member
0 Kudos

Hey,

Seems you have not refreshd the CPA cache.

you can also check in the CPA cache whether the object is present or not.

regards,

Milan

Former Member
0 Kudos

Hi,

once check u r interface mapping, if it is Ok .. then test u r configuration... may be in interface determination IM is not mapped properly.

Thank You,

Madhav

Note: Points If Useful.

Cortex2k
Active Participant
0 Kudos

Hi Sowmya

Try check out SAP Note Number: 1263224

Hope it helps

Best Regards,

Chris

Former Member
0 Kudos

Hi,

maybe the Mapping is not activated.

If it's activated you can try to make a (pseudo) change and activate it again.

This document

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2f2a9fa2-0a01-0010-32ac-d281db72...

says

> NO_MAPPINGPROGRAM_FOUND indicates a problem in locating the

> mapping program (e.g., the mapping program has been deleted)

Regards

Patrick