Team Foundation Server 2008 – MOSS 2007 Error: TF220041

 

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

Print

Comments on this entry:

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Frank at 8/5/2008 10:44 PM
Gravatar

Hi,

I got same error when I tried to install TFS on MOSS 2007. I followed you resolution to create site collection http://server:3333/sites/TestTFS and used that as "Default Site URL". I still got same error message. I checked the log file and it mentioned "ERROR: Failed to access sharepoint url http://server:3333/: The remote server returned an error: (404) Not Found.". I am just wondering I already set http://server:3333/sites/TestTFS, why TFS still looked for http://server:3333?

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Grant Thompson at 8/5/2008 11:02 PM
Gravatar

When you are installing are you specifying http://server:333/sites/ when it asks for the MOSS URL?

In our case we created a blank site in the new site collection (i.e. the site collection is http://server:3333/sites and the blank site we created was called TEST - http://server:3333/sites/test). We originally thought TFS would install to that site.

However, it turns out TFS creates a new site *collection* for each project.

If you point the installer at an existing site or a URL other than the root of the site collection it will fail.

To check your site collection root, go to the SharePoint Central Administration site, click Application Management and then Create Site Collection. In the Web Site Address section you will see http://server and then a drop down. In the drop down you will typically see /personal/ and /sites/. Obviously you don't want the TFS site collections in personal so you will use /sites/ when installing TFS. NOTE: you can cancel out of the Create Site Collection page as you do NOT need to do this to install TFS.

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by frank at 8/6/2008 11:05 AM
Gravatar

I think I did exactly what you recommended. I created a site collection TestTFS under http://server:3333/Sites. It can be browsed through http://server:3333/Sites/TestTFS in IE on TFS install machine. However, when TFS asked me to type "Default Site URL", I tried http://server:3333/sites and http://server:3333/sites/TestTFS and got same error message. The TFS log says "ERROR: Failed to access sharepoint url http://server:3333/: The remote server returned an error: (404) Not Found." I really don't know why TFS is looking for http://server:3333 instead of http://server:3333/sites/TestTFS.

Thanks

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Justin Mulhearn at 8/15/2008 3:25 PM
Gravatar

I pointed to the root, like you suggested, and the installer finally passed this point! I'm sure there will be another dozen problems, but thanks for getting me past this one.

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by free programming download at 10/25/2008 7:58 PM
Gravatar

This is a very well written article.Easy to follow.I am happy that I came across this.Thank you.

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by ConfusedGuy at 12/1/2008 2:36 PM

i ran in the same prolem here.
i followed step 2 to find out whats wrong. the dropdown list showed "/websites", i discard the create step and tried this one in the TFS-Installation and finally it worked for me.

thanks for the hint

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by ConfusedGuy at 12/1/2008 2:36 PM

i ran in the same prolem here.
i followed step 2 to find out whats wrong. the dropdown list showed "/websites", i discard the create step and tried this one in the TFS-Installation and finally it worked for me.

thanks for the hint

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by MyklK at 1/16/2009 8:31 AM
Gravatar

Hey, I followed this and created a TFSTest site. Then I went back into the TFS install and designated the http://server/sites as the default and it FOOLED it! So now I'm done with my install and I'm just installing service packs, configuring users and just having a jolly good time!

Thanks!

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by roy at 2/11/2009 4:47 PM

OMG... THANK YOU GOD!

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Ritchy at 2/19/2009 9:37 AM
Gravatar

Hi - I am getting this error and wondered if I could get a little more detail on your resoltion. Did you use the sharepoint admin to create your new site collection? (If not, can you tell me how you did it?) If so -

1) did you populate Title, description?
2) on the URL did you just leave it as /sites/ or did you include an additional directory after that, like TFS?
3) Which Template did you select? (the options are Team Site, Blank Site, Document Workspace, Wiki Site, Blog)

Thanks for the entry, it is the best information I've found on the error - sorry to request more detail.

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Grant Thompson at 2/23/2009 4:29 PM
Gravatar

Yes, I used Central Admin to create the site collection.

1. Yes I populated them all.
2. I left the URL as /sites/
3. Blank site

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Daniel at 4/7/2009 11:14 AM
Gravatar

Hi there

I am getting a similar error installing TFS 2008 on MOSS Farm so I have created a new web app and attempted to create a site collection under its root url.

In my case I am having problems with step 2) when you create the site collection URL for the newly created web app. When I select /sites/ in the drop down list I am aslo expected to enter a further subsite entry as well i.e I am prevented to just enter http://server/sites

Is there something I am doing incorrect

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by Coupon Codes at 5/15/2009 7:39 AM
Gravatar

This is just the information I was looking for. Great resource, site bookmarked.

# re: Team Foundation Server 2008 – MOSS 2007 Error: TF220041

Left by verzekeren nu at 6/8/2009 4:57 AM
Gravatar

The solution is so simple, why did it took us so much time.. :(

Your comment:



 (will not be displayed)


 
 
 
Please add 3 and 3 and type the answer here:
 

Live Comment Preview:

 
«July»
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567