Configuring Automatic Updates Using Windows Task Scheduler
|
Previous Top Next |
4) The above screen lets you set your desired data retrieval time (8:00pm EST for everything) and fine-tune the frequency of task updates per day. Make your selections and click [Next].
5) Choose Start a program from the following screen and click [Next]:
6) Enter the following specification (C:\UA\CSiEZ.exe) for the Program/Script, or click [Browse] to navigate to CSiEZ.exe if you've installed UA on a different drive or in a different directory:
Add one of our enumerated data release schedules to the Add arguments(optional) field to command the software to wait for a particular data release. The number used corresponds to our data release posting schedule located here: Data Release Schedule
where a 1 will wait for the first data release. Using a 6 will wait, after the task is launched, for the moment the estimated 8pm EST data release is ready. If you choose to not specify any number, the task will immediately download what is available at the time it is launched.
Consult CSI's Data Release Schedule to discern the best time for your daily access, keeping in mind that CSI uses Eastern Time.
Add the UA installation directory to the Start In (optional) field.
7) A final screen will display confirming your scheduled task. Click [Finish] to complete the scheduling.
|
Set ua = CreateObject("UA.Api2")
|
err = ua.UpdateDatabase()
|
|
Alternative AutoSchedule feature if not using Task Scheduler
|
Previous Top Next |