Common:FC will pause when FC report error code 53.
BugReport:
Version Info (principle, latest ver) : FastCopy 3.92_x64
OS/Environment : Microsoft Windows Storage Server 2016 Standard
Error Message / Logs:
=================================================================
<Source> Y:\\C1495D1APK1\\C115G\\C115G052\\C115G052BB\\
<DestDir> F:\\ACF_CF\202105\20210527\\C1495D1APK1\\C115G\\C115G052\\C115G052BB\\
<Command> Move (Overwrite)
-------------------------------------------------
ReadFile(找不到网络路径。53) : Y:\C1495D1APK1\C115G\C115G052\C115G052BB\GRAYIMAGE\C3311C115G052BBDM.JPG
Aborted by User
TotalRead = 243 MiB
TotalWrite = 67 MiB
TotalFiles = 416 (4)
TotalDel = 66 MiB
DelFiles = 416 (1)
TotalTime = 14:50:08
TransRate = 0.00 MiB/s
FileRate = 0.01 files/s
Result : (ErrFiles : 2 / ErrDirs : 0) at 2021/09/15 08:54:09
=================================================================
Error Details / Situations:
I wrote some Git Bash scripts, the scripts use FC software to move files from SMB NAS server to local disks. "Y:\" Disk is a SMB netdrive. F:\ disk is a local drive. The scripts run well, but sometimes we met some error "ReadFile(找不到网络路径。53) : Y:\C1495D1APK1\C115G\C115G052\C115G052BB\GRAYIMAGE\C3311C115G052BBDM.JPG". In English, "ReadFile(找不到网络路径。53) " means "ReadFile(can not find network path. 53)". Maybe 53 is the error code.
I know FC software doesn't make this error. But my question is:
When this error occurs, the FC software will pause immediately. we must click the cancel Button and re-click run button in FC GUI software panel. And when we re-click the run button, the FC software will run well. So When this error occurs, how can FC software ignores this error and move the next files automatically?
Specified Params : move, no_ui, logfile=..., force_start=32
Below is my FC commands in the scripts:
/d/cf_copy/fast_copy/fastcopy.exe //cmd=move //no_ui //logfile=$log_dir"\\CF-3.log" //force_start=32 "$move_dir1" /to=$des_dir\\$prefix_dir_name
Reproduction Steps :
Sorry, I cannot repeat the error, because it occurs occasionally.
Hope to get your help, tks
And have a nice day~