具有來源 OnlineResponderWebProxy 和 ID 20 的事件收集規則

Microsoft.Windows.CertificateServices.CARole.2016.OCSPEvents.WebProxy.20 (Rule)

線上回應 Web Proxy 已修正一個無效的組態。

Knowledge Base article:

摘要

Microsoft 線上回應服務的狀態和運作與許多功能和元件有相依性,包括能否及時存取憑證撤銷資料、憑證授權單位 (CA) 憑證和鏈結的有效性,以及整體系統回應和可用性。

解決方式

修正線上回應 Web Proxy 的設定

含有無效值的內容應在對應的錯誤訊息中識別。

例如,Web Proxy 之 NumOfThreads 設定的可接受值範圍介於 1 到 9,999 之間。如果內容值設為 0,則執行緒數目假設為 5。如果設定的值大於 9,999,則執行緒數目假設為 50 (預設值)。

請調查內容並視需要以有效值加以取代。

這個錯誤表示設定值不在允許的範圍內。如果手動修改登錄,就可能會發生此錯誤。

如需詳細資訊,請參閱疑難排解:網際網路資訊服務 (IIS) 7.0 ( http://go.microsoft.com/fwlink/?LinkId=104212) 及網頁伺服器 ( http://go.microsoft.com/fwlink/?LinkID=85627)。

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
CategoryEventCollection
EnabledTrue
Event_ID20
Event SourceMicrosoft-Windows-OnlineResponderWebProxy
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.CertificateServices.CARole.2016.OCSPEvents.WebProxy.20" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.2016" 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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">20</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-OnlineResponderWebProxy</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>