アラート配信登録は構成が無効なため自動的に無効にされました。

Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive (Rule)

管理グループ内のすべてのアラート配信登録が正しく構成されていて、その構成が有効であることを確認するために、定期的に実行されるプロセスがあります。 構成が無効な配信登録が見つかると、その配信登録は自動的に無効にされて、アラートが生成されます。

Knowledge Base article:

概要

管理グループ内のすべてのアラート配信登録が正しく構成されていて、その構成が有効であることを確認するために、定期的に実行されるプロセスがあります。 構成が無効な配信登録が見つかると、その配信登録は自動的に無効にされて、アラートが生成されます。

原因

配信登録の作成に使用され、現在は無効になっているアカウントに、次のいずれかの変更が加えられました。

解決策

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryEventCollection
EnabledTrue
Event_ID11452
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
アラート配信登録は構成が無効なため自動的に無効にされました。

内部名が "{0}" のアラート配信登録は、構成に問題があるため無効にされました。 この問題の解決方法については、製品ナレッジを参照してください。

Operations Manager のコマンド シェルから次のコマンドを実行すると、配信登録の名前がコンソールに表示されます:

Get-NotificationSubscription | where-object{$_.Name -eq "{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.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11452</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[5]$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>