Displaying 3 results from an estimated 3 matches for "status_invalid_handle".
2007 Aug 01
1
Many STATUS_INVALID_HANDLE
...and periodically queried and written to. Note that 
another common culprit is one of the various index.dat files in the IE 
related History or Cookie folders. What seems to happen is that the SMB 
connection drops off at some point before the Delayed Write Failure and 
eventually a return status of STATUS_INVALID_HANDLE triggers the error 
message when the application attempts to access the now presumably stale 
handle?
 From the various network traces I've captured the STATUS_INVALID_HANDLE 
is in response to a QUERY_FILE_INFO on the problem file. What's puzzled 
me is that I'm seeing many STATUS_INV...
2007 May 25
0
STATUS_INVALID_HANDLE?
I have a user who gets some random disconnects (well not exactly, it is
more like her box goes insane randomly...explained better below).  I was
able to run a wireshark dump on her box and when the trigger action is
performed I get a STATUS_INVALID_HANDLE.  
She is in MS Access an runs a report to trigger it (then she gets about
a thousand "disk or network error" dialog boxes).  The action is 100%
repeatable.
This feels like an oplock problem, but then again I don't really know...
Extracted bits of the dump are available on request...
2012 Jun 26
0
home share disconnected / delayed write failure
...ror message "Delayed Write Failed" claiming a write error regarding the thunderbird or firefox profile. At the same time all Desktop symbols are disappearing. The issue can be worked around by  logging out and in again.
>From wireshark network captures we can see the server sending an STATUS_INVALID_HANDLE 
is in response to a QUERY_FILE_INFO on the problem file.
The setup:
- OS Solaris11 / x86
- Samba 3.5.10
- some 
The server was recently updated from OpenSolaris running Samba 3.4.x
any suggestions are really appreciated....
Thx
Carsten
  
Output from testparm is here:
[global]
	dos...