Setting Information
- Setting available from Version 3.4
- Database Setting
Detailed Information
With this Setting enabled, your Portal will check the Runbook Status periodically in the Background, and you or your Users don’t have to click the “Information” icon again.
To enable this Setting, please run the following SQL Query against your au2mator Database.
USE [*au2mator Databasename*] GO UPDATE [dbo].[Settings] SET [SettingValue] = ‘True’ WHERE [SettingKey] = ‘RBStatusSyncTime’ GO
After this, please restart your IIS Application, afterward this Setting will take effect.
The Portal will check every 30 Minutes for the Runbook Status; we will recommend not to change this Setting.
Something More
- Restart IIS Service after changing the Settings