R
Rob Fitzpatrick
Guest
In addition to running Process Monitor on the client side (a good suggestion), you could also look at the network layer with a rolling trace in Wireshark or tcpdump using a ring buffer. Then when the problem happens again, open the trace in Wireshark and find the transfer of the file in question. You should be able to see SMB requests/responses, and the errors if any (if it is a network problem). At that point you can hand over the issue to your network admin.
Continue reading...
Continue reading...