Hi,
I have used following drivers to handle Commit and Rollback but so far could get any acheivement,
“com.wm.dd.jdbcx.sqlserver.SQLServerDataSource” Built in driver in WM
“com.microsoft.sqlserver.jdbc.SQLServerDataSource” download from Microsoft for SQL2005
Kindly also find below JDBC Connection parameters
Transaction Type LOCAL_TRANSACTION
DataSource Class com.microsoft.sqlserver.jdbc.SQLServerDataSource
serverName localhost
user Administrator
password ******
databaseName Fin
portNumber 1433
I also have tried using,
Other Properties selectMethod=cursor
Also used WMArt Package to controll commit and Rollback as per documentation. Whenever there is any error while inserting or updating database, execution goes to catch block and passes through Rollback without giving any error. I have used get last error after Rollback and get following message “[ART.114.306] Adapter Runtime (Transaction): Unable to rollback transaction.
null”
Your help is highly appreciated,
Regards,
Faisal
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods