Hi,
I am creating a very simple package to load some 100 records from an 'Microsoft Excel 2010' sheet into SQL 2012 database using SSIS 2012.
What I have is a simple Data Flow Task with as
Excel source,
a derived column transformtaion and
a OLEDB destination.
But, this simple task is not running and keep on giving the below error -
[Excel Source [30]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0209303. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
I made the DelayValdation as True but still getting the same issue.
Can you please help to resolve this?
I am creating a very simple package to load some 100 records from an 'Microsoft Excel 2010' sheet into SQL 2012 database using SSIS 2012.
What I have is a simple Data Flow Task with as
Excel source,
a derived column transformtaion and
a OLEDB destination.
But, this simple task is not running and keep on giving the below error -
[Excel Source [30]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0209303. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
I made the DelayValdation as True but still getting the same issue.
Can you please help to resolve this?