MSSQL 2014: Windows NT 그룹/사용자에 대한 정보를 가져올 수 없습니다.

Microsoft.SQLServer.2014.Could_not_obtain_information_about_Windows_NT_group_user_1_5_Rule (Rule)

xp_logininfo 저장 프로시저, 예약된 작업 또는 복제 에이전트 같은 SQL Server 에이전트나 SQL Server 내에서 실행된 프로세스는 Windows 인증 로그인의 자격 증명을 확인해야 합니다. 알 수 없는 이유로 도메인에서 이러한 자격 증명을 검색하지 못했습니다.

Knowledge Base article:

요약

xp_logininfo 저장 프로시저, 예약된 작업 또는 복제 에이전트 같은 SQL Server 에이전트나 SQL Server 내에서 실행된 프로세스는 Windows 인증 로그인의 자격 증명을 확인해야 합니다. 알 수 없는 이유로 도메인에서 이러한 자격 증명을 검색하지 못했습니다.

원인

이 오류의 한 가지 일반적인 원인은 "everyone"이라는 이름을 사용하여 수동으로 만든 도메인 그룹입니다. 이 이름이 같은 이름의 기본 제공 숨김 그룹과 충돌합니다. 개체에 대한 정보를 검색하는 권한이 없어서 도메인에 있는 개체 사이의 다른 충돌이 문제를 일으킬 수도 있습니다.

이 오류의 근본 원인은 많습니다. 그 중 대부분은 Microsoft 기술 자료 문서 834124에 자세히 설명되어 있습니다.

해결 방법

재정의 가능한 매개 변수

이름

설명

기본값

사용

 

알림 생성

 

우선 순위

 

1

심각도

 

1

Element properties:

TargetMicrosoft.SQLServer.2014.DBEngine
CategoryEventCollection
EnabledTrue
Event_ID15404
Event Source$Target/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.DBEngine"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
MSSQL 2014: Windows NT 그룹/사용자에 대한 정보를 가져올 수 없습니다.
{0}
Event LogApplication
CommentMom2014ID='{48CE2DF2-6430-4354-9CC1-9DF0D9144DC3}';MOM2014GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SQLServer.2014.Could_not_obtain_information_about_Windows_NT_group_user_1_5_Rule" Target="SQL2014Core!Microsoft.SQLServer.2014.DBEngine" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2014ID='{48CE2DF2-6430-4354-9CC1-9DF0D9144DC3}';MOM2014GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{F6DA1507-12AF-11D3-AB21-00A0C98620CE}" 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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.DBEngine"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>15404</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2014.Could_not_obtain_information_about_Windows_NT_group_user_1_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>