Hi All,
We are working on IDOC- JDBC scenario and ended up with below error message in Communication Channel.
It shows as " Error when executing statement for table/StoredProc ( Structure 'Statement'):java.sql.SQLException:[Microsoft](SQLServer 2000 Driver for JDBC).
Can't start a cloned connection while in manual Transaction mode.
Kindly suggest some pointers on this error.
This is the output structure payload:
<?xml version="1.0" encoding="UTF-8" ?>
- felicon.com:XXXX">
- <Statement>
- <StoredProcedureName action="EXECUTE">
<table>Name of Stored procedure</table>
<MATNR isInput="TRUE" type="numeric">1111111</MATNR>
<DATAB isInput="TRUE" type="datetime">20030402</DATAB>
<DATBI isInput="TRUE" type="datetime">20050331</DATBI>
<KNUMH isInput="TRUE" type="varchar">0000814532</KNUMH>
<KBETR isInput="TRUE" type="numeric">138.27</KBETR>
<KONWA isInput="TRUE" type="varchar">CNY</KONWA>
</StoredProcedureName>
</Statement>
</ns0:MT_Price>