Hello,
My Scenario is JDBC to Proxy and there is 1:n Mapping
I had done the multi mapping and done the all the necessary configuration in the MM, IM and ID
I tested the payload in the MM and IM and it is working fine.
But while iam doing the end to end testing in the ID --- Test Configuration,It is showing the error at Interface Determinmation and Mapping step.
In SXMB moni, iam getting error as
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">GENERIC</SAP:Code>
<SAP:P1>No messages created from split mapping</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>No messages created from split mapping</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
The below is my source payload.
<?xml version="1.0" encoding="utf-8" ?>
- http://loreal.com/poc_vendor">
- <row>
<ID>1</ID>
<LIFNR />
<NAME1>SriTest</NAME1>
<PSTLZ>07066</PSTLZ>
<LAND1>USA</LAND1>
<TELF1>1234567890</TELF1>
<Status>READY</Status>
<LastUpdated>2008-11-20 09:20:00.0</LastUpdated>
</row>
- <row>
<ID>2</ID>
<LIFNR />
<NAME1>GilderTest</NAME1>
<PSTLZ>07066</PSTLZ>
<LAND1>USA</LAND1>
<TELF1>1234567890</TELF1>
<Status>READY</Status>
<LastUpdated>2008-11-20 09:20:00.0</LastUpdated>
</row>
- <row>
<ID>3</ID>
<LIFNR />
<NAME1>KarthikTest</NAME1>
<PSTLZ>07066</PSTLZ>
<LAND1>USA</LAND1>
<TELF1>1234567890</TELF1>
<Status>READY</Status>
<LastUpdated>2008-11-20 09:20:00.0</LastUpdated>
</row>
</ns:mt_vendor_fusiondb>
Please help me in resolving this error
Srinivas