授权服务器已启动但有警告

LS_started_with_warnings_2003 (Rule)

Knowledge Base article:

摘要

终端服务器授权启动时出现警告:

此规则适用于以下事件 ID:

4, 18, 19, 24

其他信息

本主题中讨论的事件 ID 适用于 Windows® 2000 服务器和 Windows Server 2003 操作系统。

原因

可能的原因包括:

解决方法

可能的解决方法包括:

事件 4:使用授权向导中的“电话”连接方法重新激活终端服务器授权。您也可以联系 Microsoft Clearinghouse 以重新颁发许可证包。使用终端服务器授权管理工具访问 Microsoft Clearinghouse。

事件 19、24:(仅 Microsoft® Windows Server™ 2003 操作系统)验证是否已正确安装 crypt32.dll。在事件查看器中检查 crypt32.dll 相关错误。如果找到错误,请重新安装终端服务器授权并联系 Microsoft Clearinghouse 以重新颁发许可证包。使用终端服务器授权管理工具访问 Microsoft Clearinghouse。

删除客户端计算机上的 MSLicensing 注册表项:

在终端服务器上删除 X509 certificate 注册表项:

事件 18:与 Microsoft 联系以激活终端服务器授权,并安装许可证。

Element properties:

TargetMicrosoft.Windows.Server.2003.TerminalServicesLicensingServerRole
CategoryEventCollection
EnabledTrue
Event SourceTermServLicensing
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
授权服务器已启动但有警告
{0}
Event LogSystem
CommentMom2005ID='{8AEC6D24-17D1-4F97-9A76-84832D614D86}'

Member Modules:

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

Source Code:

<Rule ID="LS_started_with_warnings_2003" Target="Microsoft.Windows.Server.2003.TerminalServicesLicensingServerRole" Enabled="onEssentialMonitoring" Remotable="true" Comment="Mom2005ID='{8AEC6D24-17D1-4F97-9A76-84832D614D86}'">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Event_Data_Source" 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>EventNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(-1073676284|-1072627688|18|19)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>TermServLicensing</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="LS_started_with_warnings_2003.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>