I get this error message when trying to execute a simple task in SSIS. I have ran this package before whitout any issue, but now i'm getting this error. I haven't made any configuration changes, everything still the same way than when the package worked. The source use an ODBC connector to extract data from an external MySQL DB.
I have been reading about multiple errors on using connectors in Visual Studio 2008, but I can't find any advice that works for me...
Any help will be thankful...
Error: 0xC02090F5 at Recarga completa en DW, ADO NET Source 1 1 [1552]: The component "ADO NET Source 1 1" (1552) was unable to process the data. Intento de leer o escribir en la memoria protegida. A menudo, esto indica que hay otra memoria dañada.
Error: 0xC0047038 at Recarga completa en DW, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET Source 1 1" (1552) 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, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Error: 0xC0047038 at Recarga completa en DW, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET Source 1" (163) returned error code 0x80004003. 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.
Information: 0x40043008 at Recarga completa en DW, SSIS.Pipeline: Post Execute phase is beginning.
The program '[5324] Package.dtsx: DTS' has exited with code 0 (0x0).