LDAP returned the error [10] No Such Attribute when importing the transaction.

LDAP_returned_the_error_10_No_Such_Attribute_when_importing_the_transaction (Rule)

Knowledge Base article:

Summary

This event may be seen when trying to update the Recipient Update Service. The Recipient Update Service may be unable to stamp user objects with the necessary attributes.

Sample Event:

Event Type: Error

Event Source: MSExchangeAl

Event Category: LDAP Operations

Event ID: 8270

Description: LDAP returned the error [14] Attribute Or Value Exists when importing the transaction

Related Events:

8022, 8168, 8317, 8315

Causes

Resolutions

Check for related events preceding or succeeding this event for information about which object is being acted on. Based on the error message, look for permissions problems, missing objects in Active Directory, duplicate objects in Active Directory, and so on. Ensure that the Exchange Domain Servers and Exchange Enterprise Servers groups are present in the Users container in Active Directory.

External

For more information about MSExchangeAL event 8270, see:

Element properties:

TargetMicrosoft.Exchange.ServerRole.2003
CategoryEventCollection
EnabledTrue
Event_ID8270
Event SourceMSExchangeAL
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
LDAP returned the error [10] No Such Attribute when importing the transaction.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="LDAP_returned_the_error_10_No_Such_Attribute_when_importing_the_transaction" Enabled="onEssentialMonitoring" Target="Exch2003Core!Microsoft.Exchange.ServerRole.2003" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Channel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Application</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>MSExchangeAL</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>8270</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="LDAP_returned_the_error_10_No_Such_Attribute_when_importing_the_transaction.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>