I got several synchronization errors while execute the file sync task.
Some other files in this directory can be copy to the destination, but only 2 are failed.
Here's the error log of the case:
|10/21/2013 - NYC: Synchronization completed with errors
[7:15:07 AM] Info: Creating file '\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Infragistics.Win.Misc.v3.2.xml'
[7:15:12 AM] Error: Cannot move file
'\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Infragistics.Win.Misc.v3.2.xml.ffs_tmp' to
'\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Infragistics.Win.Misc.v3.2.xml'.
Error Code 1920: The file cannot be accessed by the system. (MoveFileEx)
[7:17:35 AM] Info: Creating file '\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Current\Infragistics.Win.UltraWinMaskedEdit.v3.2.xml'
[7:17:38 AM] Error: Cannot move file
'\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Current\Infragistics.Win.UltraWinMaskedEdit.v3.2.xml.ffs_tmp' to
'\\hkgapp245\NAFnP\NYC\dept\COMMONOFFICE\IPP\Current\Infragistics.Win.UltraWinMaskedEdit.v3.2.xml'.
Error Code 1920: The file cannot be accessed by the system. (MoveFileEx)
May I know what's the cause of issues?
Error Code 1920: The file cannot be accessed by the system. (MoveFileEx)
- Posts: 2
- Joined: 23 Oct 2013
- Posts: 2
- Joined: 23 Oct 2013
Can Anyone give me some advice for the above problem?
Thanks a lot.
Thanks a lot.
- Posts: 3
- Joined: 7 Nov 2013
I am having the same problem. I can manually copy the files from source to destination but freefilesync seems to have trouble doing that!
- Site Admin
- Posts: 7281
- Joined: 9 Dec 2007
The network device seems to have a problem with FFS's sequence of first creating a .ffs_tmp file followed immediately by a rename operation. You can probably solve this error by disabling "fail-safe file copy" in global settings, but then... well, the file copy is not fail-safe anymore and will corrupt a file in case of a crash. This behavior is not worse than what Windows Explorer does, but still not good enough.