Event ID 9602 - AppSense EM PS Service - Failed database compatibility check

AppSense.EMPS.10.Personalization.Server.Event.9602 (Rule)

Protocol Version of the Personalization Server Database is incompatible with the Protocol Version of the Personalization Server

Knowledge Base article:

Summary

Event ID 9602 - AppSense EM PS Service - Failed database compatibility check

Protocol Version of the Personalization Server Database is incompatible with the Protocol Version of the Personalization Server

Causes

Resolutions

Element properties:

TargetAppSense.EMPS.10.Personalization.Server
CategoryEventCollection
EnabledTrue
Event_ID9602
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="AppSense.EMPS.10.Personalization.Server.Event.9602" Enabled="true" Target="AppSense.EMPS.10.Personalization.Server" ConfirmDelivery="true" Remotable="true" 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">9602</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^AppSense.*</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>