Subskrypcja alertów została automatycznie wyłączona z powodu nieprawidłowej konfiguracji

Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive (Rule)

Istnieje proces uruchamiany regularnie w celu potwierdzenia, że wszystkie subskrypcje alertów w grupie zarządzania są prawidłowo skonfigurowane, a ich konfiguracja jest nadal prawidłowa. W razie wykrycia subskrypcji z nieprawidłową konfiguracją jest ona automatycznie wyłączana, a zasada powoduje wygenerowanie alertu.

Knowledge Base article:

Podsumowanie

Istnieje proces uruchamiany regularnie w celu potwierdzenia, że wszystkie subskrypcje alertów w grupie zarządzania są prawidłowo skonfigurowane, a ich konfiguracja jest nadal prawidłowa. W razie wykrycia subskrypcji z nieprawidłową konfiguracją jest ona automatycznie wyłączana, a zasada powoduje wygenerowanie alertu.

Przyczyny

Konto użyte do utworzenia subskrypcji, która została wyłączona, uległo jednej z następujących zmian:

Rozwiązania

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryEventCollection
EnabledTrue
Event_ID11452
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Subskrypcja alertów została automatycznie wyłączona z powodu nieprawidłowej konfiguracji

Subskrypcja alertów o nazwie wewnętrznej „{0}” została wyłączona z powodu problemu z jej konfiguracją. Więcej informacji na temat rozwiązywania tego problemu zawiera baza wiedzy dotycząca produktu.

Aby sprawdzić nazwę subskrypcji wyświetlaną w konsoli Operacje, należy uruchomić następujące polecenie w powłoce poleceń programu 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>