|
Home > Archive > MS SQL Server > November 2006 > Strange problem, may be TCP-IP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Strange problem, may be TCP-IP
|
|
| Fulvio Rogantin 2006-11-29, 7:13 pm |
| I have a problem connecting to databases. Everything worked weel till
yesterday but now i cannot connect. The problem seems to be related to
TCP-IP but the protocol seems to work properly for other applications.
When i connect through enterprise manager i got a "General network
error. ConnectionOpen(Initi
alize()).
When i connect via ODBC i got a "& #91;DBMSLCPN]General
network error.
Those things happen both with local or remote dastabases.
The db server is reachable via ping.
Any hint?
Thanks
Fulvio
| |
| sajberek@gmail.com 2006-11-29, 7:13 pm |
| Well, it's difficult to find a problem without analyzing the problem,
but you can try to work around this using NamedPipes.
Go to ClientNetworkUtility
and add alias to the server you want to
connect using Named Pipes.
Then try to connect.
|
|
|
|
|