Visual Studio 2008 商业智能开发工作室中出现 TF31002 错误
我正在尝试让我的 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.
I'm trying to get my SQL 2008 client tools talking to TFS 2010.
The address http://tfs-server:8080/tfs works fine in VS2010, but both SSMS (SQL Server Management Studio 2008) and BIDS (Business Intelligence Development Studio 2008) both give me this error:
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.
I spent a day following the 4-step and 7-step installation sequences and tried multiple variants of the TFS server's URL, but no luck. What would you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
假设您已按以下顺序正确安装了此方案的先决条件。
注意:即使已经安装了 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. 好吧,好吧,好吧
6. 您现在应该能够连接到团队项目。
请注意与 VS 2010 中连接的区别,输入 URL 的对话框似乎需要完全限定的 http 地址,而不是仅输入服务器名称。
Assuming you have correctly installed the prereqs for this scenario, in the following order.
Note: Even if Team Explorer 2008 is already installed, step 2 and THEN step 3 must be completed.
ie
1. Install Team Explorer 2008 component (either from TFS 2008 media or MS download)
2. Install Visual Studio 2008 Service Pack 1 (MS download)
3. Install Team Explorer 2008 forward compatibility patch for TFS 2010 (MS download)
You will need to do the following...
1. Click tools > Connect to Team Foundation Server...
2. In the "Connect to Team Project" dialog, click on the Servers button.
3. In the "Add/Remove Team Foundation Server" dialog, click on the Add.. button.
4. In the "Add Team Foundation Server" dialog, enter the URL
http://tfs-server:8080/tfs/ProjectCollectionName
5. ok, ok, ok
6. you should now be able to connect to Team Projects.
Note the difference with connecting in VS 2010, the dialog to enter the URL seems to require the fully qualified http address, as opposed to just entering the servername.
尝试http://tfs-server:8080/tfs/defaultcollection。
Try
http://tfs-server:8080/tfs/defaultcollection
.根据您使用的 TFS 版本,可能需要安装
TFS2010 兼容包: http://www.microsoft.com/en-us/download/details.aspx?id=10834
TFS2012:http://www.microsoft.com/en-us/download/details .aspx?id=29983
Depending on the TFS version you use, it might be necessary to have a compatibility pack installed
TFS2010: http://www.microsoft.com/en-us/download/details.aspx?id=10834
TFS2012: http://www.microsoft.com/en-us/download/details.aspx?id=29983