从 TFS 2008 升级到 2010 - 无法连接到 Share Point 文档

发布于 2024-12-10 13:39:03 字数 638 浏览 0 评论 0原文

我已将 TFS 2008 升级到另一台计算机上的 TFS 2010。我尝试按照说明进行操作,除了 SharePoint 文档之外,一切正常。 我在 Server 2003 上有 TFS 2008 和 WSS 2.0。 新机器是带有 TFS 2010 和 WSS 3.0 的 Server 2008 R2。

我将内容数据库恢复到新服务器的数据库。 我尝试使用 stsadm -o addcontentdb 升级内容数据库 (STS_Content_TFS),但失败并显示以下消息:

尚未在此数据库上运行升级前扫描工具 SPContentDatabase Name=STS_Content_TFS Parent=SPDatabaseServiceInstance。您必须先运行升级前扫描工具,然后才能继续升级过程。从以下路径运行该工具:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\prescan.exe。

prescan.exe 无法运行,stsadm -o preupgradecheck 也没有帮助。

I have upgraded my TFS 2008 to TFS 2010 to a different machine. I tried to follow the instructions, and everything works but the SharePoint documents.
I had TFS 2008 with WSS 2.0 on Server 2003.
The new machine is Server 2008 R2 with TFS 2010 and WSS 3.0.

I restored the content DB to the new server's database.
I tried upgrading the content DB (STS_Content_TFS) with stsadm -o addcontentdb but failed with the following message:

The pre-upgrade scan tool has not yet been run on this database SPContentDatabase Name=STS_Content_TFS Parent=SPDatabaseServiceInstance. You must run the pre-upgrade scan tool before you can continue with the upgrade process. Run the tool from the following path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\prescan.exe.

prescan.exe doesn't run and stsadm -o preupgradecheck doesn't help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

攒眉千度 2024-12-17 13:39:03

我想我明白了。
文档非常混乱。
以下是我采取的步骤:

  1. 在 wss 2.0 计算机上进行预扫描(而不是在新的 wss 3 计算机上)
  2. 备份内容数据库
  3. 在新计算机上恢复数据库
  4. stsadm -o addcontentdb
  5. 手动安装 TFS SharePoint 扩展。请参阅http://msmvps.com/blogs/vstsblog/archive/2011/01/13/how-to-manually-install-tfs-extensions-for-sharepoint.aspx
  6. SharePoint 管理员:部署解决方案
  7. TFS admin - 授予访问权限
  8. TFS admin 设置共享点

当然,这是简而言之

I think I figured it out.
Documentation is very confusing.
Here are the steps I took:

  1. Prescan on the wss 2.0 machine (and not on the new wss 3 machine)
  2. Backup the content DB
  3. restore the DB on new machine
  4. stsadm -o addcontentdb
  5. manually install TFS SharePoint extensions. See http://msmvps.com/blogs/vstsblog/archive/2011/01/13/how-to-manually-install-tfs-extensions-for-sharepoint.aspx
  6. SharePoint admin: deploy solutions
  7. TFS admin - grant access
  8. TFS admin setup sharepoint

This is in short, of course

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