Visual Studio 2008 Business Intelligence Development Studio中出现TF31002错误

har*_*316 9 tfs ssms bids sql-server-2008 tfs2010

我正在尝试让我的SQL 2008客户端工具与TFS 2010交谈.

地址http:// tfs-server:8080/tfs在VS2010中运行正常,但SSMS(SQL Server Management Studio 2008)和BIDS(Business Intelligence Development Studio 2008)都给我这个错误:

TF31002: Unable to connect to this Team Foundation Server: <snip>
Possible reasons for failure include:
    - The Team Foundation Server name, port number or protocol is incorrect.
    - The Team Foundation Server is offline.
    - Password is expired or incorrect.
Run Code Online (Sandbox Code Playgroud)

我花了一天时间执行4步7步安装序列并尝试了TFS服务器URL的多个变体,但没有运气.你会建议什么?

Ano*_*ype 17

假设您已按以下顺序正确安装了此方案的先决条件.
注意:即使已经安装了Team Explorer 2008,也必须完成步骤2和那么第3步.

1.安装Team Explorer 2008组件(从TFS 2008媒体或MS下载)
2.安装Visual Studio 2008 Service Pack 1(MS下载)
3.安装TFS 2010的Team Explorer 2008前向兼容性补丁(MS下载)

您需要执行以下操作...
1.单击工具>连接到Team Foundation Server ...
2.在"连接到团队项目"对话框中,单击"服务器"按钮.
3.在"添加/删除Team Foundation Server"对话框中,单击"添加..."按钮.
4.在"添加Team Foundation Server"对话框中,输入URL
http:// tfs-server:8080/tfs/ProjectCollectionName
5. ok,ok,ok
6.您现在应该能够连接到Team Projects.

注意与VS 2010中连接的区别,输入URL的对话框似乎需要完全限定的http地址,而不是只输入servername.


Joh*_*ers 5

试试http://tfs-server:8080/tfs/defaultcollection.