MSSQL 2016: IS 服务已尝试停止正在运行的包

Microsoft.SQLServer.2016.IS_Service_has_attempted_to_stop_a_running_package_5_Rule (Rule)

Integration Services 服务用于向 Integration Services 运行时发送请求以停止正在运行的包。注意: 默认情况下,此规则为禁用状态。请根据需要使用替代进行启用。

Knowledge Base article:

摘要

Integration Services 服务用于向 Integration Services 运行时发送请求以停止正在运行的包。

原因

用户单击了 SQL Server Management Studio 的“正在运行的包”文件夹中所列包上的“停止”选项。

解决方法

如果这是异常请求,则应通过检查由包的执行实例生成的日志以及权限来进行调查,以便限制可停止包执行的人员。

外部

有关详细信息,请参阅联机丛书主题:“Integration Services 日志提供程序”、“在包中实现日志记录”和“Integration Services 角色”。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

优先级

定义警报优先级。

1

严重性

定义警报严重性。

2

Element properties:

TargetMicrosoft.SQLServer.2016.IntegrationServices.Instance
CategoryEventCollection
EnabledFalse
Event_ID336
Event SourceSQLISService130
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
MSSQL 2016: IS 服务已尝试停止正在运行的包
{0}
Event LogApplication
CommentMom2016ID='{2C144436-E486-4528-A00C-32B2A8F100B9}';MOM2016GroupID={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.2016.IS_Service_has_attempted_to_stop_a_running_package_5_Rule" Target="SQL2016IS!Microsoft.SQLServer.2016.IntegrationServices.Instance" Enabled="false" ConfirmDelivery="true" Remotable="true" Comment="Mom2016ID='{2C144436-E486-4528-A00C-32B2A8F100B9}';MOM2016GroupID={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>336</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SQLISService130</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.2016.IS_Service_has_attempted_to_stop_a_running_package_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>Event ID: $Data/EventDisplayNumber$. $Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>