⚐ Note: This parameter is available from the database version 9.5.34.
The process of consolidating historical software usage information limits the number of records to be processed per batch for consolidation in the database. Adjust the parameter ASM_LotSizeToConsolidate
in the table AFW_SETTINGS
.
- Enter the database and run
UPDATE AFW_SETTINGS SET sett_value = XXXXX WHERE sett_key = 'ASM_LotSizeToConsolidate'
Where sett_value is the number of lots to be consolidated for each execution.