I have a CIFS server configured as standAlone and I am trying to access a shared folder on it via a Windows 7 client. However, not all the files in the folder are listed. Network traces shows that the client sends a close2 request after a FindFirst and few FindNext requests, stopping the search midway. This occurs only when I map the share. If i access it via Run, it works fine. Any idea as to what might be happening here?
Asked
Active
Viewed 397 times
0
-
What do you mean `Access via Run`? – MDMoore313 Mar 16 '15 at 14:42
-
Just that I press Start -> run -> type the address of the share(\\server\folder) to access it. – xerocool Mar 17 '15 at 02:57
1 Answers
0
Turns out there was problem with the one configuration parameter. The server was responding to open requests for files even though it was opening a directory. This caused the client to send a request to stop the enumeration in between.

xerocool
- 1
- 4