Answered
CF Admin DSN error
Running CFMX 7 on a 2k3 server. Trying to access MS SMS data
in an SQL 2k5 server on 2k3...
My system odbc tests successfully using the sql server driver. And with my admin account credentials. In cf Admin datasources, using an ODBC socket driver it will either time out with this error:
Connection verification failed for data source: connSMS2
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection
Or give me a login error:
Connection verification failed for data source: connSMS3
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'domain\servername$'.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'domain\servername$'.
If I use the Microsoft SQL Server driver I get this error:
Connection verification failed for data source: connSMS
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'domain\username'.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user domain\username
Anybody know of maybe why this is going on or a way around it or fix it??
I do not have complete and utter control of the SQL DB, that is higher up than me. but, since the ODBC tests fine, and i can use MS SQL server manager to connect to the db and open tables, create select statements, etc.. one would think there shouldn't be a problem with cf admin's dsn...
thanks.
My system odbc tests successfully using the sql server driver. And with my admin account credentials. In cf Admin datasources, using an ODBC socket driver it will either time out with this error:
Connection verification failed for data source: connSMS2
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection
Or give me a login error:
Connection verification failed for data source: connSMS3
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'domain\servername$'.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'domain\servername$'.
If I use the Microsoft SQL Server driver I get this error:
Connection verification failed for data source: connSMS
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'domain\username'.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user domain\username
Anybody know of maybe why this is going on or a way around it or fix it??
I do not have complete and utter control of the SQL DB, that is higher up than me. but, since the ODBC tests fine, and i can use MS SQL server manager to connect to the db and open tables, create select statements, etc.. one would think there shouldn't be a problem with cf admin's dsn...
thanks.
