Přiřazení agenta AD: Při aktualizaci kontejneru skupiny pro správu došlo k neznámé chybě služby Active Directory.

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

Služba Active Directory vrátila neznámou chybu. Popis chyby může obsahovat další informace.

Knowledge Base article:

Souhrn

Během pokusu o aktualizaci jednoho nebo více kontejnerů ve službě Active Directory, které se používají k integraci AD, se vyskytla chyba.

Příčiny

Toto pravidlo se spouští na serveru ve fondu zdrojů přiřazení AD a používá výchozí účet akce. Kontrolou podrobností výstrahy identifikujete událost, která výstrahu aktivovala. Nejběžnějšími příčinami jsou odepření přístupu a problémy s připojením.

Řešení

Prověřením chybové zprávy poskytnuté v podpůrných událostech identifikujete základní problém nebo problémy. Vyhledání specifické chybové zprávy na webu vám může pomoci při řešení problému. Ujistěte se, že účet akce pro fond zdrojů přiřazení AD má dostatečná oprávnění k přístupu ke kontejneru služby Active Directory. Potvrďte, že všechny servery ve fondu zdrojů přiřazení AD obsahují připojení k doméně, ve které je kontejner umístěn.

Další informace

Informace o integraci služby Active Directory naleznete v části Use Active Directory to Assign Computers (Přiřazení počítačů pomocí služby Active Directory) (http://go.microsoft.com/fwlink/?LinkId=194447).

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Při aktualizaci služby Active Directory v nástroji Operations Manager došlo k chybě.
{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>