cancel
Showing results for 
Search instead for 
Did you mean: 

ERR: EXCEPTION_DURING_EXECUTE while using FILE CONTENT CONVERSION

Former Member
0 Kudos

Hi,

I'm trying a file to file scenario with File Content Conversion for Sender communication channel. But am getting the following error in SXMB_MONI

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

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

<SAP:P1>com/sap/xi/tf/_MM_ContentBased_</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/_MM_ContentBased_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

I tried the same message mapping for normal file to file scenario without using File Content Conversion. It went through fine.

<b>Our file structure follows</b>

<Header>

<Sysnum>01</Sysnum>

</Header>

<Body>

<Name>ABCDE</Name>

<Age>25</Age>

<Stream>XYZ</Stream>

</Body>

<b>The Sender Communication Channel Parameters follows:

</b>

Recordset Str: Header,1,Body,1

Header.fieldFixedLengths : 2

Header.fieldNames : Sysnum

Body.fieldFixedLengths : 5,2,3

Body.fieldNames : Name,Age,Stream

ignoreRecordsetName : true

Looking for a solution

Thanks,

Ajay.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Ajay,

your message mapping failed.

Copy the XML message from monitoring and exectute the mapping in Integration Builder with maximal trace to get the reason.

Regards,

Udo

Former Member
0 Kudos

Thanks Udo. Your debugging technique worked out. The Issue has been resolved.

Regards,

Ajay.

Answers (0)