Config DB Configuration Error

Microsoft.Dynamics.CRM.4.0.Config_DB_Configuration_Error (Rule)

Knowledge Base article:

Summary

This event is recorded when CRM Platform Service identifies an error condition on the connection to configuration database.

Causes

If this event happens, the configuration for the locator service may not be read correctly and locator service may not be functioning properly.

Resolutions

The configuration settings on this CRM Server computer may be out of date. The connection between CRM Platform and CRM configuration database has to be verified.

Element properties:

TargetMicrosoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Discovery_Service_Server
CategoryEventCollection
EnabledTrue
Event_ID18432
Event SourceConfigDB
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Config DB Configuration Error
{0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.4.0.Config_DB_Configuration_Error" Enabled="true" Target="Microsoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Discovery_Service_Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">18432</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">ConfigDB</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageIDaf1455a72bdc40cbb4dee5dd10f3d8fe"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>