ターミナル サービスはクライアント接続要求を処理できませんでした

TS_could_not_process_client_connection_request_2003 (Rule)

Knowledge Base article:

概要

ターミナル サーバーはクライアントに接続できませんでした。このエラーは、サーバーとクライアントのデータ暗号化設定に互換性がない場合に発生することがあります。

このルールは、次のイベント ID に適用されます。

50

その他の情報

このトピックに記載されているイベント ID は、Microsoft® Windows® 2000 Server および Microsoft Windows Server® 2003 オペレーティング システムに適用されます。

原因

考えられる原因は次のとおりです。

イベント 50: リモート デスクトップ プロトコル (RDP) コンポーネントは、プロトコル ストリームにエラーを検出してクライアントを切断しました。

解決方法

考えられる解決策は次のとおりです。

次の手順を実行して、サーバーの暗号化を設定します。

イベント 50:サーバーの暗号化をクライアントと互換性のある設定にするか、またはターミナル サーバー クライアントをアップグレードし、サーバーの暗号化設定を受け付けられるようにします。サーバーの暗号化を設定するには、次のいずれかを行います。

Element properties:

TargetMicrosoft.Windows.Server.2003.TerminalServerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
ターミナル サービスはクライアント接続要求を処理できませんでした
{0}
Event LogSystem
CommentMom2005ID='{E4739821-D007-456C-A831-887B816EEF6A}'

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_could_not_process_client_connection_request_2003" Target="Microsoft.Windows.Server.2003.TerminalServerRole" Enabled="onEssentialMonitoring" Remotable="true" Comment="Mom2005ID='{E4739821-D007-456C-A831-887B816EEF6A}'">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Event_Data_Source" Comment="{907D4578-146C-11D3-AB21-00A0C98620CE}" 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>EventNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>-1073086414</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>TermDD</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_could_not_process_client_connection_request_2003.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>