BCD 檔案存取和建立: 重新初始化伺服器

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

Knowledge Base article:

摘要

Windows 部署服務需要使用 RemoteInstall 資料夾來取得組態資訊及存取映像。若 RemoteInstall 資料夾遺失檔案,Windows 部署服務將會失敗。若要解決此問題,請執行下列程序來重新初始化伺服器。

解決方式

若要執行這些程序,您必須是本機 Administrator 群組的成員,或是已經委派您適當的權限。

若要重新初始化伺服器:

Element properties:

TargetMicrosoft.Windows.Server.6.3.WDSRole.Service.DeploymentServer
CategoryEventCollection
EnabledTrue
Event SourceBINLSVC
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
BCD 檔案存取和建立: 重新初始化伺服器
{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.1287.1302.1303.1304" 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>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1287|1302|1303|1304)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">BINLSVC</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.1287.1302.1303.1304.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>