HIP - 837 - Unable to retrieve the default host credentials

Microsoft.HostIntegrationServer.2016.HIPApplication_CriticalEvent_837 (Rule)

Captures critical events and generates a critical alert

Knowledge Base article:

Summary

The HIP Application is attempting to use Enterprise Single Sign On 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.2016.HIP
CategoryEventCollection
EnabledTrue
Event_ID837
Event SourceHIS Application Integration - HIP
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
HIP Alert for Event 837
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.2016.HIPApplication_CriticalEvent_837" Enabled="true" Target="Microsoft.HostIntegrationServer.2016.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">837</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HIS Application Integration - HIP</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="AlertMessageID225f011c1d634d40bd49c3b04abd5514"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/LoggingComputer$</AlertParameter1>
<AlertParameter2>$Data/EventDisplayNumber$</AlertParameter2>
<AlertParameter3>$Data/EventDescription$</AlertParameter3>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>