Please add support for SQL Server 2012 in terms of executing SSIS packages.
As of now it does not work. We get the following error message.
Unhandled error occured: System.BadImageFormatException: Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format. File name: 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' at Microsoft.SqlServer.Dts.Runtime.Application..ctor() at SSISExecute2008.SSIS2008.ExecutePackage(TaskSSISInfoClass task) at kGsEZqnyQHd8OHTEk6.FfEaKLkqgXId77b4a6.oqVKAs5fE(String[] ) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Exception in Task: Non zero exit code
Edited by moderator
2013-06-25T13:03:05Z
|
Reason: Not specified