Skip to main content

Script Failure Assessment - Last 30 Days

Summary

This Dataview is similar to the Script Failure Assessment, with the key difference being that it provides a detailed analysis of script failures over the past 30 days. In contrast, the Script Failure Assessment relies on the retention period specified in the Scripts property on the dashboard. This Dataview was created to address the limitation of the Scripts property retention, which is often set to just 7 days, making it challenging to assess script failures over a month.

Dependencies

Columns

ColumnDescription
ScriptIDScript ID
ScriptScript Name
Is Computer ScriptIs this a computer script? (0/1)
Is Offline ScriptIs this an offline script? (0/1)
Total Affected ComputersCount of distinct computers on which the script has run
Total RunsTotal number of runs
Total FailuresTotal number of failures
Total Failure %Overall Failure Percentage
Script StepThe step where the script failed
Script FunctionFunction that failed
Step Failure CountNumber of failures on the same script step
Step Failure %Percentage of script failures on the same step
SQL Execution FailuresTotal number of times it failed to execute SQL query
SQL Execution Failures %Percentage of failures due to SQL query execution failure
Kill Command IssuedTotal number of times the script failed due to a timeout (either the computer went offline during command execution or the execute script function ran for over 6 hours)
Kill Command Issued %Percentage of failures due to the Kill Command being issued
First Failure DateDate of the first failure
Last Failure DateDate of the last failure
Time Period DaysNumber of days since the data collection started