Alert ID 9601 - AppSense EM PS Service - Failed to logon to the Personalization Database using windows impersonation Alert

AppSense.EMPS.10.Personalization.Server.Event.Alrt.9601 (Rule)

Personalization Server failed to logon to the Personalization Database using Windows impersonation with the credentials provided

Knowledge Base article:

Summary

Alert ID 9601 - AppSense EM PS Service - Failed to logon to the Personalization Database using windows impersonation

Personalization Server failed to logon to the Personalization Database using Windows impersonation with the credentials provided

Causes

Resolutions

Element properties:

TargetAppSense.EMPS.10.Personalization.Server
CategoryAlert
EnabledTrue
Event_ID9601
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Event ID 9601 - AppSense EM PS Service - Failed to logon to the Personalization Database using windows impersonation Resource
Alert message for Event ID 9601 - AppSense EM PS Service - Failed to logon to the Personalization Database using windows impersonation
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="AppSense.EMPS.10.Personalization.Server.Event.Alrt.9601" Enabled="true" Target="AppSense.EMPS.10.Personalization.Server" ConfirmDelivery="true" Remotable="true" DiscardLevel="100">
<Category>Alert</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">9601</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="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AppSense.EMPS.10.Personalization.Server.Event.Alrt.9601.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
<SuppressionValue>$Data/EventCategory$</SuppressionValue>
<SuppressionValue>$Data/UserName$</SuppressionValue>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>