| What happened? 1. Verify that the Extensions for SharePoint were installed on the server. Also, confirm that the configuration wizard was run. a. Open the Team Foundation Administration Console on the SharePoint Products server. b. Click on the “Extensions for SharePoint Products” node. c. If there is a link to configure installed features, then it has not been configured. 2. In the "%AllUsersProfile%\Application Data\Microsoft\Team Foundation\Server Configuration\Logs" folder, find a log file with the string Microsoft.TeamFoundation.SharePoint.wsp in it. Then take a look at the logging around the STSADM.exe commands to see what if anything failed. 3. Then go to the SharePoint Central Administration site. 4. Click on the Operations tab. 5. Click on Solution Management (under Global Configuration). 6. There should be 3 TFS related WSPs located there. 2 of them should be globally deployed and the third should be deployed to all of the content web applications. ![clip_image002[1] clip_image002[1]](http://blogs.msdn.com/blogfiles/teams_wit_tools/WindowsLiveWriter/TFS2010Beta2TroubleshootingSharePointco_B4C9/clip_image002%5B1%5D_thumb.jpg) How can I fix it? 1. If these were not deployed, you may be able to correct it by running the Team Foundation Extensions for SharePoint extensions installation and wizard again. 2. You can also deploy these WSPs (solutions) manually if you are a Farm Administrator in SharePoint. This only works if the installation has been done to lay down the assemblies needed. a. The files are located at “%ProgramFiles%\Microsoft Team Foundation Server 2010\Tools\Templates”. b. Open a command prompt and change to the “%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\12\BIN” folder. c. To add the solution to the SharePoint database, run the following command for each of the three WSP files: stsadm.exe -o addsolution -filename wspfile.wsp d. Now, we’ll deploy each solution using the SharePoint Central Administration site. Open it in a web browser. e. Click on the Operations tab. f. Click on Solution Management (under Global Configuration). g. You should now see the WSPs that were added above. h. Click on the first one. i. Click Deploy Solution on the next page. j. Select to deploy it now and click OK on the next page. k. Repeat the deploy steps for each of the solutions. l. Finally, grant Modify permissions for the “WSS_WPG” group to the following folder: %CommonProgramFiles%\Microsoft\Team Foundation\Web Access”. |