Please help! DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER - Excel Connection Manager" failed with error code 0xC0209303 - Error!


hi,

creating simple package load 100 records 'microsoft excel 2010' sheet  into sql 2012 database using ssis 2012.

have simple data flow task as
excel source, 
a derived column transformtaion and 
a oledb destination.

but, simple task not running , keep on giving below error - 

[excel source [30]] error: ssis error code dts_e_cannotacquireconnectionfromconnectionmanager.  the acquireconnection method call connection manager "excel connection manager" failed error code 0xc0209303.  there may error messages posted before more information on why acquireconnection method call failed.

made delayvaldation true still getting same issue.

can please resolve this?

hi vskindia,

based on error message, package cannot run because specified connection failed in excel source. message might appear because of 1 of following problems:

  • the connection string specifies provider not supported. please make sure use correct provider. use microsoft jet 4.0 ole db provider 2003 , former version excel file, use microsoft office 12.0 access database engine 2007 , later version excel file. since there no 64-bit version of microsoft ole db provider jet, need execute package in 32-bit runtime. in project properties->debugging section, set run64bitruntime false.
  • you not have correct permissions access excel file. please verify have required permissions access excel file.
  • the excel file damaged. can try open excel file or use new excel file test issue.


thanks,
katherine xiong


katherine xiong
technet community support



SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........