Welcome to ServerForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Remote Desktop Fails on Server 2K3 After Every Restart

 
   Windows Server (Home) -> Windows Server General RSS
Next:  Installing Windows Server 2003 Web Edition  
Author Message
Jason H.

External


Since: Feb 24, 2007
Posts: 3



(Msg. 1) Posted: Sat Feb 24, 2007 10:41 am
Post subject: Remote Desktop Fails on Server 2K3 After Every Restart
Archived from groups: microsoft>public>windows>server>general (more info?)

For about 6 months now, our 2K3 servers have had the same issue: Remote
Desktop stops working after a restart (be it for patches or just
maintenance.) Every single time, we have to log on to the machine at the
console and restart it again. This fixes the problem - EVERY SINGLE TIME -
and we're able to remote desktop into the servers again after this server
restart. This issue does NOT apply to our Win2K servers. We have no problem
connecting to those via Remote Desktop after they are restarted. Anyone have
any idea what may be going on? Restarting a server that's hosting critical
services can be taxing enough - have to reboot it twice is just
frustrating...for us and our users.

 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
"Pegasus

External


Since: Feb 18, 2004
Posts: 4307



(Msg. 2) Posted: Sat Feb 24, 2007 4:14 pm
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jason H." wrote in message

> For about 6 months now, our 2K3 servers have had the same issue: Remote
> Desktop stops working after a restart (be it for patches or just
> maintenance.) Every single time, we have to log on to the machine at the
> console and restart it again. This fixes the problem - EVERY SINGLE
TIME -
> and we're able to remote desktop into the servers again after this server
> restart. This issue does NOT apply to our Win2K servers. We have no
problem
> connecting to those via Remote Desktop after they are restarted. Anyone
have
> any idea what may be going on? Restarting a server that's hosting
critical
> services can be taxing enough - have to reboot it twice is just
> frustrating...for us and our users.

You should examine the Event Log on these servers and check specifically
for messages about the Terminal Server service.

What exactly is the message you see when you attempt to launch an RD
session?

Until you find the cause of your problem, you should implement an
automatic second reboot. Manually create a file c:\windows\reboot.txt,
then use the Task Scheduler to run this batch file at boot time:

@echo off
if not exist c:\windows\reboot.txt goto :eof
del c:\windows\reboot.txt
shutdown /.. /.. /..

Select the appropriate switches to reboot the machine within
five minutes.

 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
Jason H.

External


Since: Feb 24, 2007
Posts: 3



(Msg. 3) Posted: Mon Feb 26, 2007 10:29 am
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the prompt reply. Unfortunately, the logs show nothing relating
to Terminal Services at the time of reboot - in fact, nothing relating to
anything pertinent.

I can implement the script you've provided (many thanks for that) but it's
definitely not the ideal solution. Have you never heard of anything like
this?

Anyways, to answer your question, the message I get when I try to connect to
the server is: "The computer can't connect to the remote computer. Try
connecting again. If the problem continues, contact the owner of the remote
computer or your network administrator."

Thanks again for that script.

- JH

"Pegasus (MVP)" wrote:

>
> "Jason H." wrote in message
>
> > For about 6 months now, our 2K3 servers have had the same issue: Remote
> > Desktop stops working after a restart (be it for patches or just
> > maintenance.) Every single time, we have to log on to the machine at the
> > console and restart it again. This fixes the problem - EVERY SINGLE
> TIME -
> > and we're able to remote desktop into the servers again after this server
> > restart. This issue does NOT apply to our Win2K servers. We have no
> problem
> > connecting to those via Remote Desktop after they are restarted. Anyone
> have
> > any idea what may be going on? Restarting a server that's hosting
> critical
> > services can be taxing enough - have to reboot it twice is just
> > frustrating...for us and our users.
>
> You should examine the Event Log on these servers and check specifically
> for messages about the Terminal Server service.
>
> What exactly is the message you see when you attempt to launch an RD
> session?
>
> Until you find the cause of your problem, you should implement an
> automatic second reboot. Manually create a file c:\windows\reboot.txt,
> then use the Task Scheduler to run this batch file at boot time:
>
> @echo off
> if not exist c:\windows\reboot.txt goto :eof
> del c:\windows\reboot.txt
> shutdown /.. /.. /..
>
> Select the appropriate switches to reboot the machine within
> five minutes.
>
>
>
 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
"Pegasus

External


