重新configurationTFS 2012报告服务

我有一个完美的TFS 2012安装。 我已经使用高级configuration安装了TFS,并select在此刻不configuration报告和Sharepointfunction。

现在,我想configuration报告,但是当我尝试这样做时,configuration工具会抛出一个错误(带有一个错误代码,我没有search到任何结果)。

http://tinyurl.com/bpebbn8

Error code: TF400465 A required component is not installed on the application tier. You must install either SQL Server Analysis Services... 

SQL Server安装了分析服务和SQL客户端工具。

提前致谢

这听起来像是你的SQL Server拓扑问题。

听起来也许你在SQL Server上有数据库引擎,分析服务和客户端工具,但是TFS服务器上没有这些function? 如果这是真的,那么您需要在TFS服务器(DEVSERVER)上运行SQL Server安装程序,并在TFS应用程序层上安装SQL客户端工具,就像在(有点)神秘的错误消息中所说的那样。

以下是MSDN上关于TFS的SQL Server拓扑的页面(请参阅SQL Server拓扑的build议):

http://msdn.microsoft.com/en-us/library/dd578652.aspx

祝你好运!