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
Last published date
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
Resolution
- Open the file pnServer.config.xml (location: C:\ProgramData\protected-networks.com\8MAN\cfg) in text editor.
- Add below option above the
</config>making sure to adjust the time to meet your requirements.
<options.DataBaseCleanupExecutionTime>21:00</options.DataBaseCleanupExecutionTime>
- Save the file.
- Restart the ARM-Service on the ARM Server. The schedule will be changed to the desired one.