Since: Feb 18, 2004
Posts: 4307



(Msg. 4) Posted: Mon Feb 26, 2007 4:18 pm
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When I see this message then I invariably do this:
- I ping the RD host by its IP address to ensure that it is correct.
- I ping the RD host by its name to ensure that it can be resolved.
- I run telnet to check if the RD port is open, e.g.
telnet MyServer 3389
And no, I have never seen this phenomenon.

"Jason H." wrote in message

> Thanks for the prompt reply. Unfortunately, the logs show nothing
relating
> to Terminal Services at the time of reboot - in fact, nothing relating to
> anything pertinent.
>
> I can implement the script you've provided (many thanks for that) but it's
> definitely not the ideal solution. Have you never heard of anything like
> this?
>
> Anyways, to answer your question, the message I get when I try to connect
to
> the server is: "The computer can't connect to the remote computer. Try
> connecting again. If the problem continues, contact the owner of the
remote
> computer or your network administrator."
>
> Thanks again for that script.
>
> - JH
>
> "Pegasus (MVP)" wrote:
>
> >
> > "Jason H." wrote in message
> >
> > > For about 6 months now, our 2K3 servers have had the same issue:
Remote
> > > Desktop stops working after a restart (be it for patches or just
> > > maintenance.) Every single time, we have to log on to the machine at
the
> > > console and restart it again. This fixes the problem - EVERY SINGLE
> > TIME -
> > > and we're able to remote desktop into the servers again after this
server
> > > restart. This issue does NOT apply to our Win2K servers. We have no
> > problem
> > > connecting to those via Remote Desktop after they are restarted.
Anyone
> > have
> > > any idea what may be going on? Restarting a server that's hosting
> > critical
> > > services can be taxing enough - have to reboot it twice is just
> > > frustrating...for us and our users.
> >
> > You should examine the Event Log on these servers and check specifically
> > for messages about the Terminal Server service.
> >
> > What exactly is the message you see when you attempt to launch an RD
> > session?
> >
> > Until you find the cause of your problem, you should implement an
> > automatic second reboot. Manually create a file c:\windows\reboot.txt,
> > then use the Task Scheduler to run this batch file at boot time:
> >
> > @echo off
> > if not exist c:\windows\reboot.txt goto :eof
> > del c:\windows\reboot.txt
> > shutdown /.. /.. /..
> >
> > Select the appropriate switches to reboot the machine within
> > five minutes.
> >
> >
> >
 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
Jason H.

External


Since: Feb 24, 2007
Posts: 3



