SSAS 2008 MP マネージ モジュールの実行中にエラーが発生しました

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

このルールによってイベント ログが調べられ、SSAS 2008 管理パックによって送信されたエラー イベントがないか監視されます。いずれかのワークフロー (検出、ルール、モニター) がジョブの実行に失敗すると、そのイベントがログに記録され、重大なアラートが報告されます。

Knowledge Base article:

概要

このルールによってイベント ログが調べられ、SSAS 2008 管理パックによって送信されたエラー イベントがないか監視されます。いずれかのワークフロー (検出、ルール、モニター) がジョブの実行に失敗すると、そのイベントがログに記録され、重大なアラートが報告されます。

原因

ワークフローは次のようないくつかの理由で (ただし、これらに限られません) 失敗することがあります。

解決方法

解決策はその根本原因に応じて異なるため、この問題が発生した事例ごとに調査する必要があります。是正処置は根本原因によって異なりますが、一般的な推奨事項として、以下の点が挙げられます。

上書き可能なパラメーター

名前

説明

既定値

有効

ワークフローを有効または無効にします

True

優先度

アラートの優先度を定義する

2

重要度

アラートの重要度を定義する

2

Element properties:

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