System Tools: Event Viewer
  • 22 Nov 2021
  • 4 Minutes to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

System Tools: Event Viewer

  • Dark
    Light

Article summary

Overview

The Event Viewer Folder houses various reports used by Administrators to troubleshoot within Decisions. To find these reports, navigate to System > Administration > System Tools > Event Viewer.

These reports will only contain information if the feature is used. For example, if there are no pending Scheduled Jobs, the Scheduled Job Log will not have any data to display in the report.

Event Viewer Report

The Event Viewer Report displays timestamped messages with different warning levels. The Folder actions on this report allow Administrators to capture SQL calls, API timings, and Flow Step Timings. 

2019-06-28_120709.PNG

System Activity Report

The Rows within this Report show thirty-second snapshots of Decisions usage statistics (Flows, Steps, Rules, Jobs, API Calls and RAM) inside the Portal. The Folder Actions on this Report allow Administrators to capture SQL calls, API timings, and Flow Step Timings.  

2019-07-01_11h44_21.png

Upgrade History Report

This Report displays the date and time of all version updates along with the version number of that update.

2019-06-28_130215.PNG

Boot History Report

The Boot History Report displays the date and time of when an Instance was restarted. It also lists the version number, IP Address, Machine Name, and the user account that initiated the restart.

2019-06-28_130232.PNG

Scheduled Job Log Report

This report displays detailed information about each job (pending or running) including start time and complete time if the job resulted in an error and what that error message is. For more information, reference the Setting Up Email Response Scheduled Job article.

2019-07-01_11h45_11.png

Cache Size Report

This is a report on the different cache definitions and the size they consume within Decisions. For more information, reference the Cache Definition article.

2019-06-28_130317.PNG

Thread Jobs Report

This is a report of all the active thread pools and their corresponding queued jobs. Within each thread queue, there is an action to run or clear the job.

2019-06-28_130549.PNG

Archived Entities

When an entity is marked as deleted it is also marked as archived and an archive date is automatically generated for 30 days in the future. This report shows those deleted entities, the date they were deleted and who deleted them. The available actions on each deleted entity are Set Archive Date, Unarchive, and Undelete. Alternatively, there is another way to Undelete an Entity within the Designer Folder itself. 

Account Login History

This report displays the time and date of user logins, who logs in and when a user logs out of the portal through the account icon.

2019-06-28_130636.PNG

Code Buckets

When Decisions compiles any custom structure or service, this compile will generate a cs file dynamically and place this file in code buckets. The report displays all code bucket files that have been compiled inside Decisions. Within this report, there is the ability to edit or delete the compiled code.

Warning
It is not recommended to edit or delete compiled code unless you are an advanced user.

2019-06-28_131328.PNG

Message Queues

This report will show the name of queues that have been integrated with, like RabbitMQ or MSMQ, and how many messages are queued up to process.  Learn about setting up messaging.

2019-08-27_133005.PNG

Client Events

This report shows a list of activity occurring on each user session. All of the events being sent to the browser session while a user is logged in will be listed here.

2019-07-01_12h45_19.png

Lock Service Details

This report displays any entity that has been locked, the duration of the lock, along with who locked it. Learn about object lock services

2019-08-27_101510.PNG

Report Activity

A current snapshot of all reports that are currently being run and in system memory. This report includes information such as the report name, its ID, and how much memory the report is using.

image (1).png

Report Execution Statistics

Though similar to the Report Activity report above, this report also includes historical data from reports that are no longer in memory.

2019-06-28_131517.PNG

Report Structure

Detailed information on any report in the portal. This report includes data type, data source, fields, and more.

2019-07-01_113831.PNG

Data Structure Status

This report shows every data structure within Decisions in one place including whether or not they are compiled. Actions on this report include modifying and viewing the data structure as well as attempting to re-compile if it is unloaded.

2019-07-01_113916.PNG

Orphan Entities

Orphaned Entities are entities that were once in a folder, but the folder that contained them has since then been removed.
2019-07-01_113958.PNG

Code Compile Results

All generated structures and integrations will compile code within the Decisions platform. Any integration that creates flow steps or data types will trigger a code compile. This report shows a list of the files that have been compiled, and whether or not any of them ran into any issues.

Code Bucket Install History

As new code buckets get generated by user actions (created datatypes) or by generated services (integrating with databases), the compiled code gets installed into Decisions. This report will show when a new code has been compiled and installed.

Heaviest DB Queries

Different queries submitted to a database can take up varying amounts of CPU Time and Run Time. This Report consolidates and lists the top 10 Heaviest DB Queries, their Average CPU Time, Average Run Time, and the number of times the query was executed. To execute these queries, users need special permission to view the server state on the Master DB. Use [master] GO GRANT VIEW SERVER STATE TO [<SpecifyUserName>] GO.


Was this article helpful?