HIP - 839 - Unable to create an access token for use with the supplied host credentials

Microsoft.HostIntegrationServer.2010.HIPApplication_CriticalEvent_839 (Rule)

Captures critical events and generates a critical alert

Knowledge Base article:

Summary

The HIP Application is attempting to use Enterprise Single Sign On feature to map host credentials to Windows credentials for use with the HIP Server object. This event indicates that this process has failed.

Causes

The security settings or default host credentials specified for the HIP Application are incorrect

The HIP Service does not have the necessary permissions to access the Enterprise Single Sign On service.

Resolutions

Verify the security settings for the HIP Application.

Verify the Enterprise Single Sign On services are configured correctly and accessible by the HIP Service.

Verify the correct host credentials have been specified in the incoming client request, or that the correct default host credentials have been configured for the HIP Application.

Element properties:

TargetMicrosoft.HostIntegrationServer.2010.HIP
CategoryEventCollection
EnabledFalse
Event_ID839
Event SourceHIP Service
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
HIP Alert for Event 839
Server: {0}
Event ID: {1}
Event Description: {2}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.HostIntegrationServer.2010.HIPApplication_CriticalEvent_839" Enabled="false" Target="Microsoft.HostIntegrationServer.2010.HIP" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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">839</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HIP Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageID69ec8ae396de4bf7ab23fe3925623153"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/LoggingComputer$</AlertParameter1>
<AlertParameter2>$Data/EventDisplayNumber$</AlertParameter2>
<AlertParameter3>$Data/EventDescription$</AlertParameter3>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>