Disk Quota CSE Processed With Errors

Disk_Quota_CSE_Processed_With_Errors_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary

This error indicates that the Disk Quota Group Policy client-side extension (CSE) has failed to apply Group Policy settings to one or more volumes on the target computer.

 
Causes

This could be caused by one of the following issues:

  • Unable to open a registry key containing the Group Policy information.
  • Unable to create the class factory object for ProgID “Microsoft.DiskQuota.1”.
  • Unable to instantiate the “quota control” object; ProgID “Microsoft.DiskQuota.1”.
  • Unable to obtain the list of disk drives on the target computer.
  • Unable to apply quota settings to a volume on the target computer.
  • Insufficient memory to perform an operation.
 
Resolutions

To troubleshoot this problem, try one or all of the following:

  • Review the Event Viewer for events logged by the Disk Quota client-side extension and use the information in the event description to troubleshoot the problem.
  • If the event description indicates that a class factory or quota control object could not be created, perform the following tasks:
    • Check for the existence of the file %SystemRoot%\system32\dskquota.dll
    • Re-register dskquota.dll using regsvr32.exe
  • An event description that indicates that a list of disk drives on the target computer could not be obtained is created when no logical drive(s) are present on the target computer.
  • In cases other than these, Disk Quota failure is usually caused by low memory conditions on the target computer.
 
External Knowledge Sources
 
Sample Event

Error %1 querying for group policy registry root key.%n%2.%0

 
Related Events

The following Group Policy events, thrown by the Dskquota.dll, will cause this error: 1,2,3,4,5,6,7 or 8.

 
© 1995-2001 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Windows.Server.GroupPolicy.2003.Windows_2003_Servers_Installation
CategoryEventCollection
EnabledTrue
Event SourceDiskQuota
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
RemotableTrue
Alert Message
Disk Quota CSE Processed With Errors

$Data/EventDescription$
Event LogApplication
CommentMom2005ID='{796970B1-3692-41B1-9E59-63D4D3E5095F}';MOM2005ComputerGroupID={5F37D1D6-F952-4B72-9CCA-6986A3B7B2E3}

Member Modules:

ID Module Type TypeId RunAs 
_F6DA1507_12AF_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default
GenerateAlert WriteAction System.Mom.BackwardCompatibility.AlertResponse Default

Source Code:

<Rule ID="Disk_Quota_CSE_Processed_With_Errors_1_Rule" Comment="Mom2005ID='{796970B1-3692-41B1-9E59-63D4D3E5095F}';MOM2005ComputerGroupID={5F37D1D6-F952-4B72-9CCA-6986A3B7B2E3}" Enabled="true" Target="Microsoft.Windows.Server.GroupPolicy.2003.Windows_2003_Servers_Installation" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" TypeID="WindowsLibrary!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="WindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>DiskQuota</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>1|2|3|4|5|6|7|8</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.AlertResponse">
<AlertGeneration>
<GenerateAlert>true</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>40</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>Disk Quota CSE Processed With Errors</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
<WriteAction ID="CollectEventData" TypeID="SystemCenterLibrary!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="DataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>