テーブルをMySQLからSQL Serverにコピーしたい。SSIS MySQLテーブルをSQL Serverにコピーする
MySQL接続を使用するADO.NETソース。
OLE DBの宛先、SQL Server。
ステートメントは完全なコピーですので、大きな問題はありません。再生ボタンを押すと、しばらくするとエラーが表示されます。私はDataViewerを設定し、DataViewerをチェックしながらDataFlowの中から実行しています。しばらくして(今回は時間がかかりました)エラーです。
Error: 0xC02090F5 at Data Flow Task, ADO NET Source 1 : The component "ADO NET Source" (1) was unable to process the data. Fatal error encountered during data read.
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET 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, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
このエラーの任意のアイデア?
おそらく複数のエラーメッセージがあります。投稿してください –