Welcome to TechNet Blogs Sign in | Join | Help

The Official SBS Blog

The official blog for Small Business Server (SBS) support and product group communications.

News

  • Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of Microsoft. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
Unable to RDP/RWW into the SBS server after applying SP2

[Today's post comes to us courtesy of David Copeland]

If you are unable to RDP/RWW (i.e. to connect using Terminal Services) into your SBS server after applying Windows Server 2003 SP2, then check to see if the server is even listening on TCP Port 3389 (default port).  To check to see if it is listening you can use the following commands:  

 

C:\>netstat -aon | find ":3389"

  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING       5620

C:\>tasklist /svc | find "5620"

svchost.exe                   5620 TermService

where 5620 in this example is the Process ID

 

If it simply comes back to the command prompt after entering the netstat –aon | find “:3389”  then it would appear that the Terminal Services is not listening on its default port.  One issue we have seen a few cases on is that the TS related files didn’t appear to get completely updated to SP2.  When this happens the TS services appear to start and the listener appears to be up, but it’s not actually listening on the port.  We are still investigating this issue, however, one workaround is to simply log on to the console on the server itself and re-apply Windows Server 2003 SP2. 

We will provide more updated information when available.

Posted: Friday, June 01, 2007 9:25 AM by SBS Bloggers

Comments

E-Bitz - SBS MVP the Official Blog of the SBS "Diva" said:

If the readme for SP2 was written like it should be it would be like this: Before you install Before

# June 1, 2007 10:20 PM

The Official SBS Blog said:

[Today's post comes to us courtesy of Mark Stanfill] Windows Server 2003 SP2 will be released to Automatic

# June 6, 2007 5:11 PM

The other steveb - Steve Banks' Blog on SBS and other Small Business Technology Topics said:

After experiencing Terminal Services intermittently hanging after applying Microsoft Updates I've

# July 30, 2007 5:15 AM
New Comments to this post are disabled
Page view tracker