An ssis (2012) package contains vb script to read a file is running fine and succeded on the catalog.When created as a part of a sql job it has been running for a while not giving any updates.It seems a file reading problem when running using job
The above probelm is resolved but not getting an error
The ssis package is running in the job .But It is failing in the script task step with this error `
"The script task uses version 14 script that is not supported in this release of integration service"`
It used to give same error when executing in Visual Studio and i resolved it by setting
Project property ->
Deployment Target Version change the Target Server Version to "SQL Server 2014."