cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Runtime: Mapping : RESOURCE_NOT_FOUND

Former Member
0 Kudos

<b>Hello everybody,

I get the following error during runtime while mapping:</b>

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

- <!-- Mapping der Request-Message

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING"><u><b>RESOURCE_NOT_FOUND</b></u></SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_FILE_REQUEST_2_RESPONSE_.class</SAP:P1>

<SAP:P2>http://mm_file_2_file</SAP:P2>

<SAP:P3>7c57acd0-19fa-11da-a907-fba1c22dd3ca</SAP:P3>

<SAP:P4>-1</SAP:P4>

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>The Resource com/sap/xi/tf/_MM_FILE_REQUEST_2_RESPONSE_.class (http://mm_file_2_file, 7c57acd0-19fa-11da-a907-fba1c22dd3ca, -1) could not be found.</SAP:Stack>

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

</SAP:Error>

<b>Does anybody have an idea?

Thanks a lot

regards Mario</b>

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi,

Make dummy changes in the MM and retest your scenario. And have a look in Cache also.

Regards

Suraj

Former Member
0 Kudos

OK, now the mapping is processed.

But now I get the following error:

<b>...com.sap.aii.utilxi.misc.api.BaseRuntimeException geworfen: RuntimeException in Message-Mapping transformatio~.<...</b>

Does anybody have an idea how to analyze the problem.

I checked almost everything. And everything is/seems alright!!

regards Mario

former_member187339
Active Contributor
0 Kudos

Hi,

Test your mapping first in the test tab of MM.

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

mapping was already tested. It is OK.

regards Mario

Former Member
0 Kudos

Could the reason be a wrong "file content convert"?

The payload:

<?xml version="1.0" encoding="utf-8" ?>

<ns:TEST.TXT xmlns:ns="http://mm_file_2_file">

<Record>

<Row>

<FirstName>Mario</FirstName>

<LastName>Mueller</LastName>

<City>Mannheim</City>

<Country>Deutschland</Country>

</Row>

</Record>

</ns:TEST.TXT>

Structure of corresponding Data-Type

Record 1..unbounded

Row 1

FirstName 1

LastName 1

City 1

Country 1

Regards Mario

former_member187339
Active Contributor
0 Kudos

Hi,

Whether the input structure which you used in test tab of MM and the structure which you get from MONI (after Content conversion) are same??

Regards

Suraj