WDSServer ネットワークの可用性: カスタム クライアントのベンダーに問い合わせる

Microsoft.Windows.Server.6.3.WDSRole.EventCollection.1031.1033.1034.1035 (Rule)

Knowledge Base article:

概要

カスタム展開クライアントの認証設定は、登録済みのプロバイダーの認証設定に一致する必要があります。たとえば、プロバイダーがリモート プロシージャ コール (RPC) に対して認証を要求し、クライアントが認証されていない RPC を使用している場合、問題が発生します。

解決方法

この問題を解決するには、カスタム展開クライアントのベンダーに連絡して、構成およびトラブルシューティング サポートを依頼してください。

Element properties:

TargetMicrosoft.Windows.Server.6.3.WDSRole
CategoryEventCollection
EnabledTrue
Event SourceWDSServer
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
WDSServer ネットワークの可用性: カスタム クライアントのベンダーに問い合わせる
{0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.6.3.WDSRole.EventCollection.1031.1033.1034.1035" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.6.3.WDSRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1031|1033|1034|1035)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">WDSServer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.6.3.WDSRole.EventCollection.1031.1033.1034.1035.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>