We have SQL Server 2012 on our test servers and I have developed a SSIS package in 2017 with Deployment Target Version set to 2012 on my local machine.
Within the package I have a mergeJoin object. The entire package runs nicely on my local machine, when I set it on test machine which via SQL server agent on 2012, it gives an error saying
To run a SSIS package outside of SQL Server Data Tools you must install Merge Join of Integration Services or higher
Integration services is installed on SQL Server 2012.
Is there a solution to this or if there is a workaround using merge join object, if I can replace with another object.. please suggest.