I have a SQL server 2008 (10.0.5500) running with VS 2008. I have recently installed the Data tools for 2012 which are running fine in VS2012. I have all the new features, the package runs perfect in debug mode, yet i have encoutered a problem by attaching it now to the SQL Agent. It says "Package migration from version 6 to version 3 failed with error 0xC001700A "The version number in the package is not valid. The version number c annot be greater than current version number."."
This is because the dtexec.exe is used from 2008 (100 folder). I have only dtexec.exe for 110 folder in x86.
If i specify the specific path to this dtexec, it starts validating but it stops:
Error: 2015-06-09 18:44:48.67
Code: 0xC000F427
Source: Data Flow Task SSIS.Pipeline
Description: To run a SSIS package outside of SQL Server Data Tools you must install Merge Join of Integration Services or higher.
End Error
The running integration services is version 10, i have gotten no new service for version 11 nor do i see any way to run/install this.
All is done on the same machine, the package should run nightly on the machine it was developed on.
Edit: This is no duplicate, i have all working in VS debug. I'm asking how to schedule my package without dtexec.