Hi,
Im using SQL Server 2014 and Visual Studio 2015 to develop the packages.
Package works well in my machine but when i deploy through ispac and run through SQL Agent the job is failing.
The issue with script task
Please find the error message below.
The ERROR:
There was an exception while
loading Script Task from XML: System.Exception: The Script Task
uses version 14.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)
If any one had faced this issue and got resolved please help me.
The reply is really appreciated
Thanks,
Raghu