Hi,Wonder if someone can help?I had a SSIS project created and saved on a SQL 2014 server.This was being called via an agent job and all was running fine.The project was created using Visual Studio Shell (via SSDTBI extra install as SQL Server no longer ships with BIDS or SSDT) on my local machine. So I was editing the SSIS project locally but deploying to server. All good.However, there are situations whereby I want to edit directly on server and I was unable to do this and the software setup seemed wrong (mixture of various VS installs) so I decided to uninstall all VS apps on server and reinstall. On trying to reinstall, the SQL Server 2014 wizard showed the Data Tools selection ticked and greyed out and informed me that components already installed. So I couldn't proceed with install.At that point the scheduled job executing the SSIS packages started to fail, with these messages: (all relating to the script tasks)"The binary code for the script task is not found.Please open the script in the designer by clicking Edit Script button and make sure it builds successfully""The script component includes no code. Edit the component to include code""Script Task failed validation and returned validation status "VS_ISBROKEN"Now, when I open the SSIS project and the script task and "build" then it is successful.I can also run the project manually and it runs through everything fine with no fails.However, it persists to fail via the agent job.Only the script task fails when running via the job.I managed to install Visual Studio 2012 on server and opened project and, as above, it ran fine, but when I deploy to SSIS catalog and rerun job it fails.It seems when I uninstalled VS, not all components were removed as they are shared with other apps.I don't want to have to completely wipe the server and rebuild SQL Server 2014 and SSDT as there is quite a bit of config relating to setting up SSIS, etc.The server is VM-Ware.Maybe I'm missing something.
↧