Terminal service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi gurus.

Have w2k server sp4 and the problem I have is that my terminal server
service hangs and all it says is starting, I have no other option
(start.stop,restart) are not available, I get the service control manager
error and my eventID 7022 with the message that
"terminal server services hung on starting"
Thanks for any help
 
Is the 'Remote Procedure Call (RPC)' service running?

You might try from a command prompt;
sc query "termservice"

to see what win32 exit code is generated. You can get sc.exe (service
controller tool) here.
ftp://ftp.microsoft.com/reskit/win2000/

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi gurus.
|
| Have w2k server sp4 and the problem I have is that my terminal server
| service hangs and all it says is starting, I have no other option
| (start.stop,restart) are not available, I get the service control manager
| error and my eventID 7022 with the message that
| "terminal server services hung on starting"
| Thanks for any help
|
 
dave thanks a bunch.
yes RPC is running
I will try that sc you suggested and post back with any findings
Thanks again
 
OK

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| dave thanks a bunch.
| yes RPC is running
| I will try that sc you suggested and post back with any findings
| Thanks again
 
Dave

Excuse my ignorance, but where do I go finding the key name for the
services, it seems like when using this utility the registry key name has to
be use.

Thanks again
 
HKLM\SYSTEM\CurrentControlSet\Services
or you can also use the "quoted" name as displayed in services.msc

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave
|
| Excuse my ignorance, but where do I go finding the key name for the
| services, it seems like when using this utility the registry key name has
to
| be use.
|
| Thanks again
 
Dave Thanks a bunch and I hope you can help me with this

this is the result of sc

Type :10 WIN32_OWN_PROCESS
State : 2 START_PENDING
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORE_SHUTDOWN)
Win32_Exit_code : 0 (0x0)
Service_exit_code :0(0x0)
Checkpoint :0x0
Wait_hint :0x7d0

This all info that is given back to me
Thanks again
 
Here's a pretty good document that walks you through the steps of
troubleshooting using the service controller tool.

http://download.microsoft.com/download/f/3/9/f3900e1e-a45c-45a4-b716-740e553e1f62/SPTCF_SYS.doc

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave Thanks a bunch and I hope you can help me with this
|
| this is the result of sc
|
| Type :10 WIN32_OWN_PROCESS
| State : 2 START_PENDING
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORE_SHUTDOWN)
| Win32_Exit_code : 0 (0x0)
| Service_exit_code :0(0x0)
| Checkpoint :0x0
| Wait_hint :0x7d0
|
| This all info that is given back to me
| Thanks again
 
Back
Top