MSSQL 2014: XML: 加载 Msxml2.dll 失败

Microsoft.SQLServer.2014.XML___Failed_to_load_Msxml2.dll_1_5_Rule (Rule)

安装 SQL Server 的计算机上缺少 Msxml2.dll 文件,或在处理 XML 功能(如 sp_xml_preparedocument)时无法从系统目录中加载该文件。如果该文件存在,则可能是未正确地注册或其某个从属文件不存在。

Knowledge Base article:

摘要

安装 SQL Server 的计算机上缺少 Msxml2.dll 文件,或在处理 XML 功能(如 sp_xml_preparedocument)时无法从系统目录中加载该文件。如果该文件存在,则可能是未正确地注册或其某个从属文件不存在。

如果你在未安装早期版本的 MSDE 的计算机上安装 MSDE SP3a,则可能没有安装 Msxml2.dll 文件。如果你安装了其他版本的 SQL Server,则可能使因为程序卸载删除了该文件,或者手动删除或注销了该文件。

解决方法

在 SQL Server 计算机上搜索 Msxml2.dll。如果该文件存在,请验证是否已正确注册了该文件。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

优先级

定义警报优先级。

1

严重性

定义警报严重性。

2

Element properties:

TargetMicrosoft.SQLServer.2014.DBEngine
CategoryEventCollection
EnabledTrue
Event_ID6610
Event Source$Target/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.DBEngine"]/ServiceName$
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
MSSQL 2014: XML: 加载 Msxml2.dll 失败
{0}
Event LogApplication
CommentMom2014ID='{49C720E3-00BA-4A68-B33B-B09017D6945E}';MOM2014GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SQLServer.2014.XML___Failed_to_load_Msxml2.dll_1_5_Rule" Target="SQL2014Core!Microsoft.SQLServer.2014.DBEngine" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2014ID='{49C720E3-00BA-4A68-B33B-B09017D6945E}';MOM2014GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{F6DA1507-12AF-11D3-AB21-00A0C98620CE}" 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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.DBEngine"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6610</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2014.XML___Failed_to_load_Msxml2.dll_1_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>Event ID: $Data/EventDisplayNumber$. $Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>