问题描述
我在笔记本电脑上安装了RC0工具,我仍然可以毫无问题地使用BIDS 2008,但是当我尝试部署到SQl Server 2008R2 SSIS时,我获取
I installed RC0 tools on my laptop and I can still use BIDS 2008 without a problem but when I try and deploy to SQl Server 2008R2 SSIS I get
无法将pakage XXXXXXX保存到SQl SERVER xxxxxxxx
Could not save the pakage XXXXXXX to SQl SERVER xxxxxxxx
在SQL Server中存储或修改包需要SSIS运行时和数据库相同版本。
Storing or modifying packages in SQL Server requires the SSIS runtime and database to be the same version.
在部署时,我该怎么做才能让它工作?
What can I do to get this to work when I deploy?
推荐答案
我建议您卸载RC0工具。让RC0工具混淆了现有的SQL Server工具。
I suggest you un-install RC0 tools. Having the RC0 tools messes the exiting SQL Server tools up.
RC0应安装在一个单独的环境中,例如:一台虚拟机,它们不是为共存而设计的。
RC0 are meant to be installed in a separate environment e.g. a Virtual Machine, they were not designed to co-exits.
在你卸载RC0工具之后,你不得不重新安装SQL Server 2008工具(完整版)
After you uninstalled the RC0 tools unfortunately you have to re-install the SQL Server 2008 tools (complete)
然后您尝试部署到SSIS 2008将起作用。
Then your attempt to deploy to SSIS 2008 will work.
这篇关于我在笔记本电脑上安装了RC0工具,我无法再部署到SQl Server 2008R2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!