SMS 2003 서비스 오류: SMS_SQL_MONITOR가 로그온할 수 없음

SMS_2003_service_failure__SMS_SQL_MONITOR_was_unable_to_log_on_9_Rule (Rule)

Knowledge Base article:

요약

사용자 자격 증명 및 암호가 더 이상 유효하지 않아 서비스를 시작하지 못했습니다. 따라서 종속 서비스 및 클라이언트에서 이 서비스를 더 이상 사용할 수 없습니다. SMS가 고급 보안을 사용하도록 구성된 경우 로그온하는 데 사용되는 계정이 로컬 시스템 계정에서 다른 계정으로 바뀌었을 수 있습니다.

원인

서비스를 시작하는 데 사용된 계정의 자격 증명이 올바르지 않거나 서비스를 시작하는 데 충분한 권한이 이 계정에 없습니다.

해결 방법

SMS가 고급 보안을 사용하도록 구성된 경우 Microsoft Management Console(MMC)의 서비스 스냅인을 사용하여 사용자 계정을 로컬 시스템으로 다시 변경합니다. SMS가 표준 보안을 사용하도록 구성된 경우에는 SMS 관리자 콘솔을 사용하거나 사이트를 다시 설정하여 암호를 변경합니다.

외부 리소스

추가 지원이 필요하면 SMS 웹 사이트의 지원 섹션( Systems Management Server 지원)에 있는 추가 지원 옵션 목록을 참조하십시오.

추가 정보

이 경고는 SMS 관리자가 처리하는 것이 가장 좋습니다.

샘플 이벤트

다음 오류 때문에 현재 구성된 암호를 사용하여 %1 서비스에서 %2(으)로 로그온할 수 없습니다: %n%3%n%n 서비스가 올바르게 구성되었는지 확인하려면 Microsoft Management Console(MMC)에서 서비스 스냅인을 사용하십시오.

Element properties:

TargetMicrosoft.SMS.2003.Microsoft_SMS_2003_Site_Database_Servers_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
RemotableTrue
Alert MessageSMS_2003_service_failure__SMS_SQL_MONITOR_was_unable_to_log_on_9_Rule.AllertMessageBackwardCompatibility
Event LogSystem
CommentMom2005ID='{6E2435CD-421D-4DD4-9057-2E31F15CAB24}';MOM2005ComputerGroupID={6E07E901-5EEF-4D43-ABC9-5A73BC9B072D}

Member Modules:

ID Module Type TypeId RunAs 
_907D4578_146C_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default
GenerateAlert WriteAction System.Mom.BackwardCompatibility.AlertResponse Default

Source Code:

<Rule ID="SMS_2003_service_failure__SMS_SQL_MONITOR_was_unable_to_log_on_9_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Site_Database_Servers_Installation" Enabled="true" ConfirmDelivery="true" Comment="Mom2005ID='{6E2435CD-421D-4DD4-9057-2E31F15CAB24}';MOM2005ComputerGroupID={6E07E901-5EEF-4D43-ABC9-5A73BC9B072D}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_907D4578_146C_11D3_AB21_00A0C98620CE_" Comment="{907D4578-146C-11D3-AB21-00A0C98620CE}" TypeID="WindowsLibrary!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="WindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Service Control Manager</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SMS_SQL_MONITOR</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>7038</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.AlertResponse">
<AlertGeneration>
<GenerateAlert>true</GenerateAlert>
<Owner/>
<Description>
$Data/LoggingComputer$
- SMS 2003 service failure: SMS_SQL_MONITOR was unable to log on.

The SMS_SQL_MONITOR service running on
$Data/LoggingComputer$
was detected as stopped at
$Data/@time$
.</Description>
<AlertLevel>70</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>SMS 2003 service failure: SMS_SQL_MONITOR was unable to log on</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
<WriteAction ID="CollectEventData" TypeID="SystemCenterLibrary!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="DataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>