SSIS エラー - ODBC ソース

SSIS エラー - ODBC ソース

SSIS で MYSQL に接続するために ODBC 接続を使用しています。接続は成功しますが、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

なぜこのエラーが発生したのかはわかりませんが、エラーは解決しました。ソース-->エラー出力で、列の失敗を無視を選択しました。

関連情報