Hi,
I am deploying a very simple package to an MSSQL 2012 SP1 SSISDB catalog using an environment for the parameters. I got the package to run fine one time. After that I only get "Unexpected termination" errors while running the package.
In the eventlog of the server I see the following error:
Application: ISServerExec.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.IDTSExecutable100_Execute(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100,
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, System.Object)
at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.IDTSExecutable100_Execute(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100,
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, System.Object)
at Microsoft.SqlServer.Dts.Runtime.DtsContainer.Execute(Microsoft.SqlServer.Dts.Runtime.Connections, Microsoft.SqlServer.Dts.Runtime.Variables, Microsoft.SqlServer.Dts.Runtime.IDTSEvents, Microsoft.SqlServer.Dts.Runtime.IDTSLogging, System.Object)
at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ISServerExecutionEvents.StartPackage()
at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage()
at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation()
at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ExecuteMain.Main(System.String[])
Anybody any idea what is causing this error? Another job on the same server (much more complex) is not experiencing these problems.
Regards,
Mark van Bree