Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello guys.

I have the following problem. I have a package dtsx from a project developed in VS2008, then I would want to install this package in Sql Server 2012, the problem is that Sql Server 2012 doesn't run dtsx packages from VS2008.

So, I have tried to upgrade the project in Visual Studio 2010, but it didn't work.

My second try was creating a project in Visual Studio 2013, I created a project and I added the existing package "MypackagecreatedinVS2008", I run the project and everything is correct, the package does his tasks. When I install the package with ISDeploymentWizard.exe, previously, creating the database of integration services SSISBD, and the error is this:


XML
The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.


I have changed the protection level of the project to don't save sensitive in the two projects (VS2008 and VS2013) in all the levels. I have changed the execution of the project for 64x = false, I mean is a 86x project, everything is in 86x.

I have been looking for the solution for this error 0xC0011008, but I haven't found anything. Anybody can help me? I don't know what I have to do. Thank you very much.
Posted

1 solution

I corrected the problem creating a new project of integration packages in VS 2010. Then, I added the dts subsequently generate the .ispac package and installed correctly in SQL Server 2012. I think, the problem was that the creation of a package in VS 2013 doesn't work in SQL Server 2012, at least I had that problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900