SSIS - Unable export data from SQL Server into Access Database (software version in description)

1

Background: I am using Visual Studio 2017(SSDT) version, I can't see my Access OLEDB Provider after install Access Database Engine 2010 & Access Runtime 2013. Finally got it after install the Access Database Engine 2007 Component. My computer install Office 365 with Access version 2016.

Task:

I am trying to export data from SQL Server into Access database table.

Issue:

It seems like there still a nonfunctional problem, got the OLEDB Destination Error(Which I set my destination as Access). When I create package, I can only do table or view, there's an error when I choose Table or View-fast load.

Table or View - Fast load error message

And after I choose table or view, I am able to Map the column after converse my string files into uni-code string, I got a lot of destination error:

[OLE DB Destination [80]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft Office Access Database Engine" Hresult: 0x80004005 Description: "Operation must use an updateable query.".

[OLE DB Destination [80]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLE DB Destination.Inputs[OLE DB Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (80) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (93). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

[OLE DB Source Government Group Table [140]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on OLE DB Source Government Group Table returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

Have no idea with updateable query, I am export from SQL Table using select all(*) query. I am not sure if this is about version problem, Thanks in advance!!

sql-server
ms-access
ssis
asked on Stack Overflow Oct 8, 2019 by nonslearn • edited Oct 8, 2019 by Hadi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0