Przypisanie agenta usługi AD: nieznany błąd usługi AD podczas aktualizowania kontenera grupy zarządzania

Microsoft.SystemCenter.ADAssignment.UnknownError.Alert (Rule)

Usługa Active Directory zwróciła nieznany błąd. Opis błędu może zawierać więcej informacji.

Knowledge Base article:

Podsumowanie

Podczas próby zaktualizowania kontenerów grupy zarządzania w usłudze Active Directory służących do integracji z usługą AD wystąpił błąd.

Przyczyny

Ta zasada działa na serwerze w puli zasobów przypisania usługi AD i korzysta z domyślnego konta działania. Sprawdź szczegóły alertu aby ustalić zdarzenie, które go spowodowało. Najczęstszymi przyczynami są odmowa dostępu i problemy z łącznością.

Rozwiązania

Aby ustalić podstawowe przyczyny, sprawdź komunikaty o błędzie podawane w pomocniczych zdarzeniach. W rozwiązywaniu problemu może również pomóc wyszukanie w sieci Web informacji na temat konkretnego komunikatu o błędzie. Upewnij się, że konto działania puli zasobów przypisania usług AD ma odpowiednie uprawnienia dostępu do kontenera usług AD. Upewnij się, że wszystkie serwery w puli zasobów przypisania usług AD mają łączność z domeną, w której znajduje się kontener.

Dodatkowe informacje

Aby uzyskać informacje na temat integracji z usługą AD, zobacz temat Use Active Directory to Assign Computers (Korzystanie z usługi AD w celu przypisywania komputerów) (http://go.microsoft.com/fwlink/?LinkId=194447).

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Program Operations Manager nie może zaktualizować usługi AD
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Consolidator ConditionDetection Microsoft.SystemCenter.Overridable.ConsolidatorCondition Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ADAssignment.UnknownError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ADAssignmentResourcePool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11460</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<ConditionDetection ID="Consolidator" TypeID="Microsoft.SystemCenter.Overridable.ConsolidatorCondition">
<ConsolidationProperties>
<PropertyXPathQuery>Params/Param[5]</PropertyXPathQuery>
<PropertyXPathQuery>Params/Param[7]</PropertyXPathQuery>
</ConsolidationProperties>
<IntervalSeconds>3600</IntervalSeconds>
<Count>3</Count>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ADAssignment.UnknownError.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Context/DataItem/Params/Param[5]$</SuppressionValue>
<SuppressionValue>$Data/Context/DataItem/Params/Param[7]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>