Active Directory Project Web Access Group Synchronization was cancelled by a server-side event handler - Consolidator

Active_Directory_Project_Web_Access_Group_Synchronization_was_cancelled_by_a_server_side_event_handler___Consolidator_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary

A custom server-side event handler implemented for the AdSyncGroupsSynchronizing event has cancelled the Active Directory Project Web Access Group synchronization process. This is preventing Office Project Server 2007 from synchronizing with any Project Web Access Security Groups.

 
Causes

The threshold for the number of cancellations by the custom event handler has been exceeded.

 
Resolutions
  • If this alert is not expected, check the business logic in the custom server-side event handler.
  • If this alert is expected, ignore this alert.
 
© %StartDate%-%EndDate% %CompanyName%, all rights reserved.

Element properties:

TargetMicrosoft.Office.ProjectServer.2007.Microsoft_Office_Project_Server_2007_Application_Servers_Installation
CategoryEventCollection
EnabledTrue
Event_ID7737
Event SourceOffice SharePoint Server
Alert GenerateFalse
RemotableTrue
Event LogApplication
CommentMom2005ID='{09CA2B82-47BC-4671-B1F4-ECE6132C0376}';MOM2005ComputerGroupID={0CC3D849-D95B-4E04-8C8C-4268D9401457}

Member Modules:

ID Module Type TypeId RunAs 
_F6DA1507_12AF_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Default
ConsolidatedEventWriteAction WriteAction System.Mom.BackwardCompatibility.ConsolidatedEventResponse Default

Source Code:

<Rule ID="Active_Directory_Project_Web_Access_Group_Synchronization_was_cancelled_by_a_server_side_event_handler___Consolidator_1_Rule" Target="Microsoft.Office.ProjectServer.2007.Microsoft_Office_Project_Server_2007_Application_Servers_Installation" Enabled="true" ConfirmDelivery="true" Comment="Mom2005ID='{09CA2B82-47BC-4671-B1F4-ECE6132C0376}';MOM2005ComputerGroupID={0CC3D849-D95B-4E04-8C8C-4268D9401457}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{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="Integer">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>7737</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Office SharePoint Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ConsolidatedEventWriteAction" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.ConsolidatedEventResponse">
<ConsolidationProperties>
<PropertyXPathQuery>EventDisplayNumber</PropertyXPathQuery>
<PropertyXPathQuery>PublisherName</PropertyXPathQuery>
</ConsolidationProperties>
<Interval>1200</Interval>
</WriteAction>
</WriteActions>
</Rule>