cancel
Showing results for 
Search instead for 
Did you mean: 

Post error from RWB

Former Member
0 Kudos

Hi All,

When I post message from RWB to XI Integration pipeline, I am getting the following error in

SXMB_MONI with red flag. Any idea why the interface mapping not found error is coming up. All my mappings and interfaces are active.

Thanks

<?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>XIServer</SAP:Category>

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

<SAP:P1>Object ID 4B9EAE2F9974340D8471F51606AEC216 Software Component 203ABBD04E4D11DBA2A5F24B0A006454</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Interface mapping Object ID 4B9EAE2F9974340D8471F51606AEC216 Software Component 203ABBD04E4D11DBA2A5F24B0A006454 does not exist in runtime cache</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey

check ur message mapping by copying the payload from MONI and using that as source XML in message mapping.

thanx

ahmad

Former Member
0 Kudos

Hi,

Make sure that the interface mapping that you have specified uses the right message types/interfaces.

Looks like the incoming message payload does not correspond to the right source message interface specified in the interface mapping.

Regards,

Smitha.

Former Member
0 Kudos

Hi,

please check following threads

Thanks,

Tuhin