1

I'm using VS 2012 with SQL Server Data Tools installed. I have an ADO NET Source, which uses the .Net Providers\MySQL Data Provider and am trying to push some data to an OLE DB Destination, which uses a normal SQL Server Native Client 11.0 provider. Everything seems ok, I can preview data from the source and columns are mapped well - but when I run the project I get the following error:

[ADO NET Source [2]] Error: ADO NET Source has failed to acquire the connection {47479EC0-98BC-4664-A8F9-0FF0278969FD} with the following error message: "Could not create a managed connection manager.". 
[SSIS.Pipeline] Error: ADO NET Source failed validation and returned error code 0xC0208449.

Most Google hits talk about setting the Run64BitRuntime to false. Mine is greyed out and defaulted to false already. Any other suggestions?

4

1 回答 1

1

我最终使用了 ODBC 连接,并且能够一步一步地按照这篇文章来获得替代路线: SSIS MySQL Copying Table to SQL Server

于 2013-08-06T19:44:55.367 回答