Getting error running SSIS package on non-SSIS Ser

2019-07-02 19:41发布

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条回答
Viruses.
2楼-- · 2019-07-02 20:29

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

查看更多
登录 后发表回答