Scheduling Automatic Electronic Updates

FlexNet Code Insight 6.13.2

To configure the system to automatically process electronic updates, the following settings need to be set in the <Code Insight_ROOT_DIR>\<version>\config\core\core.properties file:

auto.update.enabled = true auto.update.jobFrequency = 0 0 12 ? * SUN

Note • If an update has never successfully completed on this server, the property above does not apply (even when set to “true”).

Use the cron expression format to define the frequency for processing the update data. By default, the update is set to run every Sunday at noon (12pm).

Refer to http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html for further information about the cron expression format.