Search found 19 matches

by somemirtexx
15 Apr 2010, 12:54
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

You're right, this works like a charm:

:restart
"C:\Program Files\FreeFileSync\FreeFileSync.exe" "C:\Program
Files\FreeFileSync\SyncIL-UA.ffs_batch"
@if not errorlevel 0 (
sleep 2
goto restart
)
by somemirtexx
15 Apr 2010, 12:03
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Exactly. Same as RTS won't retry sync.
by somemirtexx
15 Apr 2010, 10:51
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

'forgot the error line:
Windows Error Code 64: The specified network name is no longer available.
Info: Generating database...
Warning: Synchronization completed with errors!
Stop (Total time: 00:07:19)
by somemirtexx
15 Apr 2010, 10:50
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

'Tried to implement but this won't work. Looks like FFS won't return
errorlevel, for both .bat and RTS. Log:
Error: Error copying file:
Info: Generating database...
Warning: Synchronization completed with errors!
Stop (Total time: 00:07:19)

And after that sync won't reoccur.
by somemirtexx
15 Apr 2010, 09:18
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Ok, great, 10nx.
by somemirtexx
15 Apr 2010, 06:56
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Thanks, Zenju.
However Retry option is still not available for a batch jobs.
by somemirtexx
14 Apr 2010, 14:17
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

1. Yes, but that will leave ffs_tmp files...
3. Sorry, I meant ffs_tmp.

So, will something of this be implemented in 3.7?
by somemirtexx
14 Apr 2010, 07:20
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Hello Zenju, I checked the sources, wanted to see if I can commit this change by myself, but =) It'll take long to get into code. Just to make things clear, my changes proposal is: 1. Automatic retry option for FFS's batch processing to overcome "Windows Error Code 64: The specified network nam...
by somemirtexx
09 Apr 2010, 08:35
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Cool, 10nx
by somemirtexx
09 Apr 2010, 06:41
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Zenju, any ETA please?
by somemirtexx
07 Apr 2010, 07:12
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Great, thanks!
When will it be released?
by somemirtexx
06 Apr 2010, 14:43
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Well, in case of retry it can check <Filename>.ffs_tmp* and clean them up.

Zenju, is it possible that you will implement this retry (in batch) option
along with the cleanup in a nearest future?
by somemirtexx
02 Apr 2010, 12:39
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Well, it does it's job, but after the reconnection and pressing Retry, FFS
leaves ffs_tmp file in the destination.
Also, the retry doesn't work at all if the network failed during the Compare
phase.
by somemirtexx
02 Apr 2010, 11:59
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

I rechecked, FFS doesn't work correctly on bad connection (though does
fantastic job on good connection or locally).
If you could add some robustness to the copy, it would be great (like in MS's
robocopy, it works great on bad connections).
by somemirtexx
02 Apr 2010, 08:46
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Thanks! Yes, I do understand this... This indeed would be a great option. This is the part of the log: "Windows Error Code 64: The specified network name is no longer available." This happens due to the bad network connection. FFS will write the tmp file on the destination and leave it the...
by somemirtexx
01 Apr 2010, 10:47
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

I don't get any. The batch job is configured to Ignore errors, whilst I need
to silently Retry for every error.
by somemirtexx
01 Apr 2010, 10:14
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Yup, I'm using the last version.
No man, it's not about "not existing" dir. It's about network outages during
the copy.
by somemirtexx
01 Apr 2010, 06:38
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

Re: HandleError - need to retry

Thanks for the reply.

No, I mean the Retry option during synchronization when done from
FreeFileSync. However there is no such option for RealTimeSync, although, I
guess, there should be one. And it should be "Retry for all errors", no pop-
ups.
by somemirtexx
31 Mar 2010, 13:35
Forum: Help
Topic: HandleError - need to retry
Replies: 31
Views: 5354

HandleError - need to retry

Hello guys and thanks for the wonderful soft!

Is there a possibility to handle errors in a batch file with the retry. This
would be a great feature for a sync over bad/slow connections.

Thank you for your help in advance.