Author |
Message |
grebluts
Joined: 18 Jun 2012 Posts: 14
|
Posted: Tue Jul 31, 2012 3:08 pm Post subject: Schedule Full Comparison |
|
|
I have a scheduled profile set to file level incremental comparison.
I would like this schedule to perform a full comparison at night.
I see there is an option to enter some code in the schedule to do this.
Can you please provide me an example of what this code should be?
I have reviewed the variable commands in you help system but I am not sure what ones to use.
Thanks. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Aug 01, 2012 5:00 am Post subject: |
|
|
You need the latest VVEngine 2.1 Build 2102 or newer for this.
In the Full Recomparison Condition of the VVEngine Scheduling Options enter:
hour >= 0 AND hour <= 7
(this is true between midnight and 7:59 am)
A "Full Recomparison" will be performed between these times if the profile runs.
Question: is the profile running incrementally at night multiple times?
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
grebluts
Joined: 18 Jun 2012 Posts: 14
|
Posted: Wed Aug 01, 2012 12:50 pm Post subject: |
|
|
The schedule runs every 6 minutes. So if i want the full comparison to start at 2am I should set command to look like this?
hour >= 2 AND hour <= 3 |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Aug 01, 2012 2:26 pm Post subject: |
|
|
Yes, that will force a full re-comparison for every run that happens between 2am and 3am. The condition itself does not actually schedule a run: it forces a full re-comparison if the condition is true and the profile is running. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
grebluts
Joined: 18 Jun 2012 Posts: 14
|
Posted: Wed Aug 01, 2012 2:47 pm Post subject: |
|
|
Thank you.
My full comaprison takes a couple of hours. I have 1.14 million files to compare so the comparison will take place only once starting the first run of the scheduled profile after 2am. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
|