-----Original Message-----
Hi David,
Thank you for your reply. According to the information we have, the
situation is as follows:
One user accessed the file that is on the file server. The application
(Excel) crashed accidentally. However, the file on the server is not
closed. Therefore other users cannot open/write to it normally.
The reason other users cannot write the file is that the previous user
opened a handle for this file but this handle is not closed. Since we
cannot reboot the server, I recommend you try the following tool:
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml
We can use the Process Explorer tool to close the handle to this file on
the server.
1. On the server, run the Process Explorer tool.
2. Click View. Make sure "View Handles" is selected.
3. The window should contain two parts. In the above part, select the
System process. According to my test, when a network user access the shared
file, the file server use the System process to open it.
4. After selecting the System process, let us click the "Name" column in
the below window to sort the handles.
5. Find the handle whose name is the path of the file. For example
D:\Testfolder\testfile.xls.
6. Right click this handle and click Close handle.
When the handle is closed, you can test to see if other users can
open/write to the file normally.
Hope this information helps. Thank you!
Regards,
Bennie Chen
Product Support Services
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Thanks for that What a great program the user that had