Changing Data Insight refresh intervals

To change the schedule for the data refresh from the
Veritas Data Insight
Management Server, update the properties in the
DataInsightDataRefresh.properties
file on the Enforce Server.
The
DataInsightDataRefresh.properties
file is located in folder
SymantecDLP\Protect\config
in a default Windows installation.
By default, the start time for the data refresh is daily at 1:00 A.M. If the data refresh does not finish by 7:00 A.M. (default), then the data refresh process is interrupted and the reports are built. On the weekends, no cutoff is set by default, to allow the data refresh process to complete over a weekend. The defaults are set to have the reports available at the start of each work day.
If the start value is "none" then no data refresh starts on that day.
The following example contains data refresh start lines in the properties file:
data_refresh.start.sunday = none data_refresh.start.monday = 1:00 AM
To specify no cutoff, set the value to "none" in the cutoff lines in the file.
The following example contains data refresh cutoff lines in the properties file:
data_refresh.cutoff.sunday = none data_refresh.cutoff.monday = 7:00 AM