ContributionsMost RecentMost LikesSolutionsRe: SoapUI JDBC connection not working in ReadyAPI No, I don't see that file (sqljdbc_auth.dll) anywhere on my system. I was able to get around the problem by switching my license from Ready!API to SoapUI Pro V5.2.1. Apparently that version of Soap uses Java V7 and it's Java V8 that no longer supports the driver. Using SoapUI, the project runs perfectly. Unfortunately, it appears that I will be forced to fix this when our license for SoapUI Pro expires early next year as the SoapUI splash screen says that there will not be any more renewals given by SmartBear for SoapUI and I'll have to move back to Ready!API. At least that gives us 4 months to get a fix in place. Thanks for the suggestion, ABG SoapUI JDBC connection not working in ReadyAPI Hi- I'm trying to set up a JDBC connection to a database using a SoapUI project I imported from a colleague. The project works perfectly in SoapUI Pro V5.1.2 but I consistently get an error message when trying to execute it in Ready!API (V1.8.5): Failed to init connection for driver [JDBC-ODBCBridge/sun.jdbc.odbc.JdbcOdbcDriver], connectionString [jdbc:odbc:Driver={SQL Server Native Client 10.0};Server=ourdbserver;Database=VP_ENT;Trusted_Connection=yes] My drivers are up to date for V1.8.5 and installed in the correct directory. I tried to set up a connection for a new project manually to the same DB but I cannot find any option for using my Windows credentials for the login (the Trusted_Connection option in the connection). If anyone has suggestions for steps I can take to fix this, particularly specific sections in the documentation, I'd really appreciate it. Thanks in advance, Alan Glendinning trusted_connection to jdbc Hi- I'm trying to set up a JDBC connection to a database using a SoapUI project I imported from a colleague. The project works perfectly in SoapUI Pro V5.1.2 but I consistently get an error message when trying to execute it in Ready!API (V1.8.5): Failed to init connection for driver [JDBC-ODBCBridge/sun.jdbc.odbc.JdbcOdbcDriver], connectionString [jdbc:odbc:Driver={SQL Server Native Client 10.0};Server=ourdbserver;Database=VP_ENT;Trusted_Connection=yes] My drivers are up to date for V1.8.5 and installed in the correct directory. I tried to set up a connection for a new project manually to the same DB but I cannot find any option for using my Windows credentials for the login (the Trusted_Connection option in the connection). If anyone has suggestions for steps I can take to fix this, particularly specific sections in the documentation, I'd really appreciate it. Thanks in advance, Alan Glendinning