Categories: Errors

SSIS :The package failed to load due to error 0xC0011008

Below is the error which I was getting today while deploying the SSIS pacakge for a particular SSIS project.

“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 fail”

After doing some research on google i tried few things like checking the version of package, checking path of DTS file, checking if the package

execution is on 64 bit mode however none of them worked.

 

Then the last solution worked which was to install SharePoint list adapter . I have  few package in my solution which were using Sharepoint list adapter and the version of SharePoint list adapter on my system was not the correct version which was present for the SSIS file. So to fix this issue I removed the current SharePoint list adapter from my laptop machine and installed the version for the SharePoint list adapter which was used in the package.

This got my issue resolved and I was able to deploy my package.If you find some other solution which fix your issue then please add comments which will help any user in future for this error message.

 

 5,525 total views,  4 views today

admin

Share
Published by
admin
Tags: ssis error

Recent Posts

What is slow changing dimension?

The attribute value in Dimension table are going to change slowly over time and they…

5 years ago

How to Change SQL Server Compatibility level

  Changing Database compatibility level will be required when you upgrade your database from one…

6 years ago

View Compatibility level of Database

To know what is compatibility Level check this post link. You can view the compatibility…

6 years ago

SQL Server Compatibility Level

SQL Server Compatibility level will be used to decide how SQL will use it features.…

6 years ago

View in SQL server

A view is a virtual table.  View will not store any data physically. The data…

6 years ago

How to enable Query store in sql server

Query store is a new powerful feature introduced in SQL 2016 which stores the query…

6 years ago