Getting error running SSIS package on non-SSIS Server [duplicate]

流过昼夜 提交于 2020-01-14 22:45:56

问题


I'm working in SSDT 2012. I've created a DTSX package that I have deployed to a SQL Server that does not have SSIS installed. My undertstanding is that this should work.

However I keep getting the following error: To run a SSIS package outside of SQL Server Data Tools you must install Derived Column of Integration Services or Higher.

I'm not really sure what's going on here. Does anyone have any insight for this. I've asked our DBA to install SSIS on the machine but I'm only guessing. This may not work and I would like to get ahead of this if I can.

Thanks for any feedback.


回答1:


For the package to execute on the server, you do need to have SQL Server Integration Services engine installed on the server.



来源:https://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!