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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-12-10 : 07:49:29
|
| Amos writes "I have the following error message when trying to connect from an SQL 2000 client to an SQL 200 server: Msg 11, Level 16, State 1 (General Network Error. Check your network documentation)The connection was working fine until the server was moved behind a new firewall.My client is using a NAT when connecting to the new firewall.I can ping to the server, and I can telnet on port 1433.Any suggestions?" |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2004-12-10 : 08:16:50
|
| Check that the client is using TCP/IP and not named pipes by using the Client Network Utility. If neccessary you can create an alias for the server and specify it to use TCP/IP. |
 |
|
|
|
|
|