cancel
Showing results for 
Search instead for 
Did you mean: 

Error MESSAGE_NOT_FOUND

Former Member
0 Kudos

Hi Guys,

We have a File to RFC synchronous scenario that used to work fine. However, currently we are getting the following error when uploading a file:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <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="PERSIST">MESSAGE_NOT_FOUND</SAP:Code>

<SAP:P1>(loc: WM9 ; TC: SXMSPERROR ; SM: 0 ; RR: 0 )</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>XML message not found</SAP:Stack>

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

</SAP:Error>

What is weird is that the interface sometimes works and sometimes it doesn't. We get this error in the sender file adapter and the receiver RFC adapter doesn't get invoked.

Accepted Solutions (0)

Answers (1)

Answers (1)

anupam_ghosh2
Active Contributor
0 Kudos

Hi ,

Please kindly re-check the following

1. Data type.

2. Message type

3.Message mapping: Update and activate

4. Interface mapping.

5. Activate the Interface mapping once again after updating it.

6. Test the scenario from ID by suppying XML payload.

7. Run an end to end testing once again.

regards

Anupam