Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click Accounts > Settings.
  2. Expand the Server Node Settings in the left panel.
  3. Select the server node.
  4. Click Edit.
  5. Click  to expand Maintenance.
    Image RemovedImage Added
  6. Click  to expand the Archive Cleanup Properties.
    Image RemovedImage Added
  7. Change the value of the following properties as per your need. 

    Property Name

    Description

    abpm.appmanagement.archiveLogCleanupCronExpressionDefine 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.archiveLogCleanupPropertiesFileDefine 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.


  8. Click Save to save the changes.
  9. To reload the configuration, click Reload Configuration link.
    A confirmation message is displayed that the configuration has been reloaded.
  10. Restart the Connect Server.
  11. 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.logRetainTimeDefines the retain time for archive log. If the value is left blank then it takes 30 days as the default retain time.
    abpm.archive.dataRetainTimeDefines 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.

  12. Save the file.
  13. Restart the Connect Server.