Hi All,
I am working on a FILE-RFC-FILE scenario using BPM.
I referred a blog "RFC Scenario using BPM --Starter Kit" by Arpit seth.
I am getting the following error message in SXMB_MONI:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- 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/_MM_FILE_RFC_</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>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_FILE_RFC_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Regards,
Nithiyanandam
Do check your Request and Response Mapping programmes. The Error is only because of Mapping programme or you are passing wrong data (as a file from sender)
Just go for req Mapping and take the XML from there and paste it to the source file.
Thanks & Regards,
Farooq.
Hi Nithi,
>>>>RuntimeException in Message-Mapping transformation
............some time while creating ur message mapping u use the test tab to check wheater the mapping is correct or not ........and shows it is correct .......but the same mapping in sxmb_moni ie (while monitoring) it shows the error while transformation processing....... that means ur mapping which u have done might be wrong so one simple way to check during such error msg is the same way as suggested by the FAROQUI asd other persons ie goto->sxmb_moni->inbound payload->then copy the source (by left -clicking) and then open ur messagemapping -> click on VIEW SOURCE then paste .......and see the result
Regards,
Azeez khan.
Add a comment