As we can run SSIS package on ADF-v2.
So I've prepared an SSIS package to Sync records between Mysql and Azure SQL and getting below error in reports
I'm tried using ODBC and ADO.Net connection but getting same result when trying executing from SSIS catalog.
I'm able to sync records when i tried executing package from SSDT
Question : Can't we use SSIS in ADF-v2, other than Azure cloud connecters?
Also please suggest if there any steps i'm missing.
Reference links used to implement same Link1 and Link2