I am getting the following error andI need some help to find out what it is and how to fix it.
I am using:
- Visual Studio 2013 Express for Windows Desktop
- Team Foundation Server 2013 (12.0.31101.0 (Tfs2013.Update4))
- SQL Server 2014 12.0.2000.8 (X64)
In the Best Practice Analyzer for TFS, I get an error message saying my user is not a member of "Team Foundation Content Manager", but I have added it to SharePoint (Site Security and Folder Security).
I also get no error when opening: http://<server>//Reports
After checking on the Internet all day, I am no closer to an answer !!!
Any help would be appreciated,
Eamonn J.
=== ERROR FROM VS 2013 GUI ====
Error TF30170: The plugin Microsoft.ProjectCreationWizard.Groups failed during task GroupCreation1 from group Groups. |
Explanation Plugin error text: “Unable to retrieve the registration information for 'TeamConfigurationService'.” |
User Action Contact your Team Foundation Server administrator. |
Warning |
=== ERROR FROM LOG FILE ====
---begin Exception entry---
Time: 2015-03-09T14:31:40
Module: Engine
Event Description: TF30162: Task "GroupCreation1" from Group "Groups" failed
Exception Message: Unable to retrieve the registration information for 'TeamConfigurationService'. (type TeamFoundationServiceUnavailableException)
Exception Stack Trace: at Microsoft.TeamFoundation.Client.Channels.TfsHttpClient.GetServiceLocation(String serviceType, Guid serviceIdentifier)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClient.GetServiceLocation()
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Open(TimeSpan timeout)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.EnsureOpened()
at Microsoft.TeamFoundation.ProcessConfiguration.Client.TeamConfigurationService.SetTeamSettings(Guid teamId, TeamSettings teamSettings)
at Microsoft.TeamFoundation.ProcessConfiguration.Client.TeamSettingsConfigurationService.SetTeamSettings(Guid teamId, TeamSettings settings)
at Microsoft.VisualStudio.TeamFoundation.PCW.GssStructureCreator.AddTeamProperties(ProjectCreationContext context, String identitySid, XmlNode teamNode, Dictionary`2 areaNodes, Dictionary`2 iterationNodes)
at Microsoft.VisualStudio.TeamFoundation.PCW.GssStructureCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
at Microsoft.VisualStudio.TeamFoundation.PCW.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator componentCreator, ProjectCreationContext context, XmlNode taskXml)
at Microsoft.VisualStudio.TeamFoundation.PCW.ProjectCreationEngine.RunTask(Object taskObj)
--- end Exception entry ---