0
我最近做了從TFS2005到TFS2010的遷移升級。一切正常,但Sharepoint網站沒有遷移。將TFS 2005升級到TFS 2010 - 遷移Sharepoint站點
我試圖運行下面的命令:
stsadm.exe -o addcontentdb -url http://NEWSERVER/sites -databasename STS_Content_TFS -databaseserver NEWDB
,但我得到了以下錯誤:
The pre-upgrade scan tool has not yet been run on this database SPContentDatabas
e Name=sts_content_tfs Parent=SPDatabaseServiceInstance. You must run the pre-up
grade scan tool before you can continue with the upgrade process. Run the tool f
rom the following path: C:\Program Files\Common Files\Microsoft Shared\Web Serve
r Extensions\12\bin\prescan.exe.
從WSS2不幸的是我已經升級WSS到WSS3我的源服務器上,所以我無法使用prescan.exe。
將Sharepoint站點從舊服務器遷移到新服務器的其他方式是什麼?
感謝