Ошибка SSIS — источник ODBC

Ошибка SSIS — источник ODBC

Я использую соединение ODBC для подключения к MYSQL в SSIS. Соединение установлено успешно, но при выполнении пакета SSIS возникает следующая ошибка.

[ODBC Source [30]] Error: SQLSTATE: 22018, Message: [MySQL][ODBC 8.0(a) Driver][mysqld-5.7.30-0ubuntu0.16.04.1]; [ODBC Source [30]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "ODBC Source.Outputs[ODBC Source Output]" failed because error code 0xC020F450 occurred, and the error row disposition on "ODBC Source" 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.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on ODBC Source returned error code 0xC0209029. 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.

Я искал решения в интернете, но ничего не помогло. Я провел достаточно исследований, но бесполезно.

Заранее спасибо.

решение1

Я не уверен, почему возникла эта ошибка, но ошибка устранена — в источнике -> вывод ошибок я выбрал «Игнорировать сбой» для столбцов.

Связанный контент