Security Compliance

How to change the Database Maintenance Job Schedule in ARM

This article explains how to change the Database Maintenance Job Schedule in ARM

First published date

1/20/2021 4:48 PM

Last published date

1/20/2021 4:48 PM

Overview

  • Sometimes for different performance or other reasons, the default schedule of the Database Maintenance Job in ARM of 5:00 AM might be changed.

Product section

Access Rights Manager

Resolution

To be able to change the scheduled time of the Database Maintenance Job please follow the steps below on the ARM Server:
  1. Open the file pnServer.config.xml (location: C:\ProgramData\protected-networks.com\8MAN\cfg) in text editor.
  2. Add below option above the </config> making sure to adjust the time to meet your requirements.

    <options.DataBaseCleanupExecutionTime>21:00</options.DataBaseCleanupExecutionTime>
     
  3. Save the file.
  4. Restart the ARM-Service on the ARM Server. The schedule will be changed to the desired one.