프린터 연결: 다시 시도하거나 업데이트된 프린터 드라이버 설치

Microsoft.Windows.Server.2008.PrintServer.PrintSpoolerService.PrinterConnectionsStatus.System.EventCollection.1.2 (Rule)

다시 시도하거나 업데이트된 프린터 드라이버를 설치합니다.

Knowledge Base article:

요약

다시 시도하거나 업데이트된 프린터 드라이버를 설치합니다.

해결 방법

대상 컴퓨터에 프린터 드라이버를 설치한 다음 프린터 연결을 다시 시도하십시오. 기존 드라이버를 사용하라는 메시지가 표시되면 다시 설치를 선택하십시오.

Element properties:

TargetMicrosoft.Windows.Server.2008.PrintServerRole
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-SpoolerWin32SPL
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
프린터 연결 상태 경고
{0}
Event LogSystem

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.2008.PrintServer.PrintSpoolerService.PrinterConnectionsStatus.System.EventCollection.1.2" Enabled="true" Target="Microsoft.Windows.Server.2008.PrintServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1|2)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SpoolerWin32SPL</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.PrintServer.PrintSpoolerService.PrinterConnectionsStatus.System.EventCollection.1.2.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression/>
</WriteAction>
</WriteActions>
</Rule>