警示訂閱已因為無效的設定而自動停用

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 命令殼層中執行下列命令取得顯示在 Operations 主控台中的訂閱名稱:

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>