Answered
NT Authentication with SqlServer 2005
I am trying to setup a datasource in MX6.1 to connect to sql
server 2005 using nt authentication. I installed the jdbc driver
for sql server 2005 according to the steps listed at
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b&pss=rss_coldfusion_ded4216b.
I am getting the following error:
Connection verification failed for data source: [servername]
[]java.sql.SQLException: No suitable driver available for [servername], please check the driver setting in resources file, error: com.microsoft.sqlserver.jdbc.SQLServerDriver
The root cause was that: java.sql.SQLException: No suitable driver available for [servername], please check the driver setting in resources file, error: com.microsoft.sqlserver.jdbc.SQLServerDriver
The following configuration is used in the datasource:
JDBC URL: jdbc:sqlserver://[servername]:1433;DatabaseName=[databasename];
Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
I have not seen many posts on this, but the one's that I have seen do not offer a working solution.
Any help greatly appreciated.
Brian
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b&pss=rss_coldfusion_ded4216b.
I am getting the following error:
Connection verification failed for data source: [servername]
[]java.sql.SQLException: No suitable driver available for [servername], please check the driver setting in resources file, error: com.microsoft.sqlserver.jdbc.SQLServerDriver
The root cause was that: java.sql.SQLException: No suitable driver available for [servername], please check the driver setting in resources file, error: com.microsoft.sqlserver.jdbc.SQLServerDriver
The following configuration is used in the datasource:
JDBC URL: jdbc:sqlserver://[servername]:1433;DatabaseName=[databasename];
Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
I have not seen many posts on this, but the one's that I have seen do not offer a working solution.
Any help greatly appreciated.
Brian
