Visual Studio 2008 商业智能开发工作室中出现 TF31002 错误

发布于 2024-11-30 23:38:49 字数 875 浏览 1 评论 0原文

我正在尝试让我的 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.

我花了一天的时间 4 步7步安装顺序并尝试了多种变体TFS 服务器的 URL,但运气不佳。你有什么建议?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

空城旧梦 2024-12-07 23:38:49

假设您已按以下顺序正确安装了此方案的先决条件。
注意:即使已经安装了 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.

温柔少女心 2024-12-07 23:38:49

尝试http://tfs-server:8080/tfs/defaultcollection。

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

眼睛会笑 2024-12-07 23:38:49

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文