cancel
Showing results for 
Search instead for 
Did you mean: 

NO_MAPPINGPROGRAM_FOUND

0 Kudos

HI,

I have create a interface where Sender is SOAP and receiver is RFC. I am sending the data to different receivers based on some condition in receiver determination. I am able to send the data to all the Client receiver except one and getting below error.

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

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

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

<SAP:P1>Object ID 8579B73577B43374B1F27AAAE74EF076 Software Component 3F1B32C039F611E0970BCF859600965B</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Mapping program is not available in runtime cache: Object ID 8579B73577B43374B1F27AAAE74EF076 Software Component 3F1B32C039F611E0970BCF859600965B</SAP:Stack>

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

</SAP:Error>

Please help me out.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Ensure that mapping program exists and is activated. If it exists then update the cache.

Use XIDIRUSER to refresh the cache.

For complete cache refresh - http://<hostname>:<port>/CPACache/refresh?mode=full

For complete delta refresh - http://<hostname>:<port>/CPACache/refresh?mode=delta

You can also refresh the cache using XI Administration page.

please go through below thread it will help.

regards,

ganesh.

0 Kudos

I have tried the following things but none worked.

1. Checked the Message Mappings and reimported it in the Operation Mapping.

2. Made dummy changes and activated the Operation Mapping .

3. Cleared the SLD Cache.

4. Performed the Complete Cache Refresh from SXI_CACHE.

5. Reimported the ZBAPI.

6. Deleted all the ID objects and created it once again after performing the Cache refresh.

But still my issue is not resolved.

regards,

Former Member
0 Kudos

Hi,

Check if you define properly the Mode (sync- Async) of the Ent. Services. Also check the QoS of the SP and sender communication Channel.

check your receiver determination and interface determination.

and check configuration scenario you have configuration over view tab just click on that you ID configuration crect or not.

regards,

ganesh.

0 Kudos

The same interface is (OM and MM) working for other 5 receivers and it is not working for only one receiver.

regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

following links might be useful to you-

0 Kudos

Thank you, it has been resolved.

There are dumps in the st22. We cleared the dumps and the issue is resolved.