MySQL ADO.NET Connector & MSSQL Integration Services

Posted by user1114330 on Server Fault See other posts from Server Fault or by user1114330
Published on 2012-07-09T08:01:20Z Indexed on 2012/07/09 9:17 UTC
Read the original article Hit count: 224

Here I am, day three... attempting to sync a data view on a Windows Vista box (64 bit) running MSSQL 2012 and Visual Studio 2010. Sanity is slipping and hunger for progress fills my attention.

I went through hell trying to get the MySQL ODBC drivers to get the job but to no avail...everyone seems to be lost and all the threads I can find are solutions that do not work for me. The problem: System DSN's not being seen by SSIS.

SSIS DSN Not Showing as ODBC Data Source

I make the decision to try out the ADO.NET connector...and to my surprise it is actually in the selection list in data sources in SSIS. So I take off running to create a Data Flow Task, create an ADO.NET Source (a local MSSQL DB)...all is good as usual.

Then I move swiftly to creating a ADO.NET Destination, enter my credentials...wow, I am selecting a database finally on my linux server! Happy thinking that I finally have figured a way to get the job done.

Then I move to mappings...nope, something is wrong...I am getting an error that hurts my eyes:

Pipeline component has returned HRESULT error code 0xC0208457 from a a method call. Error at Data Flow Task [ADO NET Destination [81]]: Failed to get properties of external columns. The table name you entered may not exist or you do not have SELECT permission on the table object and an alternative attempt to get column properties through connection has failed. Detailed error messages are" You have an error in your SQL syntax check the manual that corresponds to your MySQL server version for the right syntax to use near "database".tablename" at line 1.

The descriptor files on path C:\Program Files (x86)\Microsoft SQL Server\110\DTS\ProviderDescriptors\ does not contain schema information for connection of type MySQL.Data.MySqlClient.MySqlConnection.

So it looks like it can't the information and therefore I cannot map the tables properly.

Any ideas on this would be ultra helpful...thanks in advance to All!

© Server Fault or respective owner

Related posts about Windows

Related posts about mysql