Encountered an error while attempting to perform an LDAP search for all Office Communications Serve

OCS_User_Replicator_30015_EE (Rule)

Encountered an error while attempting to perform an LDAP search for all Office Communications Server attributes on a user object. The error was serious enough to warrant stopping synchronization, which means that if this error is not corrected, no more user updates will be pulled from AD and into the Office Communications Server database.

Knowledge Base article:

Summary

Encountered an error while attempting to perform an LDAP search for all Office Communications Server attributes on a user object. The error was serious enough to warrant stopping synchronization, which means that if this error is not corrected, no more user updates will be pulled from AD and into the Office Communications Server database.

Causes

This event occurs for a variety of reasons. The most common are either the domain controllers going down, or the server running out of memory.

Resolutions

Check for failures in the domain infrastructure. Because the User Replicator automatically retries the operation, when the error is resolved, the User Replicator will automatically start synchronizing again.

Element properties:

TargetMicrosoft_Office_Communications_Server_2007_Enterprise_Edition
CategoryEventCollection
EnabledTrue
Event_ID30015
Event SourceOCS User Replicator
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Encountered an error while attempting to perform an LDAP search for all Office Communications Server attributes on a user object. The error was serious enough to warrant stopping synchronization, which means that if this error is not corrected, no more u
{0}
Event LogOffice Communications Server

Member Modules:

ID Module Type TypeId RunAs 
CollectEvent DataSource Microsoft.Windows.EventProvider Default
WriteAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="OCS_User_Replicator_30015_EE" Enabled="true" Target="Microsoft_Office_Communications_Server_2007_Enterprise_Edition" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="CollectEvent" TypeID="SCWindowsLibrary!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="SCWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Office Communications Server</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OCS User Replicator</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">30015</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCSystemLibrary!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteAlert" TypeID="SCHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Encountered_an_error_while_attempting_to_perform_an_LDAP_search_for_all_Office_Communications_Server_attributes_on_a_user_object___The_error_was_serious_enough_to_warrant_stopping_synchronization__which_means_that_if_this_error_is_not_corrected__no_more_u"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
</Suppression>
</WriteAction>
<WriteAction ID="WriteToDW" TypeID="SCDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>