GPO の共通名にアクセスできないため、グループ ポリシーの処理は中止されました

Group_Policy_processing_aborted_because_the_common_name_for_the_GPO_cannot_be_accessed_5_Rule (Rule)

Knowledge Base article:

概要

UserEnv で、ドメイン コントローラへのグループ ポリシーの適用中にエラーが発生しました。ドメイン コントローラが適切に機能するためには、グループ ポリシーを適用する必要があります。これは、ドメイン コントローラでは、[ネットワーク経由でコンピュータへアクセス] など重要な許可をグループ ポリシーから取得するためです。

UserEnv のアーキテクチャのため、Microsoft Operations Manager (MOM) は、具体的な問題を直接報告することができません。

サンプル イベント:

GPO %1 用の一般名 (通常は GUID) にアクセスできません。cn プロパティが見つからなかったか、アクセスが拒否されたことが原因と考えられます。グループ ポリシーの処理は中止されました。

原因

CN プロパティが見つからなかったか、アクセスが拒否されたことが原因と考えられます。

解決方法

UserEnv のログ出力を有効にするには、 http://go.microsoft.com/fwlink/?LinkId=25636 のサポート技術情報の記事 221833「製品版 Windows でユーザー環境デバッグ ログを有効にする方法」を参照してください。ログ ファイルは各エラーの詳細を提供します。

外部

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
GPO の共通名にアクセスできないため、グループ ポリシーの処理は中止されました
{0}
Event LogApplication
CommentMom2005ID='{1650909A-2628-4640-885F-A27E428DC396}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Group_Policy_processing_aborted_because_the_common_name_for_the_GPO_cannot_be_accessed_5_Rule" Comment="Mom2005ID='{1650909A-2628-4640-885F-A27E428DC396}';MOM2005GroupID=" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1059</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>UserEnv</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>UserName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>System</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Group_Policy_processing_aborted_because_the_common_name_for_the_GPO_cannot_be_accessed_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>