We are getting the following error when attempting to schedule and run a SSIS Package on our Production Job Server.
Source: Script Task - C# To Determine File Size for Control File Script Task - C# To Determine File Size for Control File Description: There was an exception while loading Script Task from XML: System.Exception: The Script Task "ST_d2eaec3757c64bbe937ea17da8a504e3" 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: 2020-08-15 04:00:05.09 Code: 0x00000003 Source: Script Task - C# To Determine File Size for Control File Description: The Script Task is corrupted. End Error Error: 2020-08-15 04:00:05.09 Code: 0xC0024107 Source: Script Task - C# To Determine File Size for Control File Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 4:00:00 AM Finished: 4:00:05 AM Elapsed: 4.203 seconds. The package execution failed. The step failed.
Is this merely a change to the Project within Microsoft Visual Studio and Configuration Properties/General
And changing the TargetServerVersion to SQL Server 2016 or it erroring on the C# Edit Task is it something deeper, more complex than that?
This SSIS Package runs fine locally on my client machine. Just errors out when running it from our Production Job Server.
Thanks for your review and am hopeful for a reply.