Background Monitor Setup

AI Doc Summarizer Doc Summary

Swedish Business Central view name: Background Monitor Setup

Overview #

Background Job Queue Monitor enables monitoring and automatic handling of Job Queue Entries in Microsoft Business Central.
It is designed to detect jobs that are stuck, failing, or running longer than expected, and optionally restart them automatically and notify users by email.

The Background Monitor Setup page defines the global rules and behavior of the monitor.
It does not select which jobs are monitored, that is done per Job Queue Entry.


Prerequisites #

Before the monitor can run:

  1. The Background Job Queue Monitor extension must be installed
  2. A valid license must be activated
    (found under Licenses in Background Monitor Setup)
  3. Background Monitor Setup must be configured
  4. The monitor must be enabled
  5. The monitor schedule must be started manually by the customer

The schedule must be started by the customer using
Start/Update Job Queue Monitor Schedule.
This cannot be triggered externally.


General #

These settings control how the Background Job Queue Monitor behaves globally.

FieldDescription
EnabledActivates or deactivates the Background Job Queue Monitor.
Job Queue Max TriesMaximum number of restart attempts per job. Set to 0 for unlimited retries.
Job Queue General Runtime Max (min)Maximum allowed runtime before a job is considered not responding and restarted. 0 disables runtime monitoring.
E-mail Recipient ListEmail addresses that receive error notifications. Multiple addresses separated by ; or ,.
Email on ErrorMust be enabled to send error notifications.
E-mail Re Occurrence (Minutes)How often error emails are resent while the issue persists. Default: 15 minutes.
Daily E-mail SummarySends a daily summary of monitor events.
Daily E-mail TimeTime of day when the daily summary email is sent.

Table Monitor Entries #

Table Monitor Entries allow volume-based monitoring. For example, detecting if too few or too many records are created within a time interval.

Typical use cases:

  • Detect missing order inflow
  • Detect unexpected data spikes
  • Monitor integration throughput

Fields #

FieldDescription
EnabledActivates monitoring for this entry.
CodeUnique identifier for the monitor rule.
DescriptionDescription of what is being monitored.
Table No.Business Central table being monitored.
Monitor Start TimeTime when monitoring starts.
Monitor End TimeTime when monitoring ends.
Last Alarm TypeType of the last triggered alarm.
Last Alarm CountNumber of alarms triggered.
Last Alarm Date TimeDate and time of the last alarm.
Normal Minimum Count Entries during IntervalTriggers an alarm if record count is below this value during the interval. 0 disables the check.
Normal Maximum Count Entries during IntervalTriggers an alarm if record count exceeds this value. Use a large number to disable max checks.

How to activate or configure Job Queue Monitor #

Scroll to Top