cfdeveloper
Programmer
sub: Connection verification failed for data source: "DSNNAME" Reason: Not associated with a trusted SQL Server connection.
The SQL server we have running sits on its own box. So, the web server is independent of it. There are ODBC connections from the web server to the SQL server. The sql server authentication is set to 'Windows only'. I was reading somewhere that ColdFusion MX does not yet support t
rusted connections while using the available JDBC drivers and cannot connect to databases requiring trusted connections. To permit CFMX to connect to the database using the SQL Server JDBC driver, one is supposed to configure the database authenication to permit "SQL Server and Windows". I'm told by the network guys that I'm not suppose to change this. What options am I left with? I'll apprecaite your help
Best regards,
cfcoder
The SQL server we have running sits on its own box. So, the web server is independent of it. There are ODBC connections from the web server to the SQL server. The sql server authentication is set to 'Windows only'. I was reading somewhere that ColdFusion MX does not yet support t
rusted connections while using the available JDBC drivers and cannot connect to databases requiring trusted connections. To permit CFMX to connect to the database using the SQL Server JDBC driver, one is supposed to configure the database authenication to permit "SQL Server and Windows". I'm told by the network guys that I'm not suppose to change this. What options am I left with? I'll apprecaite your help
Best regards,
cfcoder