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
The attribute value in Dimension table are going to change slowly over time and they…
Changing Database compatibility level will be required when you upgrade your database from one…
To know what is compatibility Level check this post link. You can view the compatibility…
SQL Server Compatibility level will be used to decide how SQL will use it features.…
A view is a virtual table. View will not store any data physically. The data…
Query store is a new powerful feature introduced in SQL 2016 which stores the query…