I am getting intermittent errors in a single threaded application that writes a large file on a share that is replicated by DFSR. The error is:
The process cannot access the file '\xxxxx\xxxx\xxx\xx\xxx.xxx' because it is being used by another process.
I suspect that this is due to DFSR attempting to replicate the file while my application tries to write it. Is this a known issue? How can I "prove" this is the cause?