Troubleshoot scheduled email from dashboard designer
search cancel

Troubleshoot scheduled email from dashboard designer

book

Article ID: 253986

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Need a way to troubleshoot a scheduled job in dashboard designer.

Environment

Release: 20.4
Component: Dashboard Designer

Resolution

The dashboard.log will have the details of the error, but the jobs can be found in the following:

SELECT * FROM umpdashboardjob
SELECT * FROM umpdashboardjobaction
SELECT * FROM umpdashboardjobrun
SELECT * FROM umpDashboardJobRunActionLookup

The umpdashboardjobaction table will display any errors that are encountered during the job run.