I have a 2012 SSIS project that runs on SQL Server 2016. I have SSDT 2015 on both my dev machine and server. Everything works fine except for script tasks - I made a change to an existing script task and rebuilt and redeployed the project and I receive the following error:
Script task uses version 15.0 script that is not supported in this release of integration services. To run the package, create a new script.
I've tried the following:
- upgrading the project to 2016
- creating a new script object
- created script on the server
It runs fine through SSDT 2015, but once it is deployed it fails with the error above when executing the package via SSMS - this is the result from both my dev box and the server. I thought 14.0 was 2016? Any ideas how I can fix this?
Script tasks (in packages) cannot be executed via integration services catalog on server, but work fine in SSDT.