64bit
Main Topics
Browse All TopicsI am trying to deliver an SSIS package to SQL Server 2005 Enterprise Edition running on Windows Server 2003 R2 (64bit).
The package itself is quite simple, just a basic read/write of a MySQL table (testing the integration).
I am able to build and deploy the package on my development machine, and I'm able to debug & build the package on the server that will eventually host it (using the local install of BIDS), but for some reason the deployment wizard fails when I attempt to execute the build package from Windows.
The error message that I get is:
TITLE: Package Installation Wizard
--------------------------
Unexpected error occurred.
--------------------------
ADDITIONAL INFORMATION:
Retrieving the COM class factory for component with
CLSID {E44847F1-FD8C-4251-B5DA-B
to the following error: 80040154. (Microsoft.SqlServer.Manag
--------------------------
Retrieving the COM class factory for component with
CLSID {E44847F1-FD8C-4251-B5DA-B
to the following error: 80040154. (Microsoft.SqlServer.Manag
The install seems to have the DLLs in the right place... Has anybody else come across this particular problem? Any tips would be appreciated. I've looked up the error in various places, but cant' seem to find any other cases quite the same as mine.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: nmcdermaidPosted on 2009-06-11 at 18:17:45ID: 24608457
Is the SQL Server edition 32 bit or 64 bit? Did you develop it on a 32bit or 64bit sql server? That may be the problem.