(Msg. 5) Posted: Wed Feb 28, 2007 1:01 pm
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I was able to ping both ways but I haven't tried the Telnet option yet. I'll
report back when I do. However, I did notice that after this happens, the
Terminal Services service options are grayed out both via remote computer
management (I can do this, I just can't remote desktop into the server) and
sitting in front of the machine itself. Someone mentioned that it's because
I might not have sufficient priveleges but I'm logged in as the admin. Any
other thoughts?

(The options for the RPC service are also grayed out but I suspected that it
was because the TS service was in whatever state it's in now.)

"Pegasus (MVP)" wrote:

> When I see this message then I invariably do this:
> - I ping the RD host by its IP address to ensure that it is correct.
> - I ping the RD host by its name to ensure that it can be resolved.
> - I run telnet to check if the RD port is open, e.g.
> telnet MyServer 3389
> And no, I have never seen this phenomenon.
>
> "Jason H." wrote in message
>
> > Thanks for the prompt reply. Unfortunately, the logs show nothing
> relating
> > to Terminal Services at the time of reboot - in fact, nothing relating to
> > anything pertinent.
> >
> > I can implement the script you've provided (many thanks for that) but it's
> > definitely not the ideal solution. Have you never heard of anything like
> > this?
> >
> > Anyways, to answer your question, the message I get when I try to connect
> to
> > the server is: "The computer can't connect to the remote computer. Try
> > connecting again. If the problem continues, contact the owner of the
> remote
> > computer or your network administrator."
> >
> > Thanks again for that script.
> >
> > - JH
> >
> > "Pegasus (MVP)" wrote:
> >
> > >
> > > "Jason H." wrote in message
> > >
> > > > For about 6 months now, our 2K3 servers have had the same issue:
> Remote
> > > > Desktop stops working after a restart (be it for patches or just
> > > > maintenance.) Every single time, we have to log on to the machine at
> the
> > > > console and restart it again. This fixes the problem - EVERY SINGLE
> > > TIME -
> > > > and we're able to remote desktop into the servers again after this
> server
> > > > restart. This issue does NOT apply to our Win2K servers. We have no
> > > problem
> > > > connecting to those via Remote Desktop after they are restarted.
> Anyone
> > > have
> > > > any idea what may be going on? Restarting a server that's hosting
> > > critical
> > > > services can be taxing enough - have to reboot it twice is just
> > > > frustrating...for us and our users.
> > >
> > > You should examine the Event Log on these servers and check specifically
> > > for messages about the Terminal Server service.
> > >
> > > What exactly is the message you see when you attempt to launch an RD
> > > session?
> > >
> > > Until you find the cause of your problem, you should implement an
> > > automatic second reboot. Manually create a file c:\windows\reboot.txt,
> > > then use the Task Scheduler to run this batch file at boot time:
> > >
> > > @echo off
> > > if not exist c:\windows\reboot.txt goto :eof
> > > del c:\windows\reboot.txt
> > > shutdown /.. /.. /..
> > >
> > > Select the appropriate switches to reboot the machine within
> > > five minutes.
> > >
> > >
> > >
>
>
>
 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
joshua.brown

External


Since: Apr 19, 2007
Posts: 1



(Msg. 6) Posted: Thu Apr 19, 2007 1:46 pm
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi there,

I had a smiliar issue, or so I thought... heres the story:

Logged into my server via RDP and Installed the latest Windows patches
on April 19. Did a reboot (or so I thought). My RDP connection
disconnected as usual and I waited a few minutes before I tried
logging back in again... so after 4 or 5 minutes I try to log in
again... no luck. Logged into the phsyical machine and noted that the
services were still running... but still nothing listening for RDP
connections.... did a port scan as well, no port 3389 listed. it was
like the service didn;t exist. Everything else on the server was
running great... web sites, services, VPN connections, etc.

Low and behold, I looked at the logs and checked the system up since
date and it was still showing the last date we rebooted (something
like March 30). TS Hung before the reboot could happen and everything
stopped there! Manually rebooting will of course fix this issue.

not sure if this is the case with you guys, but at least its something
to rule out. Hope thats the issue..

Josh
 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
netitnow

External


Since: Nov 10, 2008
Posts: 1



(Msg. 7) Posted: Mon Nov 10, 2008 10:27 am
Post subject: Re: Remote Desktop Fails on Server 2K3 After Every Restart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

A Windows Server 2003-based computer stops responding when you shut down
the computer in a remote console session

http://support.microsoft.com/?scid=kb%3Ben-us%3B930045&x=16&y=8

French keywords :
Pas de RDP TSE après plusieurs reboot successifs.


--
netitnow
------------------------------------------------------------------------
netitnow's Profile: http://forums.techarena.in/members/netitnow.htm
View this thread: http://forums.techarena.in/windows-server-help/691224.htm

http://forums.techarena.in
 >> Stay informed about: Remote Desktop Fails on Server 2K3 After Every Restart 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Remote desktop trouble after server restart - Hi. I am working in a w2k3 environment. Sometimes i work from home from a VPN-link (From a XP Professional). That works fine. BUT in the last 3 months i've lost my connection to a server after a restart remote !! I can go to another server, and ping....

unable to access server with remote desktop after server r.. - Hi all. I have a windows 2003 server installed with terminal service. I am able to access this server via remote desktop from another windows xp pc. However when i restart this server via remote desktop, after the server finish the bootup, i am unable...

Remote Desktop Connection fails - I have a pair of W2K3 servers. I use the remote desktop MMC to connect to the console in Remote Desktop Connection to check a temperature logger that (unfortunately) displays info only on the console; also for administrative purposes. Since last week...

Windows 2003 Remote Desktop Fails After Update and Reboot - This happens quite often after critical updates are applied to my servers. A second reboot generally clears up the issue. Any ideas? My servers are: Windows 2003 Standard Edition SP1 and latest critical updates (as of 2 weeks ago) Geographically..

Remote Desktop Web Connection Fails after RDC 6.0 update o.. - Have used Remote Desktop Web Connection to manage our SBS2003 server for years. Recently it stopped working. Problem arose day after WSUS updated both server and clients with "Windows Rights Management Services Client with Service Pack 2 (KB91727...
   Windows Server (Home) -> Windows Server General All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]