Hi All,
I am getting below after fetching millions of records. the error occurred in ADO .Net data source.
Started: 2:09:20 PM Error: 2013-05-04 15:39:56.96 Code: 0xC0209029 Source: Data Flow Task - ADO .NET Data Source [1] Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "ADO .NET Data Source" (1)" failed because error code 0x80131904 occurred<c/> and the error row disposition on "output column "<column name>" (1978)" 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. End Error Error: 2013-05-04 15:39:57.18 Code: 0xC02090F5 Source: Data Flow Task [1] Description: The component "ADO .NET Data Source" (1) was unable to process the data. Pipeline component has returned HRESULT error code 0xC0209029 from a method call. End Error Error: 2013-05-04 15:39:57.26 Code: 0xC0047038 Source: Data Flow Task SSIS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO .NET Data Source" (1) returned error code 0xC02090F5. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component<c/> but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure. End Error DTExec: The package execution returned DTSER_FAILURE (1).
thanks in advance.