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?

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

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...