Displaying 1 result from an estimated 1 matches for "error_netname_delet".
Did you mean:
error_netname_deleted
2003 Jul 29
0
Samba Timeout Issue
....
Problem Details
===============
Observations on client
----------------------
A test application on the client opens a file in write through mode (Win32:FILE_FLAG_WRITE_THROUGH) and writes a timestamp to this file every 10 seconds.
After some time, the file access fails (typically with the error ERROR_NETNAME_DELETED).
Observation on network (using Ethereal)
---------------------------------------
At 14:07:53 a successful write is performed. This is correctly acked by the
samba server both on TCP and samba level.
The ack occurs immediately.
At 14:08:03 (10 secs later) next write is requested by client....