【问题标题】:SSIS package with status running is not running状态为 running 的 SSIS 包未运行
【发布时间】:2015-11-24 09:10:58
【问题描述】:

我已将我的 SSIS 解决方案部署到 SQL Server 2014。该包是从 Management Studio 手动运行的。随机地,包在执行报告中显示正在运行的状态,但是当我使用 Management Studio 连接到集成服务时,它没有显示任何正在运行的包。包只是挂起,没有任何错误,也没有任何步骤开始或完成。 我该如何解决这个问题?什么可能导致此错误?

【问题讨论】:

    标签: sql-server ssis


    【解决方案1】:

    只是为了记录,我发现问题出在 SSISDB 表中的日志过多导致的数据库超时。

    SSIS 执行进程无法写入 IS 目录:MAMSQLT02:SSISDB 错误详细信息:无法将新消息添加到操作消息表中。:超时已过期。操作完成前超时时间已过或服务器未响应。在 Microsoft.SqlServer.IntegrationServices 的 Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ISServerHelper.AppendEventMessage(SqlCommand cmd,Int64 operationId,Int32 message_type,DateTimeOffset message_time,Int16 message_source,String message_text,Nullable1 extendedInfoId, String packageName, String packageLocationType, String packagePathFull, String eventName, String messageSource, String messageSrcId, String subComponentName, String packagePath, String executionPath, UInt32 threadId, Nullable1 messageCode,Int64& eventMessageId)在 Microsoft.SqlServer.IntegrationServices。 Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.Loggable.Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ILoggable.Write(SqlConnection conn) 上的 Server.ISServerExec.BasicEventInfo.WriteInternal(SqlCommand sqlCommand)

    使用 SP [internal] 截断表。[cleanup_server_retention_window_truncateall] 解决了问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-21
      • 1970-01-01
      • 1970-01-01
      • 2015-05-15
      • 1970-01-01
      • 2021-04-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多