Hello all-
This post is for informational purposes only, as I have solved the issue. However, it was such a sneaky issue that I thought I would share.
I was working from home on a working SSIS package. I deployed via dtutil, and then ran it.
It failed immediatly with the error:
"Error 0xC0011008 while preparing to load the package. 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."
Nothing on the web helped me.
Well, after about 10 hours of working with it I figured it out.
The first package loaded in SSIS is my parent package, which executes other packages stored in SQL Server.
When I first loaded up the package, my VPN was still connecting. Since I was not on the VPN when this package loaded, it could not validate.
Without any indication, my connection to the SQL Server storing the packages was invalid. All I had to do was open it, and click on OK.
So be aware... If the validation cannot take place, bad things can happen ;-)
Hope this saves someone some time.
BobP
Closing Post.
No comments:
Post a Comment