Hello ,
I have 20 child packages calling in a single master package as shown below.
these packages transfer data from mysql to SQLServer. I installed the ODBC-32 bit drivers.
when i run the project in visual studio its executing successfully. I deployed it to ssiscatalog. created a job in sqlagent and selected this project master package. I set the conditions like 32-bit run time and project protection level to 'Do not Save Sensitive'.
But, When i execute the package in sqlagent its throwing the error as 'Unable to open the ODBC connection'
what might be the issue ? how i can i solve it ?