Odezva PCD klienta služby AD: nedokončený test na bázi skriptu na straně klienta služby AD

AD_Client_PDC_Response_AD_Client_Side_Script_Based_Test_Failed_to_Complete (Rule)

Knowledge Base article:

Souhrn

Monitor odezvy PDC klienta služby AD nebyl schopen úspěšně dokončit požadovaný test. Další informace jsou uvedeny v podrobných údajích výstrahy.

Pokud je příslušnou chybou 'Součást ActiveX nemůže vytvořit objekt', znamená to, že na řadiči domény nejsou instalovány součásti objektů sady pro správu služby Active Directory (OOMAD), které jsou nutné k úspěšnému spuštění monitorovacích skriptů.

Konfigurace

Možné příčiny:

• Řadiče domény nejsou k dispozici

• Problémy s připojením k síti

• Problémy s řešením systému DNS (Domain Name System)

Řešení

Další informace jsou uvedeny v podrobných údajích výstrahy, prohlédněte si související chybové kódy.

Pokud chyba souvisí s chybějícími objekty sady pro správu služby Active Directory (OOMAD), instalujte na řadiči domény OOMADs.msi.

Externí

Element properties:

TargetMicrosoft.Windows.Server.AD.ClientPerspective
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
Strana klienta služby AD - nedokončený test na bázi skriptu
{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>