Customize Retention Days for a Job Status Report
The default retention days for retrieving job status report is 180 days. You can modify the number of retention days that is available in the configuration mentioned in ConsoleConfiguration.xml from the following location:
Program Files\Arcserve\Unified Data Protection\Management\Configuration\ConsoleConfiguration.xml
According to your requirement, you can modify the number for retention days in the configuration.
<PurgeConf>
<!-- retentionDays, defalut value is 180 (180 days). The unit is day.
Number of days to retent data for console database.-->
<retentionDays>180</retentionDays>
<!-- purgeHourOfDay, defalut value is 0 (0:00 a.m.).
Execute purge job on this time point every day.-->
<purgeHourOfDay>0</purgeHourOfDay>
</PurgeConf>