보고서 실행 오류 수

Microsoft.SQLServer.2014.ReportingServices.UnitMonitor.DeploymentWatcher.NumberOfFailedReportExecutions (UnitMonitor)

전체 보고서 실행 수 비율로 표현되는 보고서 실행 오류 수가 임계값보다 높은 경우 모니터가 알림을 제공합니다. 여러 번 연속 확인이 실패한 경우에만 모니터가 알림을 발생시키고 상태를 변경합니다.

Knowledge Base article:

요약

전체 보고서 실행 수 비율로 표현되는 보고서 실행 오류 수가 임계값보다 높은 경우 모니터가 알림을 제공합니다. 여러 번 연속 확인이 실패한 경우에만 모니터가 알림을 발생시키고 상태를 변경합니다.

원인

보고서를 실행하지 못하는 이유는 다양할 수 있으며 그 이유 중 몇 가지는 다음과 같습니다.

해결 방법

다음 TechNet 문서는 보고서 렌더링을 수행할 수 없는 이유와 동일 항목 수정 방법을 식별하는 데 수행할 수 있는 다양한 문제 해결 단계를 다룹니다.

http://technet.microsoft.com/library/ms156290(v=sql.105).aspx

http://technet.microsoft.com/library/cc879329(v=sql.105).aspx

http://technet.microsoft.com/library/cc879330(v=sql.105).aspx

http://technet.microsoft.com/library/cc879331(v=sql.105).aspx

http://technet.microsoft.com/library/cc879328(v=sql.105).aspx

http://technet.microsoft.com/library/cc879334(v=sql.105).aspx

재정의 가능한 매개 변수

이름

설명

기본값

사용

Enables or disables the workflow

1

알림 생성

Defines whether the workflow generates an Alert

간격(초)

워크플로를 실행하는 반복 시간 간격(초)입니다.

300

샘플 수

상태가 변경되기 전 측정된 값이 임계값을 위반한 횟수를 나타냅니다.

6

동기화 시간

The synchronization time specified by using a 24-hour format. May be omitted.

 

임계값

전체 보고서 실행 수 비율로 표현되는 보고서 실행 오류 수가 임계값보다 높은 경우 모니터가 알림을 제공합니다.

50

데이터베이스 연결 시간 제한

지정된 시간 간격 동안 데이터베이스에 액세스할 수 없는 경우 워크플로가 작업을 수행하지 못하고 이벤트를 등록합니다.

200

Element properties:

TargetMicrosoft.SQLServer.2014.ReportingServices.DeploymentWatcher
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SQLServer.2014.ReportingServices.MonitorType.DeploymentWatcher.NumberOfFailedReportExecutions
RemotableTrue
AccessibilityPublic
Alert Message
SSRS 2014: 보고서 실행 오류 수가 너무 높음
보고서 실행 오류 수({0}\%)가 너무 높습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2014.ReportingServices.UnitMonitor.DeploymentWatcher.NumberOfFailedReportExecutions" Accessibility="Public" Enabled="true" Target="SQLRS!Microsoft.SQLServer.2014.ReportingServices.DeploymentWatcher" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SQLServer.2014.ReportingServices.MonitorType.DeploymentWatcher.NumberOfFailedReportExecutions" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2014.ReportingServices.UnitMonitor.DeploymentWatcher.NumberOfFailedReportExecutions.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ExecutionFailed']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<Threshold>50</Threshold>
<NumSamples>6</NumSamples>
<IntervalSeconds>300</IntervalSeconds>
<TimeOut>200</TimeOut>
<SyncTime/>
</Configuration>
</UnitMonitor>