cancel
Showing results for 
Search instead for 
Did you mean: 

NO_MAPPINGPROGRAM_FOUND

Former Member
0 Kudos

Hi all,

I have a Java-XI-RFC scenario in which I'm trying to call BAPI_FLIGHT_CHECKAVAILIBILITY program.

When I do the call, I get this error:

com.sap.aii.proxy.xiruntime.core.BaseProxyException: Error sending MS message. Exception: XIServer:NO_MAPPINGPROGRAM_FOUND:

I checked the message and interface mappings and appear to be well.

I need some help here.

Thanks,

Juan Manuel

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hi Juan,

we had the same error message. After a complete cache refresh with transaction SXI_CACHE, our mapping work fine.

Regards

Stefan

Former Member
0 Kudos

Hi,

the mapping program is activated and I can see it calling SXI_CACHE transaction. Also I the software component version appears ok Michal.

When I call SXI_MONITOR transaction I see this error:

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

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

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

<SAP:P1>http://lumina.com/xi/XI/FileToFile FlightAvailabilityMapping</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Unable to determine name of mapping program</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Regards,

Juan Manuel

MichalKrawczyk
Active Contributor
0 Kudos

Hi Juan,

you can take a look at my previous response

regarding NO_MAPPINGPROGRAM_FOUND issue:

Regards,

michal

Former Member
0 Kudos

Did you activate your mapping program ? If yes, go to http://<host>:5<sysnumber>00/rep then go to Administration --> Runtime and click on Cache Overview, Check <b>Single Repository Object Cache Refresh</b> by entering your object id and swcv.

Aso check wheter your msgmap is working or not.

regards

SKM