Hello,
I have an SSIS package that was originally built for SQL Server but I have had to rebuilt this for MySQL as the end destination due to budget constraints. I have multiple data flow tasks that load csv files into MySQL. The file name is a variable the issue I am finding is that whenever I load up the SSIS package the input columns are blank for each of the ado.net destination elements I am using the ODBC add on which enable the data to load into the MySQL DB but it doesn't remain resolved as the columns loose their mapping information.
So every time I save the mappings it works fine but each time I load the package it shows the errors as above and ignore all input columns.
I would greatly appreciated any advice on this issue as this won't work as an ongoing overnight ETL to load in data.
Thanks,
David