I'm trying to build a SSIS package which reads a table from ODBC data source (MySQL) and copies the data to an existing table in OLE DB data destination (MS SQL).
It works within Data Tools for SQL, but fails when I try to schedule it using the SQL Server agent job. It seems to forget the password attached in the connection string. When I open the connection manager, the connection string was modified to one without the password substring.
I did find this one: SSIS package fails ... But I don't understand how I could use this short answer to solve my problem.
Help is highly appreciated! Struggling with this problem for days now.