終端機服務拒絕用戶端的自動重新連線要求

TS_denied_client_auto_reconnection_request_2003 (Rule)

Knowledge Base article:

摘要

Microsoft® Windows Server™ 2003 終端機伺服器已拒絕用戶端自動重新連線要求。如果終端機伺服器上的用戶端驗證失敗,通常會發生此錯誤。

此規則涵蓋下列事件識別碼:

1041

其他資訊

本主題所述的事件識別碼僅適用於 Windows Server 2003 作業系統。

原因

可能的原因包括:

解決方式

可能的解決方式包括:

Element properties:

TargetMicrosoft.Windows.Server.2003.TerminalServerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
終端機服務拒絕用戶端的自動重新連線要求
{0}
Event LogSystem
CommentMom2005ID='{73971140-4975-40A6-BD58-20F1B085669D}'

Member Modules:

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

Source Code:

<Rule ID="TS_denied_client_auto_reconnection_request_2003" Target="Microsoft.Windows.Server.2003.TerminalServerRole" Enabled="onEssentialMonitoring" Remotable="true" Comment="Mom2005ID='{73971140-4975-40A6-BD58-20F1B085669D}'">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Event_Data_Source" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>TermService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>-1073740783</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="TS_denied_client_auto_reconnection_request_2003.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>