I created an SSIS package using VS 2017 and SQL Server 2016 and tested it successfully. I deployed it to SSISDB Catalog on the SQL server 2012 and created a job. When I tried to run the job I got the following error message:
Error: The version number in the package is not valid. The version number cannot be greater then current version number
Is that the version issue? If yes, is there a way to solve it? Or I have to create it again under SQL server 2012?
Thanks in advance!
A Fan of SSIS, SSRS and SSAS