我在本地计算机上安装了SSIS目录以及SQL Server 2014数据库实例。当程序包通过目录运行时,事件日志会出现如下错误:
SSIS执行流程无法写入IS目录: (ServerName):SSISDB错误详细信息:无法向其中添加新消息 操作消息表。:超时过期。超时期限 在完成操作之前经过或服务器没有经过 响应。该语句已终止。;在 Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ISServerHelper.AppendExecutableStatistics(SqlCommand的 cmd,Int64 operationId,Int64 projectId,Int64 versionId,String packageName,String packageLocationType,String packagePathFull, String executableName,String executableGuid,String packagePath, String executionPath,DateTimeOffset startTime,DateTimeOffset endTime,Int32 executionDuration,Int16 executionResult,Object executionValue)at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ExecutableStatistics.WriteInternal(SqlCommand的 sqlCommand)at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.CompositeLog.WriteInternal(SqlCommand的 sqlCommand)at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.Loggable.Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ILoggable.Write(的SqlConnection 康涅狄格州)
问题发生时,似乎与SSIS目录的连接丢失。这种情况时不时发生。如果有人可以帮我解决这个问题,我将不胜感激。
答案 0 :(得分:1)
从2012年升级到2014年后,我发生了这种情况。我删除并重新创建了目录并重新部署了这些包。这解决了这个问题。