humbletech99
Programmer
I am having a user with a problem accessing a file over a windows share to a server. He has the file open in Excel and is using it, leaves Excel open for some considerable amount of time and then when he goes to do some more work and save it he gets an error about lost writes.
The Yellow popup box in the system tray says:
Simultaneously on the server while this problem is occurring I go to check the open share handles and list all the files open over the shares. The file in question that is open above is not listed, so it looks like the share handle was lost and this is possibly why the user gets the error about not being able to write to the file.
There is no problem with permissions, he can save the file locally then copy it over the file at the destination but this sort of workaround should not be necessary. He can also edit the file in place, but it seems that after leaving it a while this weird behaviour happens.
Any ideas on troubleshooting or fixing this behaviour?
The Yellow popup box in the system tray says:
Code:
Windows - Delayed Write Failed
Windows was unable to save all the data for the file \\servername\e\dir1\dir2\dir3\dir4\94AB7160. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere."
There is no problem with permissions, he can save the file locally then copy it over the file at the destination but this sort of workaround should not be necessary. He can also edit the file in place, but it seems that after leaving it a while this weird behaviour happens.
Any ideas on troubleshooting or fixing this behaviour?