Error:
Description: There was an exception while loading Script Task from XML: System.Exception: The Script Task "ST_b7d198f240cd42ed864706faee2f4f58" 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
We upgraded SSIS packages from VS2013 to VS 2019 and tried running through active batch job and this is the error i got. FYI- I changed deployed target version from "SQL Server 2014" to "SQL Server 2019"
When i change my target version to "sql Server 2014" it works fine. Do i need to install any higher version for SSMS? If yes, can you please let me know what and where to download.
SSMS version 14.0 Visual studio 2019 Any solution?
Thanks S
Run this query in SSMS to find out your SQL Server version.
Open your SSIS package in Visual Studio.