Network Management
Alert does not trigger or reset due to User account is disabled
This article describes the issue where alerts do not trigger or reset. You also get the following error in AlertServiceV2.log: Condition evaluation failed : User account is disabled.
First published date
Last published date
Overview
For verification purposes check AlertServiceV2.log: look for user account is disabled error as it shown here SolarWinds.Orion.Core.Alerting.Plugins.Conditions.Swql.ConditionEvaluatorSwql - Condition evaluation failed : User account is disabled.
Product section
Cause
Resolution
Resolution:
1. Open Database manager and open new query and run the following SQL statement:
1 update AlertConfigurations
2 set createdby=('select top 1 accountid from accounts') -- or any enabled account
2. Duplicate and Edit the Alert so that the current user will be the new creator of the copied alert.