O serviço de Acesso a Dados do System Center não consegue escrever eventos de auditoria de segurança.

Microsoft.SystemCenter.SDKService.UnableToGenerateAuditEvents.Alert (Rule)

Esta regra gera um alerta se o serviço de Acesso a Dados do System Center comunicar que está indisponível para escrever eventos de auditoria de segurança no registo de eventos de segurança.

Knowledge Base article:

Resumo

O serviço de Acesso a Dados não consegue registar eventos de auditoria no registo de eventos de segurança.

Causas

A falha pode ter ocorrido devido a direitos de utilizador insuficientes para a conta do serviço de Acesso a Dados.

Resoluções

Passos para corrigir este problema: 1) Abra o snap-in MMC de "Política de Segurança Local". 2) Vá para Políticas Locais -> Atribuição de Direitos de Utilizadores. 3) Faça duplo clique em "Gerar Auditorias de Segurança". 4) Adicione a conta do serviço de Acesso a Dados à lista de contas permitidas para gerar auditorias de segurança. 5) Reinicie o serviço de Acesso a Dados.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryAlert
EnabledTrue
Event_ID26338
Event SourceOpsMgr SDK Service
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
O Serviço de Acesso a Dados não consegue gerar eventos de auditoria.
O serviço de Acesso a Dados não consegue auditar operações SDK porque não consegue gerar eventos de auditoria no registo de eventos de segurança.
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.SDKService.UnableToGenerateAuditEvents.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" 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>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr SDK Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">26338</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.SDKService.UnableToGenerateAuditEvents.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression/>
</WriteAction>
</WriteActions>
</Rule>