Data sharing over the network
When i use a Microsoft Windows XP-based computer to share files with another user over a network, you receive the following error message:
When i use a Microsoft Windows XP-based computer to share files with another user over a network, you receive the following error message:
Howdy,
You are receiving the error message because the Srvsvc.dllfile on the computer is missing or corrupted. You will be able to resolve the issue by replacing the missing/corrupted file in the system files. If you have Windows XP CD, you will be able to copy the file from the CD to the hard drive. Please follow the below steps to do so:
1. To expand the missing/corrupted file, insert the Windows XP installation disc in the CD/DVD drive.
2. Press the “Start” button and select “Run”.
3. Type “Cmd” (without quotes) in the Run command window and click OK.
4. In the Command Prompt, type: expand (location of the file on the installation CD) (location on the folder in which the file needs to be saved)
For eg: expand (CD drive name):i386srvsvc.dl_ C:system32srvsvc.dll, assuming C is the drive where Windows is installed.
5. Press Enter.
6. Click OK when the command is successfully completed.
7. Type Exit in the command prompt to exit the command window.
8. And Restart the computer to check whether the issue is resolved.
Hope this helps.
Jannet
Hi Haseeb,
The errors above indicate that the srvsvc.dll file is missing (Error 2: The system cannot find the file specified.). The Srvsvc.dll module, or server service library, is implemented as a file system driver and is the one responsible for communicating with other file-system drivers.
In your case, let’s say a remote computer sends a request asking to read a file from your computer. This request is received by your srvsvc.dll module which then passes the request to your local file-system driver. Your file system driver taps the lower level network drivers on your computer to access the requested file.
Resolution:
To resolve this problem, you need to save a new copy of the srvsvc.dll file on this folder:
C: Windows System32
You can save the file locally by doing the following:
1. Insert the Windows XP disk.
2. Open a command prompt by clicking Start, then click Run and then type cmd in the box that opens. Click OK.
3. Run the following command by typing it at the command prompt:
Expand E:i386srvsvc.dl_ C:system32srvsvc.dll
Press ENTER.
1.Then run the following command to extract the srv.sys file to the drivers folder:
expand E:i386srv.sy_ C:system32driverssrv.sys
press ENTER.
Please note that the syntax above works if your CD drive is E, and your Windows system files are located in C:Windows.
To check, just click Start, click My Computer. Check the letter of your CD Drive.
Similarly, check for your system files by clicking Start, click My Computer, click the Local Disk icon, click the WINDOWS folder, then look if you have a folder named “system32”.
Warning: Do not touch the contents of this file! Do not delete this folder!
This is an expanded, a bit more detailed solution of Jannet's.
I still hope that this helps and explains more though.
Cheers,
Kristine
Please find the following for your reference.