Calendaring agent failed with error while saving appointment.

Calendaring_agent_failed_with_error_while_saving_appointment (Rule)

Knowledge Base article:

Summary

Event 8206 indicates that the free/busy component in Exchange had a problem accessing calendaring or free/busy information. This event is seen typically when the Exchange IFS Drive (also called M drive) is scanned by a file-level scanner. This event has several variations, with the error code in the Description section differentiating each of the variants. The error codes usually are Collaboration Data Objects (CDO) codes referring to bad data, or authentication failures.

Use the ERROR.EXE tool on the Exchange compact disc (CD) to obtain further details on the error.

Sample Event:

Event Type: Error

Event Source: EXCDO

Event Category: General

Event ID: 8206

Description: Calendaring agent failed with error code 0x80040229 while saving appointment.

Event Type: Error

Event Source: EXCDO

Event Category: General

Event ID: 8206

Description: Calendaring agent failed with error code 0x80040215 while saving appointment.

Related Events:

You might also see Events 8213, 8230, 8219 and 8199 with the 8206 event.

Causes

Resolutions

External

For more information about EXCDO event 8206, see:

Element properties:

TargetMicrosoft.Exchange.ServerRole.2003
CategoryEventCollection
EnabledTrue
Event_ID8206
Event SourceEXCDO
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Calendaring agent failed with error while saving appointment.
{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="Calendaring_agent_failed_with_error_while_saving_appointment" 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>EXCDO</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>8206</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="Calendaring_agent_failed_with_error_while_saving_appointment.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>