映像伺服器組態: 檢查程式碼或連絡自訂用戶端的提供者

Microsoft.Windows.Server.6.3.WDSRole.Service.DeploymentServer.EventCollection.264 (Rule)

Knowledge Base article:

摘要

自訂用戶端必須符合軟體開發套件 (SDK) 中定義的要求。Windows 部署服務伺服器收到自訂部署用戶端傳來的記錄訊息,但無法解析。例如,伺服器可能設定為僅記錄錯誤和警告,而自訂用戶端可能傳送了資訊事件。

解決方式

若要解決此問題,請檢查自訂用戶端的程式碼以確認其符合這些要求,或是連絡廠商以取得進一步的支援。

外部

若要下載適用於 Windows Server 2012 R2 的 Microsoft Windows SDK,請造訪 http://go.microsoft.com/fwlink/?LinkID=104661

Element properties:

TargetMicrosoft.Windows.Server.6.3.WDSRole.Service.DeploymentServer
CategoryEventCollection
EnabledTrue
Event_ID264
Event SourceWdsImgSrv
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
映像伺服器組態: 檢查程式碼或連絡自訂用戶端的提供者
{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.Service.DeploymentServer.EventCollection.264" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.6.3.WDSRole.Service.DeploymentServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">264</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">WdsImgSrv</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.Service.DeploymentServer.EventCollection.264.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>