Asked By
andrew word
30 points
N/A
Posted on - 08/13/2012
Hi
I have quite a few packages and they are exporting from SQL 05 to excel files. Also they run effectively for a few weeks.
But at this moment when I attempt to chart in the excel columns I find an error message.
Excel connection manager, Microsoft jet database engine unspecified error. Hresult 0x80004005.
However I have got a few answers on the internet saying that I need to repair excel on the machine, but nothing happens after that.
I don't feel I am utilizing a Jet Driver; also my source query is utilizing a source connection OLEDB with driver Native OLE DB/SQL Native Client.
Microsoft Visual Studio
Â
Error at 3 AUS Resources [Connection manager "Supplier Excel"]: SSIS Error Code DTS_E_0LEDBERROR.
An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: ""Microsoft Access Database Engine“ Hresult: 0x80004005
Description: "Unspecified error".
Â
Error at Data Flow Task [Supplier Excel [4092]]: SSIS Error Code
DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method
call to the connection manager "Supllier Excel" failed with error code 0xC0202009. There may be error
messages posted before this with more information on why the AcquireCornnection method call failed.
Â
Additional information:
-> Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)
Â
                                              OK
Â
I need to solve this. Please give a solution.
Thanks a lot.
Microsoft Visio Studio – Looking for solution
Hello Andrew,
Try the following workarounds to solve the issue you are having:
Solution 1:
Ensure that the path to the excel workbook is correct.
You can also try creating the workbook from within the SSIS so that it can be able to use the office web tools.
Solution 2:
-
Locate the solution and right click on it, and then go to properties.
-
Next you will have to click the left hand side Debugging option.
-
Navigate to the right hand side and click on the Debugging options,
-
And then click on Run64bitruntime.
-
Change its option to false
Hope these helps.
Regards,
Carl
Â