Eviware Forum

soapUI => soapUI => Topic started by: ramesh nallavolu on March 13, 2008, 02:32:01 pm



Title: Unable to connect to SQL Server 2005 - with 'Data Source' using JDBC
Post by: ramesh nallavolu on March 13, 2008, 02:32:01 pm
Unable to connect to SQL Server 2005 DB using feature 'Data Source' using JDBC
 
I am using 
 
Driver as : com.microsoft.sqlserver.jdbc.SQLServerDriver 
connection string as: jdbc:sqlserver://systemname;Database=mydbname;Uid=username;Pwd=pwd 
 
Below is the error message 
 
Java.lang.Exception: Failed to init connection for drvr [com.microsoft.sqlserver.jdbc.SQLServerDriver ], connectionString [jdbc:sqlserver://systemname;Database=mydbname;Uid=username;Pwd=pwd] 
 
Earlier I download and I copied 'sqljdbc.jar' in C:\Program Files\eviware\soapUI-Pro-2.0.2\bin\ext 
 
Please advise...   thank you in advance