Hi everyone,
I created a simple SSIS Project in 2012 data tools, which had only a data flow, with one data source, one data conversion and one OLE DB Command.
I use the Excel source to pass the columns parameters to an SQL stored procedure.
When i execute the package inside Data tools it runs perfectly.
Mi problema is when i try to use dtexec, it generates the next error:
Package migration from versión 6 to versión 3 failed.
but i have other packages running nice with the same dtexec command.
In the Execute Package Utility, prompts this error:
To run an SSIS package outside of SQL Data Tools you must install OLE DB Command of Integration Services or higher.
Anny Suggestions?