Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

The Script Task " " uses version 15.0 script that is not supported in this release of Integration Services.

$
0
0

We are migrating from SSIS 2008 to SSIS2017. Most of the packages have script task and are failing. Below is the error message. 

 " Microsoft (R) SQL Server Execute Package Utility  Version 13.0.1601.5 for 64-bit  Copyright (C) 2016 Microsoft. All rights reserved.    Started:  12:16:12 PM  Error: 2019-03-11 12:16:14.09     Code: 0x00000003     Source: Script Task Script Task     Description: There was an exception while loading Script Task from XML: System.Exception: The Script Task "ST_fecc4ca978964f919844c9f7d5a2815e" uses version 15.0 script that is not supported in this release of Integration Services. To run the package, use the Script Task to create a new VSTA script. In most cases, scripts are converted automatically to use a supported version, when you open a SQL Server Integration Services package in %SQL_PRODUCT_SHORT_NAME% Integration Services.     at Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask.LoadFromXML(XmlElement elemProj, IDTSInfoEvents events)  End Error  Error: 2019-03-11 12:16:14.10     Code: 0x00000003     Source: SCR_SaveErrorDetails SCR_SaveErrorDetails     Description: There was an exception while loading Script Task from XML: System.Exception: The Script Task "ScriptTask_6156026deaf941cd980951732e82f9cb" uses version 15.0 script that is not supported in this release of Integration Services. To run the package, use the Script Task to create a new VSTA script. In most cases, scripts are converted automatically to use a supported version, when you open a SQL Server Integration Services package in %SQL_PRODUCT_SHORT_NAME% Integration Services.     at Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask.LoadFromXML(XmlElement elemProj, IDTSInfoEvents events)  End Error  Error: 2019-03-11 12:16:14.15     Code: 0x00000003     Source: SCR_DoWeHaveErrorInfo SCR_DoWeHaveErrorInfo     Description: There was an exception while loading Script Task from XML: System.Exception: The Script Task "ScriptTask_3f4582de521e47639ef766f957f95d38" uses version 15.0 script that is not supported in this release of Integration Services. To run the package, use the Script Task to create a new VSTA script. In most cases, scripts are converted automatically to use a supported version, when you open a SQL Server Integration Services package in %SQL_PRODUCT_SHORT_NAME% Integration Services.     at Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask.LoadFromXML(XmlElement elemProj, IDTSInfoEvents events)  End Error  Error: 2019-03-11 12:16:15.34     Code: 0x00000003     Source: Script Task      Description: The Script Task is corrupted.  End Error  Error: 2019-03-11 12:16:15.34     Code: 0xC0024107     Source: Script Task      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  12:16:12 PM  Finished: 12:16:15 PM  Elapsed:  2.906 seconds.  The package execution failed.  The step failed." 

The package runs successfully in Visual Studio 2017 and fails when run as a job in SSMS 2017 against database 2016.
I deleted the script task and recreated , but still no luck :(
SQL Agent job uses a proxy setting to run the job



Viewing all articles
Browse latest Browse all 24688

Trending Articles