DBManager Service Improvement: AFW_MAP_PROVIDER_LOG
To control the number of records stored in the AFW_MAP_PROVIDER_LOG table, a setting has been made to the DBManager service. This service now runs a log cleanup task based on the settings provided in the ASDKLMTimer and ASDKLMDaysLog keys in the web.config file.
Configuration in the web.config file
A new set of keys has been introduced in the web.config file:
- ASDKLMTimer: This key determines the recurrence in seconds at which the log cleanup task will run. The default value is 86400, equivalent to 24 hours.
- ASDKLMDaysLog: This key sets the period in days for record retention in the AFW_MAP_PROVIDER_LOG table. The default is 15 days.
Automated Cleaning Task
- The AFW_MAP_PROVIDER_LOG table is automatically cleaned up based on the day retention policy set in ASDKLMDaysLog.
- The frequency of this task is determined by the configuration in ASDKLMTimer, ensuring efficient and automatic management of records.
NOTES OR ADDITIONAL INSTRUCTIONS
- Run the “aams_8.14.4.exe” file and follow the installer’s instructions.
- The executable file functions as both an installer and an update tool.
- This update applies only to databases in version 8.0.167