cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RuntimeException - Mapping

Former Member
0 Likes
701

Hi All,

Business scenario: File-To-File, file needs content conversion

My Graphical mapping is working fine. I tested with sample file in interface mappin also. but when I'm executing the scenario it is giving following error.

Error: (SXMB_MONI)->error inf

RuntimeException in Message-Mapping transformatio

Content:

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

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

<SAP:P1>com/sap/xi/tf/_FILE_TO_FILE_CSV_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>During the application mapping com/sap/xi/tf/_FILE_TO_FILE_CSV_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error

Can anyone pls analyze and suggest any solution, otherwise shall I post to SAP bcz i posted the same earlier and past some days I'm struggling to solve but faild: I executed Idoc-to-File and File-to-Idoc but in that no content conversion takes place.

regards,

venu.

View Entire Topic
Former Member
0 Likes

Hi Venu,

plz test if you not already have done that: Copy the XML content from monitoring and test it in the Integration Builder. Ashure that all development are activated. If the mapping is running in IB but not during runtime you have (may be) a cache failure. I had that with an older SP some time ago. I could change a mapping in IB but executed has been always the old one. I solved that by renaming the mapping and refer the new one in interface determination. The error was not repeatable (!?). It is recommentable to open a SAP call for that.

Regards,

Udo