Getting the Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005

0

I am creating a new SSIS package, about 25 data flows. From Oracle database to SQL Server. IT always fails. Each container has about 8 data flows. enter image description here

When I run it, I always get the same error for different data flows.
enter image description here

These are the errors:

[Pull SKU [518]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Pull SKU returned error code 0xC0202009.

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. Any ideas as to what is wrong here?

sql
sql-server
oracle
ssis
ssis-2019
asked on Stack Overflow May 19, 2021 by Roostam • edited May 19, 2021 by AEM

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0