Office Communications Server Archiving Service is stopping because a schema version mismatch was de

OCS_Archiving_Server_30619_ASVC (Rule)

Office Communications Server Archiving Service is stopping because a schema version mismatch was detected. The service cannot be started until this problem is resolved.

Knowledge Base article:

Summary

Office Communications Server Archiving Service is stopping because a schema version mismatch was detected. The service cannot be started until this problem is resolved.

Causes

A mismatch was detected between the Archiving Service and the back-end database.

Resolutions

Ensure both the Archiving Service and back-end were installed or modified by the same installation package.

Element properties:

TargetMicrosoft_Office_Communications_Server_2007_R2_Archiving_Server
CategoryEventCollection
EnabledTrue
Event_ID30619
Event SourceOCS Archiving Server
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Office Communications Server Archiving Service is stopping because a schema version mismatch was detected. The service cannot be started until this problem is resolved.
{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_Archiving_Server_30619_ASVC" Enabled="true" Target="Microsoft_Office_Communications_Server_2007_R2_Archiving_Server" 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 Archiving Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">30619</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>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Office_Communications_Server_Archiving_Service_is_stopping_because_a_schema_version_mismatch_was_detected__The_service_cannot_be_started_until_this_problem_is_resolved_"]$</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>