Skip to main content
Participant
November 6, 2007
Question

ColdFusion MX 7 and SQL Server 2005 : Do not connect

  • November 6, 2007
  • 1 reply
  • 342 views
Hi

I can create Data Sources for MS Access with ColdFusion MX 7.0 but when I try to connect to SQL Server, it refuses to connect and just returns timed-out error.

I have a developer Edition of Cold Fusion Mx 7.0 and I even tried to install JDBC driver for SQL Server and use "Others" option for the connection in DSN.

Can anyone guide me what could be the issue, I am getting following error:

Connection verification failed for data source: Test
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection

Regards
This topic has been closed for replies.

1 reply

Inspiring
November 7, 2007
What version of windows?
What version of sql server?
Is it a named instance?
Does the SQL Server allow remote connections?
Through TCP/IP?
Is the SQL Server using mixed mode authentication?
Are you trying to use integrated authentication or sql server authentication?
Which JDBC driver did you install?