I had an SSIS package created in VS 2013 using a database in SQL Server 2012 and I was getting the error" 0xC0011008 "Error loading from XML ... This occurs when CPackage::LoadFromXML fails" when I was starting the package from a Web Service.
As a solution for that problem I created, as sugested in this forum, both the SSIS project and the Web Service in Visual Studio 2012 and continued using SQL Server 2012. That worked perfectly.
Now I have to create the same project running an instance of SQL Server 2014. I created the same project in VS 2013 but I get the same eror as before "CPackage::LoadFromXML fails".
Even using SQL Server 2014, when i run a job starting the package, i still get the error "Package migration from version 8 to version 6 failed".
What do i have to change to run the SSIS Package with SQL Server 2014?
As a solution for that problem I created, as sugested in this forum, both the SSIS project and the Web Service in Visual Studio 2012 and continued using SQL Server 2012. That worked perfectly.
Now I have to create the same project running an instance of SQL Server 2014. I created the same project in VS 2013 but I get the same eror as before "CPackage::LoadFromXML fails".
Even using SQL Server 2014, when i run a job starting the package, i still get the error "Package migration from version 8 to version 6 failed".
What do i have to change to run the SSIS Package with SQL Server 2014?