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

SMS_2003_service_failure__SMS_SERVER_LOCATOR_POINT_was_unable_to_log_on_14_Rule (Rule)

Knowledge Base article:

요약

사용자 자격 증명 및 암호가 더 이상 유효하지 않아 서비스를 시작하지 못했습니다. 따라서 종속 서비스 및 클라이언트에서 이 서비스를 더 이상 사용할 수 없습니다. 기본적으로 이 서비스는 로컬 시스템 계정으로 로그온합니다. 로그온하는 데 사용되는 계정이 로컬 시스템 계정에서 다른 계정으로 바뀌었을 수 있습니다.

원인

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

해결 방법

서비스가 올바르게 구성되도록 하려면 Microsoft Management Console(MMC)의 서비스 스냅인을 사용하여 사용자 계정을 로컬 시스템으로 다시 변경합니다.

외부 리소스

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

추가 정보

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

샘플 이벤트

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

Element properties:

TargetMicrosoft.SMS.2003.Microsoft_SMS_2003_Server_Locator_Point_Servers_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
RemotableTrue
Alert MessageSMS_2003_service_failure__SMS_SERVER_LOCATOR_POINT_was_unable_to_log_on_14_Rule.AllertMessageBackwardCompatibility
Event LogSystem
CommentMom2005ID='{0A7A6671-7F14-4F49-A712-1127371255F6}';MOM2005ComputerGroupID={A3D8869C-7418-4249-A623-7B829828B363}

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_SERVER_LOCATOR_POINT_was_unable_to_log_on_14_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Server_Locator_Point_Servers_Installation" Enabled="true" ConfirmDelivery="true" Comment="Mom2005ID='{0A7A6671-7F14-4F49-A712-1127371255F6}';MOM2005ComputerGroupID={A3D8869C-7418-4249-A623-7B829828B363}">
<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_SERVER_LOCATOR_POINT</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_SERVER_LOCATOR_POINT was unable to log on.

The SMS_SERVER_LOCATOR_POINT 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_SERVER_LOCATOR_POINT 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>