dfwalton
Programmer
- Jul 24, 2002
- 143
So I have a SQL Server 2000 database instance called (LOCAL) (WINDOWS NT) to which I am trying to connect in CF Administrator.
I have tried variations on the name -- with and without parents, using just Local and not WinNT, buyt uniformly get same answer:
Connection verification failed for data source: sammco
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: (LOCAL) (WINDOWS NT)
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: (LOCAL) (WINDOWS NT)
What am I doing wrong.
David
I have tried variations on the name -- with and without parents, using just Local and not WinNT, buyt uniformly get same answer:
Connection verification failed for data source: sammco
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: (LOCAL) (WINDOWS NT)
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: (LOCAL) (WINDOWS NT)
What am I doing wrong.
David