AD エージェントの割り当て: 管理グループ コンテナーの更新中に Active Directory で不明なエラーが発生

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

Active Directory が不明なエラーを返しました。 エラーの説明に詳細が含まれている場合があります。

Knowledge Base article:

概要

AD 統合で使用する、Active Directory 内の管理グループ コンテナーを更新しようとしているときに、エラーが発生しました。

原因

このルールは、AD 割り当てリソース プール内のサーバーで実行し、既定のアクション アカウントを使用します。 このアラートの詳細を確認して、アラートをトリガーしたイベントを見つけます。 最も一般的な原因は、アクセスの拒否と接続の問題です。

解決策

対応するイベントのエラー メッセージを調べて、原因を突き止めます。 特定のエラー メッセージを Web で検索すると、トラブルシューティングに役立つ場合があります。 AD 割り当てリソース プールのアクション アカウントに、Active Directory コンテナーにアクセスする十分な特権があることを確認します。 AD 割り当てリソース プールのすべてのサーバーが、コンテナーが置かれているドメインに接続できることを確認します。

追加情報

Active Directory 統合については、「 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
Operations Manager は Active Directory を更新できませんでした
{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>