IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: Alerts and Email Alerts not Triggering

App Control: Alerts and Email Alerts not Triggering

Environment

  • App Control Server: All Supported Versions

Symptoms

  • Alerts are not triggering.
  • Emails for Alerted Events are not sending.
  • AlertExecute scheduled task last run time, is over 24 hours prior

Cause

AlertExecute and AlertGetNotifications are in an Execution Group with other tasks. If the other tasks take too long to complete, it will restart the whole group, causing the later tasks to not start until the previous ones complete. 

Resolution

Move the AlertExecute and AlertGetNotifications tasks into their own Execution Group:
  1. Take a full backup of the DAS database.
  2. Login to the application server hosting the Console as the Service Account and stop the services: App Control Server and App Control Reporter.
  3. Using SQL Management Studio run the following against the DAS database:
    use das;
    update dbo.scheduled_tasks set execution_group = 'alerts' where task = 'AlertExecute'
    update dbo.scheduled_tasks set execution_group = 'alerts' where task = 'AlertGetNotifications'
    
  4. Start the services: App Control Server and App Control Reporter

Related Content


Labels (1)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-08-2020
Views:
1413
Contributors