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.msi,或是在處理 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>