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.
When I run it, I always get the same error for different data flows.
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?