When installing Team Foundation Server 2008 using an existing MOSS deployment we ran into the following error:
TFS2200401: The specified Windows SharePoint Services site URL (http://server) is not the default site collection site: (). The default site collection site might have been renamed or removed. Make sure that the site exists and verify the correct URL, and then attempt installation. If the problem persists, you can choose to install and configure Windows SharePoint Services as part of the Team Foundation Server installation process.
I looked at the install log file: dd_install_vstf_at_90.txt and found:
wsschecker.exe : Another site already exists at http://server. Delete this site before attempting to create a new site with the same URL, choose a new URL, or create a new inclusion at the path you originally specified.
I tried a few different things with no luck.
Resolution:
In the end I created a new site collection (interesting the existing site collection was at http://server and not http://server/sites/x). When I created the new site collection I was given the default http://server/sites/ option and filled in a new URL. TFS installed fine from there.
Now we have to integrate the TFS site collection into the client's existing site collection or migrate their old site collection to the new one. J
posted @ Friday, July 25, 2008 4:13 PM