Why Does SQL Monitor Try To Log Into DB during Maint Window?
EdCarden
Posts: 138 Silver 2
I have a maintenance window defined on my SQL Monitor 4.1.1 instance for 10 minutes starting at 2:00AM. Today I find that SQL Monitor is not monitoring because its attempt to login was denied and thats because it tried to login at 2:02AM during the defined maintenace window.
Am I missing something or is the maintenance window used for telling SQL Monitor when it should not try to access the SQL Server(s) it is monitoring?
Am I missing something or is the maintenance window used for telling SQL Monitor when it should not try to access the SQL Server(s) it is monitoring?
Comments
I assume SQL Monitor is built with teh assumption that the SQL Servers its monitors will never go off line or down and so if it fails to connect the you have to manually force it to re-try the login or edit the 'reconnectAfterAuthorizationError' setting located in the 'RedGate.Response.Engine.Alerting.Base.Service.exe.settings' file. At least that was the solution for SQL Monitor 3 so I assume its the same for version 4 but if thats wrong please reply.
It shouldn't be trying to connect during the maintenance window at all, so that's a bit strange, but the 'reconnectAfterAuthorizationError' solution should solve it regardless.
It might also be worth setting the maintenance window for a few minutes longer to check if that could solve the problem.
Hope that helps.
Thanks,
Evan
Product Support
(866) 627-8107
Evan,
Updating the reconnectAfterAuthorizationError value in the config file is what stopped this Alert from being raised again. We reboot the system regularly and not once has this alert been raised during the maintenance window since I changed reconnectAfterAuthorizationError in that file.
Ed