- Home
- Windows XP
- Error messages
- Error message when starting the Server service in Windows XP
Error message when starting the Server service in Windows XP
- Copyright © 2008 Ramesh Srinivasan
- Error messages
Symptoms
When you use a Microsoft Windows XP-based computer to share files with another user over a network, you receive the following error message:
Error: Server service not started
Additionally, when you try to start the Server service, the service does not start. Instead, you receive one the following error messages
Error 126: The specified module cannot be found
Could not start the Server service on local Computer. Error 2: The system cannot find the file specified.
Also, the Event log has the following entry:
Type: Error
Source: Service Control Manager
Error: Event ID: 7023
Description: The Server service terminated with the following error: The
system cannot find the file specified.
Resolution
This problem occurs if the Srvsvc.dll file is missing. To resolve this problem, extract a new copy of the Srvsvc.dll file from the Windows XP disk to the %systemroot%\system32 folder on the computer's hard disk. To do this, follow these steps:
- Insert the Windows XP disk into the CD drive.
- Click Start, click Run, type cmd in the Open box, and then click OK
- At the command prompt, type the following command, and then press ENTER.
expand CD drive:\i386\srvsvc.dl_ %systemroot%\system32\srvsvc.dll
- Similarly, expand srv.sys file to the drivers folder. Use the following command:
expand CD drive:\i386\srv.sy_ %systemroot%\system32\drivers\srv.sys
Notes
- Make sure that there is a character space between "srvsvc.dl_" and "%systemroot%."
- CD drive represents the letter of the computer's CD drive. And %systemroot% represents the path and folder in which the Windows system files are located. For example, assume that the letter of the computer's CD drive is E and that the folder that contains the Windows system files is C:\Windows. In this situation, type the following at the command prompt, and then press ENTER: expand E:\i386\srvsvc.dl_ C:\Windows\system32\srvsvc.dll
- To close the command prompt, type exit, and then press ENTER. Restart Windows.
- Expand a copy of srvsvc.dll from %windir%\ServicePackFiles\i386 folder if the following conditions are true:
- You installed Windows XP SP2 from a Windows XP SP2 CD that included SP2 as part of the base installation.
- You downloaded and installed Windows XP SP2 from the Microsoft Web site.
- Note If the ServicePackFiles folder is not present on the computer, you can copy the files from a slipstreamed Windows XP SP2 installation CD.
Related Links
If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
6 Responses to "Error message when starting the Server service in Windows XP" 
|
said this on 01 Nov 2006 3:39:52 PM PST
This article does not solve the problem. I have the same error, but the srvsvc.dll does exist
|
|
said this on 01 Feb 2007 3:14:43 PM PST
Very helpful. I also had the .dll file but the .sys file was missing. Thanks
|
|
said this on 15 May 2007 3:04:33 PM PST
Hola andrew, lo unico que tienes que hacer es instalar el server service de la siguiente forma:
1. Clic en Properties en Local Area Connection
2. Seleccionas Internet Protocol (TCP/IP) y das clic en Install...
2. Seleccionas Service y das clic en Add...
3. Seleccionas Server Service y das OK a todas las ventanas y listo, ya puedes compartir tus unidades en la red.
Espero les sirva y SALUDOS
|
|
said this on 20 May 2007 6:47:33 PM PST
Excellent! This was exactly the solution to the problem. I had the .dll file but did not have the .sys file. I did as the article told me to and all is now working 100%
Thanks
|
|
said this on 16 Mar 2008 12:16:33 PM PST
Thank you so much! It really solved my problem. It was the srv.sys with me. Thanks a ton mate!
|
|
said this on 15 May 2008 6:33:23 PM PST
I get this error but still can't get server service to start. I had both of those files in the appropriate place to begin with. I still copied them over from the XP disk and tried again. Still get the error.
|

Author)