Files still open

  • Thread starter Thread starter SB
  • Start date Start date
S

SB

On a Windows XP SP1 client I got some troubles when try to delete a file
(stored on a network share NT 4.0) just closed. The XP client think about
5-6 seconds after prompt me the confirmation and then it says the file is in
use.

Any helps ?

Sergio
 
The XP client sends the delete file command to the server and it's waiting
for a response for that.
The NT server is unable to delete the file because someone else has the
file open.
Try "net sessions" command from the NT server and it should list you the
current sessions open with the server.
Close any sessions that may have the file open and you should be able to
delete it.
----
Thanks,
Rakesh Chanana [MSFT]

When replying, please post to GROUP so that everyone can benefit from the
knowledge.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


--------------------
 
Back
Top