A Conta do Pool de Aplicativos Deve Ser Registrada como Provedor de Serviços Kerberos

Microsoft.SharePoint.Foundation.2010.The_application_pool_account_must_be_registered_as_a_Kerberos (Rule)

Esta regra coleta dados quando a conta do pool de aplicativos tem permissões insuficientes para adicionar contas de usuários ao Active Directory. O uso da autenticação Kerberos exige que a conta de serviço utilizada pelo pool de aplicativos dos Serviços de Informações da Internet (IIS) seja registrada no Active Directory como um SPN (Nome da Entidade de Serviço), no domínio em que o front-end da Web é membro.

Knowledge Base article:

Resumo

Para obter o Artigo de Conhecimento mais atual no site Microsoft TechNet, visite:

http://go.microsoft.com/fwlink/?LinkId=142810

Causas

Exiba todos os alertas atuais do objeto usando este link:

Exibir Alertas

Element properties:

TargetMicrosoft.SharePoint.Foundation.2010.SPServer
CategoryEventCollection
EnabledTrue
Event_ID6590
Event SourceMicrosoft-SharePoint Products-SharePoint Foundation
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
SharePoint: Conta Inválida de Pool de Aplicativos para Aplicativo Web
Um incidente de aviso ocorreu devido a uma conta de Pool de Aplicativos inválida para o aplicativo Web, no servidor {2}.

ID do Evento: {0}
Descrição do Evento: {1}
Event LogMicrosoft-SharePoint Products-Shared/Operational

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.SharePoint.Foundation.2010.The_application_pool_account_must_be_registered_as_a_Kerberos" Enabled="onEssentialMonitoring" Target="Microsoft.SharePoint.Foundation.2010.SPServer" ConfirmDelivery="false" Priority="Normal" 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>Microsoft-SharePoint Products-Shared/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6590</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-SharePoint Products-SharePoint Foundation</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>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SharePoint.Foundation.2010.The_application_pool_account_must_be_registered_as_a_Kerberos.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventDescription$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="Microsoft.SharePoint.Foundation.2010.SPServer"]/ComputerID$</AlertParameter3>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>