Skip to main content

Script Failure Assessment

Summary

The dataview presents a detailed analysis of script failures over the past 'X' days, based on the script history logs. It counts the number of failures at each step and highlights the steps where scripts are most frequently failing across all machines. The retention period for the logs, represented by 'X', is user-defined.

Image

Columns

ColumnDescription
ScriptIDScript ID
ScriptScript Name
Is Computer ScriptIs this a Computer Script? (0/1)
Is Offline ScriptIs this an Offline Script? (0/1)
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 the SQL query
SQL Execution Failures %Percentage of failures due to SQL query execution failure
Kill Command IssuedTotal number of times it failed because of timeout (either the computer went offline during a command execution or an execute script function ran for over 6 hours)
Kill Command Issued %Percentage of failures because the Kill Command was issued
First Failure DateFirst Failure Date
Last Failure DateLast Failure Date