보고서 실행 오류 수

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

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

Knowledge Base article:

요약

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

원인

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

해결 방법

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

보고서 문제 해결 기술

보고서 문제 해결: 보고서 디자인

보고서 문제 해결: 보고서 데이터 검색

보고서 문제 해결: 보고서 처리

보고서 문제 해결: 보고서 렌더링

보고서 문제 해결: 기본 모드의 보고서 서버에서 보고서 게시 또는 보기

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로를 사용하거나 사용하지 않도록 설정

알림 생성

워크플로가 알림을 생성하는지 정의

간격(초)

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

300

샘플 수

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

6

동기화 시간

24시간 형식으로 지정된 동기화 시간입니다. 생략될 수 있습니다.

 

임계값

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

50

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

워크플로는 지정된 기간 동안 데이터베이스에 액세스할 수 없으면 실패하며 이벤트를 등록합니다.

200

시간 제한(초)

워크플로를 닫고 실패로 표시하기 전에 워크플로를 실행할 수 있는 시간을 지정합니다.

300

Element properties:

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

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2012.ReportingServices.UnitMonitor.DeploymentWatcher.NumberOfFailedReportExecutions" Accessibility="Public" Enabled="true" Target="SQLRS!Microsoft.SQLServer.2012.ReportingServices.DeploymentWatcher" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SQLServer.2012.ReportingServices.MonitorType.DeploymentWatcher.NumberOfFailedReportExecutions" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2012.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/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>