Terminal service

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
 
D

Dave Patrick

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
|
 
G

Guest

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

Dave Patrick

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
 
G

Guest

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
 
D

Dave Patrick

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
 
G

Guest

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
 
D

Dave Patrick

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top