I have installed Team Foundation Server Beta 2 (application and data tier on a single server) and the install seemed to work correctly. I can certainly use the Sharepoint Services pages successfully.
I have Team Suite Beta 2 on a separate machine and I am attempting to connect to the TF Server. However, when I use Tools/Connect to Team Foundatioin Server and add the server I get a message saying "Unable to connect to the Team Foundation Server:vstfs [...] Url: http://vstfs:8080".
vstfs is teh machine name and I can ping it or even open a browser session to view the Sharepoint pages.
If I try http://vstfs:8080 in the browser I get a 403 (not authorized) error.
I have checked the TSWeb virtual directory on the server and it is using port 8080 and is set to use Windows Authentication so I don't know what is going wrong.
Does anyone know how I can figure out what is causing my problem
Brendan Kay

Cannot connect VS 2005 Team Suite client to Team Foundation Server
Bill Bickford
Do you have an idea about my problem
smcandrew
Thanks again.
Brendan
Amit.Nayar
shaper
When VSTS installs, the user that you are installing under is added to Team Foundation Server as a "Namespace Administrator". The second user is NOT added to the "Namespace Administrator".
From that point on, the only person who has access rights to VSTS is the person who installed it. You can either use gssutil.exe (found on the Application Tier in the Visual Studio install directory) or Visual Studio Team Foundation Client (or the Team System client) to add additional users as Namespace Administrators.
Once you have set that up, you can create a project. You can then assign people to be Project Administrators, Contributors or readers. NOTE: This currently only affects permissions on Team System. Report Server and Sharepoint do not inherit from these permissions.
If you add people to the above groups, you will find that they can now connect. This leads to what I call "the ability to connect to Team Foundation" permission. This means that in order to connect to a Team Foundation Server you must be part of the Team Foundation Everyone group. All built in project and global groups automatically are assigned to this group.
Terminator2006
Hi Brendan,
Did you manage to solve your connection in the end
I am having the exact same issue and I can't find a complete resolution for it.
Thanks,
Eddie
Maurice C.
duda65607
I have successfully installed TFS. I have a problem to add some users.
TFS is installed on a computer name 'etbx170', on domain 'AD5'.
I logged as AD5\TFSSETUP to add users and I was able (thanks to your posts) to add me as a user (AD5\slan) when I'm logged on domain 'AD5'. I usually do not log as AD5\slan, but as BENAMN0019397\slan, where BENAMN0019397 is my computer name. This user has admin rights on the computer, and has access to AD5.
The problem is that I cannot add user BENAMN0019397\slan to TFS.
Is there a way to add this user Or do I need to start VS with runas
I already tried with runas, and it worked.
RobertLB
Brendon123
I also don't see the namespace administrators as a domain group. I assume that is something specific to TFS. Also, is there some type of admin application, or is the permissions dialog from the client machine running visual studio my only means of administering the application