Hi,
I am getting the following errors when I run one of 4 SSIS packages to pull data from MySQL to MSSQL. Other 3 SSIS package works fine. Only this one with big data have the problem.
1. Error: 0xC02090F5 at FRTHEDP Data Flow Task, Read Data from CODA of MySQL [833]: The Read Data from CODA of MySQL was unable to process the data. ERROR [08S01] [MySQL][ODBC 5.1 Driver][mysqld-5.5.14-log]Lost connection to MySQL server during query
2. Error: 0xC0047038 at FRTHEDP Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Read Data from CODA of MySQL 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.
This issue already took me a lot of time until now. If you can help me, really appreciate!