Hello,
I have created a scheduled task under windows server 2012r2 to execute the below:
C:\Temp\FreeFileSync\FreeFileSync.exe Sync_SQLPRD1_E_Apps_with_SQLPRD2.ffs_batch
I get the 2147942403 and no sync is done:
Task Scheduler successfully completed task "\FreeFileSync SQLPRD1 E Apps with SQLPRD2" , instance "{6f36da1b-a7de-49f8-8f62-6988b5bf19db}" , action "C:\Temp\FreeFileSync\FreeFileSync.exe" with return code 2147942403.
The task runs under domain admin account with access to all paths.
Version is 10_12 donated edition portable
I checked the manual and made several retries but no luck. Running from the GUI it works fine.
Any ideas?
Thanks in advance,
papacham
Batch Sync error 2147942403
- Posts: 2
- Joined: 29 Aug 2019
- Posts: 2
- Joined: 29 Aug 2019
Resolved:
The batch option requires also the full path i.e.:
"C:\Temp\FreeFileSync\FreeFileSync.exe" "C:\Temp\FreeFileSync\XXXX.ffs_batch"
The "LastError.log" file in FreeFileSync folder helped me on this...
Regards,
The batch option requires also the full path i.e.:
"C:\Temp\FreeFileSync\FreeFileSync.exe" "C:\Temp\FreeFileSync\XXXX.ffs_batch"
The "LastError.log" file in FreeFileSync folder helped me on this...
Regards,
- Site Admin
- Posts: 7285
- Joined: 9 Dec 2007
For the record:
2147942403 = 0x80070003 = FACILITY_WIN32: ERROR_PATH_NOT_FOUND
2147942403 = 0x80070003 = FACILITY_WIN32: ERROR_PATH_NOT_FOUND