Server Service will not start

J

jlk

I keep getting this error message:

The Server service terminated with the following error:
The system cannot find the file specified.

I have checked for srvsvc.dll (per Ramesh's suggestion) and it is in
place.
 
R

Ramesh, MS-MVP

Hi jlk,

Click Start, Run and type:

cmd /k sc qc lanmanserver

Copy the output and include it in your reply.

Also note that the file srvsvc.dll should be present in the System32 folder.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I keep getting this error message:

The Server service terminated with the following error:
The system cannot find the file specified.

I have checked for srvsvc.dll (per Ramesh's suggestion) and it is in
place.
 
J

jlk

Here is the output. Thanks!

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: lanmanserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Server
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem
 
R

Ramesh, MS-MVP

Hi jlk,

The Service configuration looks OK. Can you export a registry key and
include it in your reply? Type this in Start, Run:

CMD /K REG EXPORT "HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver"
C:\Server.txt

The file size will be ~50Kb so you can mail me that directly. If so, remove
the string XOX. from my email ID.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Here is the output. Thanks!

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: lanmanserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Server
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem
 

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

Top