I came across an issue while running SSIS on SQL 2012 machine. On the test machine I installed SQL Server Integration services 11.0 (which comes with SQL 2012 setup).
These were errors reported while running the Scripts tasks in our master DTXS package file as below:
“To run a SSIS package outside of Business Intelligence Development Studio you must install Standard Edition of Integration Services or higher“
It is actually not recognizing SQL Server Integration services 11.0 installed on as the message says. Then I un-installed SQL Server Integration services 11.0 (which comes with SQL 2012 setup) and installed SQL Server Integration services 10.0 (which comes with SQL 2008 R2 [or SQL 2008] setup) just to make sure issue is with SQL Server Integration services 11.0. Ran the SSIS utility and it went well.
Please help.