0

We have a database server with SQL server 2016 and SSIS 2016 installed on it, and another server have SQL Server Data Tools (SSDT) 2015.

Then We create Ispac File from SSDT and copy it to DB server and deploy it on SSIS, when we want to Execute that package We get error shown in the picture bellow :

Ssis Package Error

We change Target version to Sql server 2016 but problem not fix.

4
  • Here's a similar error: stackoverflow.com/questions/34893267/…. Under the "Deployment Target Version" what is "Target Server Version". In future please copy paste the output, don't paste a picture Commented Oct 10, 2017 at 8:45
  • You need to enter your SCRIPT TASK in your ssis-package and update either references or just update its meta data. Also check your code. Commented Oct 10, 2017 at 12:46
  • I simulate My problem in my local computer and it was done!. In Operational environment I Change Deployment Target version and it not works but it works in my local computer. I installed Data tools in My local DB server,Is It the reason of executing script task without any problem? Commented Oct 11, 2017 at 5:15
  • plaidDK I cant understand what is your mean Commented Oct 11, 2017 at 5:21

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.