AD クライアント PDC 応答の AD クライアント側 - スクリプト ベースのテストを完了できませんでした

AD_Client_PDC_Response_AD_Client_Side_Script_Based_Test_Failed_to_Complete (Rule)

Knowledge Base article:

概要

AD クライアント PDC 応答モニターは、必要なテストを完了できませんでした。 追加情報については、アラートの詳細を確認してください。

'ActiveX コンポーネントがオブジェクトを作成できません' というエラーが発生した場合、監視スクリプトを正常に実行するために必要な Active Directory 管理パック オブジェクト (OOMADs) コンポーネントがドメイン コントローラーにインストールされていません。

構成

次の原因が考えられます :

•利用可能なドメイン コントローラーがありません

•ネットワーク接続に問題があります

•ドメイン ネーム システム (DNS) の解決に問題があります

解決方法

追加情報についてはアラートの詳細を確認して、関連するエラー コードを調べてください。

エラーが、Active Directory 管理パック オブジェクト (OOMADs) がないことに関係している場合、ドメイン コントローラーに OOMADs .msi をインストールしてください。

外部

Element properties:

TargetMicrosoft.Windows.Server.AD.ClientPerspective
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
AD クライアント側 - スクリプト ベースのテストを完了できませんでした。
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="AD_Client_PDC_Response_AD_Client_Side_Script_Based_Test_Failed_to_Complete" Target="AD!Microsoft.Windows.Server.AD.ClientPerspective" Enabled="onStandardMonitoring" Remotable="false">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Client PDC Response</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(5001)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="AD_Client_PDC_Response_AD_Client_Side_Script_Based_Test_Failed_to_Complete.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>