An alert subscription has been automatically disabled due to invalid configuration

Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive (Rule)

There is a process that runs on a regular basis to confirm that all alert subscriptions in the management group are configured correctly and that their configuration is still valid. If one or more subscriptions are found with invalid configuration then the subscription is automatically disabled and this rule will generate an alert.

Knowledge Base article:

Summary

There is a process that runs on a regular basis to confirm that all alert subscriptions in the management group are configured correctly and that their configuration is still valid. If one or more subscriptions are found with invalid configuration then the subscription is automatically disabled and this rule will generate an alert.

Causes

The accounts that was used to create the subscription, which has been disabled, has experienced one of the following changes:

Resolutions

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryEventCollection
EnabledTrue
Event_ID11452
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
An alert subscription has been automatically disabled due to invalid configuration

An alert subscription with the internal name "{0}" has been disabled because there is an issue with its configuration. Refer to the product knowledge for more information on how to troubleshoot this issue.

You can get the subscription's name as it's shown in the operations console by running the following command from the Operations Manager command shell:

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>