Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mattt
Posting Yak Master
194 Posts |
Posted - 2006-08-24 : 07:27:40
|
Hi,I'm attempting to setup an ODBC connection between two installtions of SQL server on different boxes. Both exist outside the DMZ and so have no firewall between them. You can ping from one box to another, successfully, using box names rather than IP addresses.When setting up the ODBC connection, when presing "next" from the screen where it asks for a SQL username and password (enterted correctly) I get the following error codes when trying to locate the server using it's box name:SQLState: '01000'SQL Server Error: 10061SQLState: '08001'SQL Server Error: 17However, when trying the same thing but using the server IP instead of a name, I get slightly different codes:SQLState: '01000'SQL Server Error: 1326SQLState: '08001'SQL Server Error: 17Any idea what's going on here?Cheers,Matt |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
mattt
Posting Yak Master
194 Posts |
Posted - 2006-08-24 : 08:10:15
|
Oho, that's interesting.Could well be the source of the problem. We're on Win2003, SQL2000 SP1.I'll have to dig out the upgrade disks and have a play.Thanks very much for the info! |
 |
|
|
|
|