I want to create JDBC Adapter connection. I used “com.dd.jdbcx.sqlserver.SQLServerDataSource” datsource calss.
When I try to enable Adapter connection it gives error: Data source class not found.
Can anyone answer why this error is comming and solution for this error.
I guess you are using SQL server DB. In case yes, instead of using “dd” try to use “ddtek” in “com.wm.dd.jdbcx.sqlserver.SQLServerDataSource”. If you still get the error change from XA_TRANSACTION to LOCAL_TRANSACTION. Please try the above options and let us know result.