MSSQL 2014: IS 服务无法加载用户定义的配置文件

Microsoft.SQLServer.2014.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule (Rule)

Integration Services 服务启动时,无法加载服务的配置文件。默认情况下,此文件的名称为 MSDtsSrvr.ini.xml。但是,可使用注册表设置将 Integration Services 配置为使用任何文件名和文件位置。

Knowledge Base article:

摘要

Integration Services 服务启动时,无法加载服务的配置文件。默认情况下,此文件的名称为 MSDtsSrvr.ini.xml。但是,可使用注册表设置将 Integration Services 配置为使用任何文件名和文件位置。

原因

无法加载配置文件,因为找不到该文件或指定的文件不是预期格式。文件可能已损坏,或者该文件所在的网络共享无法访问。

解决方法

提供默认位置 Microsoft\SQL Server\90\DTBinn 中的配置文件或注册表项中指出的位置: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFiledefault

验证配置文件是否为符合指定架构的 XML 文件。

外部

有关配置文件的架构的详细信息,请参阅联机丛书主题:“配置 Integration Services 服务”、“为 Integration Services 访问配置 Windows 防火墙”和“管理 Integration Services 服务”。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

优先级

定义警报优先级。

1

严重性

定义警报严重性。

2

Element properties:

TargetMicrosoft.SQLServer.2014.IntegrationServices.Instance
CategoryEventCollection
EnabledTrue
Event_ID272
Event SourceSQLISService120
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
MSSQL 2014: IS 服务无法加载用户定义的配置文件
{0}
Event LogApplication
CommentMom2014ID='{9500A9D3-9854-4391-950D-C68A9841060B}';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.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule" Target="SQL2014IS!Microsoft.SQLServer.2014.IntegrationServices.Instance" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2014ID='{9500A9D3-9854-4391-950D-C68A9841060B}';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>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>272</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SQLISService120</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.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>Event ID: $Data/EventDisplayNumber$. $Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>