SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Error
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Joshrinn
Posting Yak Master

118 Posts

Posted - 04/25/2012 :  10:20:04  Show Profile  Reply with Quote
[EXL_Beta_Source [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
The AcquireConnection method call to the connection manager "Excel Connection Manager 1" failed with error
code 0xC00F9304. There may be error messages posted before this with more information on why
the AcquireConnection method call failed.


[SSIS.Pipeline] Error: component "EXL_Beta_Source" (1) failed validation and returned error code 0xC020801C.

[Connection manager "Excel Connection Manager 1"] Error: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED:
The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 04/25/2012 :  14:30:04  Show Profile  Reply with Quote
the error message is obvious. You're trying configure a 32 bit Excel connection manager in a 64 bit sql server installation. You need to use 64 bit equivalent provider instead

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

Joshrinn
Posting Yak Master

118 Posts

Posted - 04/25/2012 :  16:03:21  Show Profile  Reply with Quote
So how do you change it. Isn't it through properties?
Go to Top of Page

Joshrinn
Posting Yak Master

118 Posts

Posted - 04/25/2012 :  16:07:13  Show Profile  Reply with Quote
So how do you change it. Isn't it through properties?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 04/25/2012 :  16:10:42  Show Profile  Reply with Quote
Nope. Do you've corresponding provider that works for 64 bit? if not you need to first download and install it.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000