This is a discussion on cant start sql 2000 on port 1433 within the SQL Server forums, part of the Microsoft SQL Server category; --> for some reason i dont get any errors, but i believe that my server is not running on port ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| for some reason i dont get any errors, but i believe that my server is not running on port 1433. the tcpip protocol is selected in the network configuration utility as well as name piper. the port selected is 1433. but when i telnet to 1433 i get the same errors as i would if i telnet to a non existant port. i also tried nbstat with no luck. what else can i do? thanks |
| |||
| "Joseph" <jcharth@hotmail.com> wrote in message news:2f2b8b0b.0407100759.56318482@posting.google.c om... > for some reason i dont get any errors, but i believe that my server is > not running on port 1433. the tcpip protocol is selected in the > network configuration utility as well as name piper. the port > selected is 1433. but when i telnet to 1433 i get the same errors as i > would if i telnet to a non existant port. i also tried nbstat with no > luck. what else can i do? thanks Are you using MSDE, by any chance? Network access is disabled by default from SP3 onwards: http://support.microsoft.com/default.aspx?kbid=814130 If that doesn't help, then this article covers other possibilities: http://support.microsoft.com/default...06&Product=sql Simon |