How-To:
Change the number of days when the Adaptiva Server removes an inactive client from the workbench. By default, Adaptiva will purge inactive clients from the database every 21 days. If you wish to have this done more or less frequently, then perform the following steps.
Solution:
Edit the registry on the Adaptiva Server and search for the key HKLM\Software\Adaptiva\Server. Then find the value client_data_manager.inactive_client_duration and set the data to the desired time. Once done the Adaptiva Server Service needs to be restarted.
|
NOTE: This value is expressed in milliseconds. To calculate, take the number of days desired and multiply by 24 (hours in a day) times 60 (minutes in an hour) times 60 (seconds in an hour) times 1000 (milliseconds in a second). I.E. 30*24*60*60*1000=2592000000 for 30 days. |
The client purge is performed 30 seconds after Server service start up and then scheduled according to the value specified in the key client_data_manager.inactive_client_detector_recurrence_interval which by default is set to 86400000 milliseconds or 1 day.
Comments
0 comments
Article is closed for comments.