无法打开导入到 SQL Server 2008 中的 SQL Server 2000 DTS 包
我在尝试打开导入到 SQL Server 2008 中的 SQL Server 2000 DTS 包时遇到问题。我设置了一台新服务器并全新安装了 SQL Server 2008。我需要运行的数据库是 SQL Server 2000 数据库。我毫无问题地移动了数据库,但有一些 DTS 包需要在 SQL Server 2008 上以旧版本运行。我从 SQL2000 中导出了所需的 DTS 包,并将它们成功导入到 SQL Server 2008 中。我的 SQL Server 2008 是x64。
我可以在旧版数据转换服务下看到 DTS 包,但当我尝试打开该包时,我收到此消息。 “编辑 DTS 包需要 SQL Server 2000 DTS 设计器组件。安装特殊的 Web 下载“SQL Server 2000 DTS 设计器组件”才能使用此功能。(Microsoft.SqlServer.DtsObjectExplorerUI)”
我下载了这些组件并安装了它们,但仍然得到这个错误。我研究并发现一篇关于此问题的文章在 x64 上不起作用,所以我有一台 x86 计算机,我安装了 SQL Server 2008 工具并尝试从那里打开包并得到相同的错误。
我已经花了几天时间在这上面并且需要帮助。有谁遇到过这个并可以告诉我该怎么做。如果您解决了这个问题,请帮帮我。谢谢。
I am running into a problem trying to open a SQL Server 2000 DTS package I imported into SQL Server 2008. I set up a new server and installed a fresh install of SQL Server 2008. The database I need to run is a SQL Server 2000 database. I moved the database over with no problem but there are a few DTS packages that need to run in legacy on SQL Server 2008. I exported the DTS packages I need out of SQL2000 and imported them successfully into SQL Server 2008. My SQL Server 2008 is x64.
I can see the DTS packages under Data Transformation Service in Legacy but when I try to open the package I get this message. "SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special web download, "SQL Server 2000 DTS Designer components" to use this feature. (Microsoft.SqlServer.DtsObjectExplorerUI)"
I downloaded the components and installed them and still get this error. I researched and found an article about this not working on x64 so I have an x86 machine that I installed the SQL Server 2008 tools and tried to open the package from there and got the same error.
I have spent days on this and need help. Has anyone run across this and can tell me what to do. If you have solved this problem, please help me out. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到过类似的问题,最后还是放弃了。
我的解决方法是使用以下方法之一:
I've had a similar problem and eventually gave up.
My workaround was to use one of these approaches: