Connection problems between SQL Server 2012 databases and ColdFusion 10
I am running ColdFusion 10 and SQL Server 2012.
I am not able to connect databases through the CF Administrator.
The error displayed is:
Connection verification failed for data source MyDB.
java.sql SQL.NonTransientException" [Macromedia][SQL Server JDBC Driver][SQL Server][Cannot open database "C:\ColdFusion10\cfusion\db\MyDB" requested by the login. The login failed.
The root cause was that java.sql.SQLNonTransientException [Macromedia][SQL Server JDBCDriver][SQL Server][Cannot open database C:\ColdFusion10\cfusion\db\MyDB" requested by the login. The login failed.
I have tried the things suggested in the forums - checking that the TCP/IPs are enabled in SQL Server, that the port is set to 1433 in each case, authentication is mixed (SQL Server and Windows), both programs are allowed through Windows Firewall, etc.
Could the problem be that the latest versions of SQL Server and CF are somehow not compatible?
Thanks in advance for any comments/suggestions.
