Hi
I currently have a VS 2017 SSDT and ODBC(32/64) bit set up as we sourcing data via Denodo which is from oracle environment.
I have ODBC connection manager set up and on my data flow ODBC source and OLEB destination
The source returns 200million rows of data accross 6 columns. Please note im also using a VPN connection.
It runs up until 7million or sometimes less and fails with this error:
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on ODBC Source returned error code 0x80004005. 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.
[SSIS.Pipeline] Information: The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. 12 buffers were considered and 12 were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked.
Please assist on how one can resolve this?
Thanks