Agresso report queue


Job details

Name: Agresso report queue
Platform: Sqlserver
Category: Agresso
Description: Monitors and checks pending or running reports. Returns warning or alarm if the elapsed time exceeds defined thresholds.
Long description: Monitors and checks pending or running reports. Returns warning or alarm if the elapsed time exceeds defined thresholds.
Version: 2.21
Default schedule: 4,9,14,19,24,29,34,39,44,49,54,59 7-17 * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sqlserver’]/instance[maj_version > ‘2012′ & hasengine=‘YES’ & (engine_edition = ‘Microsoft SQL Server’ engine_edition = ‘Azure SQL Managed Instance’)]

Parameters

Name Default value Description
warning threshold 60 Elapsed time warning threshold for running reports (in minutes).
alarm threshold 180 Elapsed time alarm threshold for running reports (in minutes).
time threshold 24 Only reports started within the “time threshold” (in hours) will be checked.
database name agrprod Name of the database where the Agresso application is installed. You can specify a list of databases (separated by comma). You can use % (percent sign) to represent wild card characters.

Job Summary

select report_name "Name", client "Client", date_started "Started", duration "Duration", server_queue "Server", user_id "User", db_name "Database", status "Status" from agresso_acrrepord_tab order by status desc, duration desc

Key Features

Dependency Overview

Dependency Type Object Description Cleanup on Fail
Active Reports agresso_acrrepord_tab Contains information about active reports with status W true
Main Procedure agresso_acrrepord_check The central procedure that implements the monitoring logic true
Database Information agresso_acrrepord_db_info Holds details about the Agresso database configurations true

Procedural Implementation

Reporting Details

Installation and Compatibility

With these features, the dbWatch job ensures robust monitoring and management of Agresso report executions, supporting database administrators in maintaining high performance and availability.