on ‎2016 Apr 12 2:50 AM
Hi Experts,
My scenario is JDBC to proxy,
while testing i am getting following error in moni.
AP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
<SAP:P1>com/sap/xi/tf/_CDR_RefundData_To_ERP_RefundData_</SAP:P1>
<SAP:P2>com.sap.aii.mappingtool.tf7.MessageMappingExceptio</SAP:P2>
<SAP:P3>n: Runtime exception when processing target-field</SAP:P3>
<SAP:P4>mapping /ns1:CDR_RefundData_ERP/row[65]/AOTR_STAT~</SAP:P4>
<SAP:AdditionalText />
<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_CDR_RefundData_To_ERP_RefundData_; com.sap.aii.mappingtool.tf7.MessageMappingException: Runtime exception when processing target-fieldmapping /ns1:CDR_RefundData_ERP/row[65]/AOTR_STAT~</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
please tell me the reason why this error occurs.
Regards,
Ravi
AP:
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ravi,
Error is clearly because of the missing field in the target structure.
After which step you took the XML?
Take the inbound message payload(first step in Moni) and view source and test it.
If still getting the error, populate some dummy values in mapping and check. Then you can confirm the incoming data is not coming proper format.
Hi Ravi,
This error is due to the space is not provided in between the version and encoding of XML declaration.
It must be this way - <?xml version="1.0" encoding="UTF-8"?>
But you might have removed the space by mistake and given it this way -
<?xml version="1.0"encoding="UTF-8"?>
Can you also attach the complete XML?
Regards,
Nitin
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.