微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

sql-server-2008 – 与SQL Server分开安装Team Foundation Server:错误TF255040

我在服务器A上安装了sql Server 2008 R2数据库,报告和分析服务.在服务器B上,我尝试使用高级配置向导配置Team Foundation Server.几乎所有内容似乎都没问题,除了Analysis Services部分.当我设置我的sql Server Analysis Services实例路径并尝试测试它时,我收到以下错误消息:

TF255040: You must exit the Team Foundation Admin console and install sql Server Reporting Services or at a minimum sql Client Connectivity Tools on the application tier to ensure Analysis Services object model is present for warehouse processing. Once you have installed the necessary reporting components,re-start the admin console and re-run the wizard.

好吧,我不想在服务器B上安装sql Server Reporting Services.就sql客户端连接工具而言,我不确定它是指什么.我应该在服务器B上安装sql Server Management Studio吗?

注意:我已在服务器A上为Analysis Services启用了防火墙例外,我可以从另一台计算机连接到它.

解决方法

“客户端工具连接”是可在本地选择的可用sql Server共享安装选项之一,无需安装任何服务器组件.

运行sql Server安装程序并确保取消选择其他所有内容(尚未安装以提供连接).

Should I install the sql Server Management Studio on Server B?

您不需要在应用程序层上使用它,但如果它在那里,它可以用于远程管理您的数据层.

原文地址:https://www.jb51.cc/mssql/80064.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