Stop the scheduler - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

The scheduler enables the following tasks to run:

  • Scheduled runs
  • Scheduled backups
  • Scheduled cleanup of interactive runs
  • Scheduled import of LDAP/AD users

By default, when you start Data360 Analyze the scheduler is running.

If needed, you can stop or start the scheduler by using the "cust.prop" file, or the UI, as follows:

Using the "cust.prop" file

  1. Navigate to the "cust-host-paths.prop" file located at:

    <Data360Analyze site configuration directory>/conf/cust.prop

    For example: C:/Users/<username>/Data360Analyze/site-7731/conf/cust.prop

  2. Add the following property on a new line:

    ls.lae.schedules.schedulerInitiallyPaused=true

    When this property is set to true, scheduled tasks will not run when Data360 Analyze is started.

  3. Restart Data360 Analyze for the changes to take effect.

To turn the scheduler back on, set the schedulerInitiallyPaused property to false:

ls.lae.schedules.schedulerInitiallyPaused=false

Using the UI

To stop or start the scheduler:

  1. Click Schedules > Settings.

    Scheduling displays in the right-hand panel.

  1. Select Enable Scheduler or Disable Scheduler, as required.

Any scheduled activities that have already started will continue until completed.

Note: If the system is restarted, the setting that is defined in the "cust.prop" file will be used. This means that if you want a setting to persist after restart, you need to ensure the correct value is entered in "cust.prop".