...
- Login to Adeptia Connect.
- Go to Configure Tab and click Developer Studio.
- Click Proceed to access Developer Studio.
- Click Administer > Setup > Application Settings > Update System Properties.
- Expand Maintainance > Archive Cleanup Properties.
Change the value of the following properties as per your need.
Property Name
Description
abpm.appmanagement.archiveLogCleanupCronExpression Define the time in the Cron expression when you want to run the archive log cleanup. For example, for 8 PM you need to define 0 0 20 * * ?. For information on Cron expression, click here. abpm.appmanagement.archiveLogCleanupPropertiesFile Define the name of the archive log cleanup properties file. archiveLog-cleanup.properties file contains the retain information about different log tables. By default, this file is located in .../AdeptiaServer-x.x/ServerKernel/etc folder. It is recommended not to change the value of this property. - Click Save to save the changes.
- Restart Kernel and WebRunner.
To change the properties of archiveLog-cleanup.properties file, go to .../AdeptiaServer-x.x/ServerKernel/etc/archiveLog-cleanup.properties file and change the properties as per your requirements. The below table shows the list of retain-time property of various logs within the log-cleanup.properties file.
Property Name
Logs
abpm.archive.logRetainTime Defines the retain time for archive log. If the value is left blank then it takes 30 days as the default retain time. abpm.archive.dataRetainTime Defines the retain time for archive data. If the value is left blank then retain time specified for log will be taken as data retain time. It is recommended to define same retain time for different logs to maintain the consistency within all logs. However, you can define different retain time for different logs.
- Save the file.
- Restart Kernel and WebRunner.