Hi,
We're experiencing a really strange issue with robocopy.
It doesn't move all the file that are in the source directory. It only moves only certain files without any logic about which files are choosen...
The files are generated from SAP on the SAP server. They are put in a folder that is exported via NFS. This exported folder is mounted on a Windows 2012 R2 server (drive letter Z:\).
We use Robocopy to move the files from Z:\Folder\subfolder to D:\winfolder\winsubfolder.
No fancy option is used. The commande is just "robocopy Z:\Folder\subfolder D:\winfolder\winsubfolder FILES* /MOV".
Last time we tried that, it only moved 10 files out of 42, some of those were there for more than 24 hours...
We already tried different things ("dir Z:\Folder\subfolder > nul" before launching the robocopy command, the "/fft" option, "/is" option...) but nothing worked...
We really don't understand what's going on...
It works fine with the command "move".
Any idea?
Arnaud
We're experiencing a really strange issue with robocopy.
It doesn't move all the file that are in the source directory. It only moves only certain files without any logic about which files are choosen...
The files are generated from SAP on the SAP server. They are put in a folder that is exported via NFS. This exported folder is mounted on a Windows 2012 R2 server (drive letter Z:\).
We use Robocopy to move the files from Z:\Folder\subfolder to D:\winfolder\winsubfolder.
No fancy option is used. The commande is just "robocopy Z:\Folder\subfolder D:\winfolder\winsubfolder FILES* /MOV".
Last time we tried that, it only moved 10 files out of 42, some of those were there for more than 24 hours...
We already tried different things ("dir Z:\Folder\subfolder > nul" before launching the robocopy command, the "/fft" option, "/is" option...) but nothing worked...
We really don't understand what's going on...
It works fine with the command "move".
Any idea?
Arnaud