執行 SSAS 2016 MP 受管理模組期間發生錯誤

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

此規則會監看事件記錄檔,並監看是否有 SSAS 2016 管理組件所提交的錯誤事件。如果其中一個工作流程 (探索、規則或監視) 失敗,就會記錄一則事件,並回報重大警示。

Knowledge Base article:

摘要

此規則會監看事件記錄檔,並監看是否有 SSAS 2016 管理組件所提交的錯誤事件。如果其中一個工作流程 (探索、規則或監視) 失敗,就會記錄一則事件,並回報重大警示。

原因

工作流程可能會因數個原因而失敗,包括但不限於:

解決方式

解決方式取決於根本原因,每次發生此問題時都必須詳加調查。補救動作取決於根本原因。一般建議如下:

可覆寫的參數

名稱

描述

預設值

已啟用

啟用或停用工作流程

優先順序

定義警示優先順序

2

嚴重性

定義警示嚴重性

2

Element properties:

TargetMicrosoft.SQLServer.2016.AnalysisServices.EventLogCollectionTarget
CategoryAlert
EnabledTrue
Event_ID6200
Event SourceSSAS 2016 MP
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
SSAS 2016: 執行 SSAS 2016 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.2016.AnalysisServices.AlertRule.Seed.ModuleError" Target="SQLAS!Microsoft.SQLServer.2016.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 2016 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.2016.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>