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 |
|
Kleber
Yak Posting Veteran
67 Posts |
Posted - 2005-08-16 : 10:29:05
|
| Hi all,I have a SQL Server 2000 that does not bind the 1433 tcp port.The log says only: SQL server listening on Shared Memory, Named Pipes.I used the site http://sqljunkies.com/How%20To/2E1101E0-D5C1-4DBD-A398-FE485DFA439B.scuk as reference to research for the problem, however. All settings listed there (Server Network Utility) are correct. The ssnetlib.dll is installed.So, what could I do to make my server listen this TCP port?Kleber |
|
|
Thrasymachus
Constraint Violating Yak Guru
483 Posts |
Posted - 2005-08-16 : 12:12:37
|
| is TCP/IP enabled in the Server Network utility? If it is what port is it listening? It is better practice not to use the default port.====================================================Regards,Sean RoussyThank you, drive through |
 |
|
|
Kleber
Yak Posting Veteran
67 Posts |
|
|
Kleber
Yak Posting Veteran
67 Posts |
Posted - 2005-08-16 : 13:48:20
|
| Hi,I reinstalled MDAC 2.8 and SQL Server starts to listen 1433 port. Problem solved.Tks for your help.RegardsKleber |
 |
|
|
|
|
|