- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-06-2012 01:44 PM
I am getting this error on a DIM package that was working previously last week. Today I'm getting this error
"Could not load package [package name] because of error 0xC00160AC. Description: No description found
Researching this appears to be related to version differneces between SQL 2005 and SQL 2008.
But nothing I have tried is working.
The data source is an Excel 2007 spreasheet.
Has anyone run into this problem before
Thanks
Tim
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 11:43 AM
This problem is now affecting all DIM packages. All fail and all have the same error.
On MS Site I have found this....
http://support.microsoft.com/kb/2466166
Which lists the problem with
Hresult: 0xC00160AC
Integer: -1073651540
Symbolic constant: DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED
... and it describes the problem as this....
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 12:43 PM
SSIS has historically had issues importing excel files. If you switch them to CSV files it will likely work. Of course you'll have to rebuild your imports....
J
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-08-2012 07:49 AM
True, except for one thing. CSV Imports have a field limit of 100 char. We found that out the hard way. Excel doesn't have that limitation which is why we were switching.
But what has now happened is past that, the DIM no longer works at all, CSV or Excel. And all tailures are for the same error code which appears to be this difference between 2005 SSIS packages run in 2008 environment. Yet, nothing seems to be 2005...
Still out of business.
Thanks for your response, even moral support helps at this point.
Tim
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-08-2012 10:34 AM
Tim,
Did you switch to a named instance? If so check this out:
http://msdn.microsoft.com/en-us/library/ms137789.a
John
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2012 08:06 AM
No, Instance has remained the same, still looking..
T
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2012 11:23 AM
I tested the config file, everything looks good. Still not working.
T
Re: DIM Could not load package Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-14-2012 07:51 AM
Solved at last!
Should anyone run into this problem, the resolution is to reinstall SSIS. Not being the dba, I was not in a position to do this, but once done, all was well with DIM again.
Thanks for all the responses.
Tim


