SSAS 2012 MP 관리 모듈을 실행하는 동안 오류가 발생함

Microsoft.SQLServer.2012.AnalysisServices.AlertRule.Seed.ModuleError (Rule)

규칙은 이벤트 로그를 감독하고 SSAS 2012 관리 팩이 제출한 오류 이벤트를 감시합니다. 워크플로(검색, 규칙 또는 모니터) 중 하나가 작업을 수행하지 못하는 경우 이벤트가 로그되고 중요한 알림이 보고됩니다.

Knowledge Base article:

요약

규칙은 이벤트 로그를 감독하고 SSAS 2012 관리 팩이 제출한 오류 이벤트를 감시합니다. 워크플로(검색, 규칙 또는 모니터) 중 하나가 작업을 수행하지 못하는 경우 이벤트가 로그되고 중요한 알림이 보고됩니다.

원인

워크플로는 다음과 같은 여러 가지 이유로 작업을 수행하지 못할 수 있습니다(다음으로 제한되지 않음).

해결 방법

해결 방법은 근본 원인에 따라 다르므로 이 문제가 발생하는 사례마다 근본 원인을 조사해야 합니다. 수정 조치는 근본 원인에 따라 다릅니다. 일반적인 권장 사항은 다음과 같습니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

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

우선 순위

알림 우선 순위 정의

2

심각도

알림 심각도 정의

2

Element properties:

TargetMicrosoft.SQLServer.2012.AnalysisServices.EventLogCollectionTarget
CategoryAlert
EnabledTrue
Event_ID6200
Event SourceSSAS 2012 MP
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
SSAS 2012: SSAS 2012 MP 관리 모듈을 실행하는 동안 오류가 발생함
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SQLServer.2012.AnalysisServices.AlertRule.Seed.ModuleError" Target="SQLAS!Microsoft.SQLServer.2012.AnalysisServices.EventLogCollectionTarget" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6200</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SSAS 2012 MP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2012.AnalysisServices.AlertRule.Seed.ModuleError.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>