September 13, 2010 at 12:49 pm
I have an excel source. I need to load into database table. But when I use excel source in SSIS on the server, it gives me the below error.
“microsoft ace.oledb.12.0” provider is not registered on the machine
MS office is not installed on my machine.
Is there any other way that I can achieve this data without installing MS Office.
Thanks in advance.
Satish
September 13, 2010 at 1:33 pm
Download necessary components (Not Office itself) from:
This download will install a set of components that facilitate the transfer of data between existing Microsoft Office files such as Microsoft Office Access 2007 (*.mdb and *.accdb) files and Microsoft Office Excel 2007 (*.xls, *.xlsx, and *.xlsb) files to other data sources such as Microsoft SQL Server. Connectivity to existing text files is also supported.
September 13, 2010 at 1:44 pm
Thanks, Its working now.
September 13, 2010 at 10:09 pm
Thanks , I learned a new concept today
Raunak J
February 21, 2012 at 3:46 am
Hi
Does this by any means temp with the oracle drivers?
I installed this for my clients and right after they complained about oracle drivers (haven't looked the error message yet), although the initial problem was solved
February 21, 2012 at 3:53 am
Tee.M (2/21/2012)
HiDoes this by any means temp with the oracle drivers?
I installed this for my clients and right after they complained about oracle drivers (haven't looked the error message yet), although the initial problem was solved
The ACE OLE DB driver has no connection whatsoever with Oracle drivers.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 21, 2012 at 6:06 am
well the error reads as follows, this was working a day before
OLE DB provider "MSDAORA" for linked server "CDIHWHPROD2_EIW" returned message "ORA-12154: TNS:could not resolve the connect identifier specified
".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "CDIHWHPROD2_EIW".
i check the TNS and everything looks fine there.
please help!!!
February 21, 2012 at 6:13 am
Tee.M (2/21/2012)
well the error reads as follows, this was working a day beforeOLE DB provider "MSDAORA" for linked server "CDIHWHPROD2_EIW" returned message "ORA-12154: TNS:could not resolve the connect identifier specified
".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "CDIHWHPROD2_EIW".
i check the TNS and everything looks fine there.
please help!!!
This has become an Oracle connectivity problem, while the original thread is about Excel files.
Better start up a new topic or try the Oracle forums, they probably know a lot more about this stuff than the people here.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply