Installed software / background
Windows 7 32 bit
VS 2010
TFS 2010
Single server / basic installation
No errors on install
Cannot log in to the Team Foundation Server system at all - no combination of user accounts will be accepted
Scenario
I keep getting a TF31003 not authorized error no matter what I use to try to login with.
If I use the service account which is reported as being used in an info screen during the basic install (NT Authority\LocalService) or the administrator account I was logged into when I installed they both give the error.
Cause of the problem
I couldnt add the permissions to my main admin account because I dont have a password on my home computer admin .
Solution
I created a special account for using Team Foundation Server with, added a password then opened a cmd window in the following folder:
C:\Program Files\Microsoft Team Foundation Server 2010\Tools
and executed the following command:
tfsconfig accounts /add /account:"TFSAccount" /accountType:applicationTier /password:yourPassword
TFSAccount is the name of the TFS account I created
your Password is the password
Welcome
Welcome to Anoooo's Technical Blog.
For best suggestions and typical queries, you can contact me through e-mail
Contact me via Gtalk : anuradha[dot]yeluri[at]gmail[dot]com
For best suggestions and typical queries, you can contact me through e-mail
Contact me via Gtalk : anuradha[dot]yeluri[at]gmail[dot]com
Subscribe via email
Labels
- Blogger (1)
- Browsers (4)
- Google (7)
- Hacking'Virus (1)
- How To's (20)
- Installations (3)
- Mobiles (1)
- MS-Word (1)
- My Templates (1)
- Photoshop CS3 (1)
- Profile (1)
- Remote Desktop (1)
- Security (1)
- Services (1)
- Skype (1)
- Software (1)
- SQLServer (2)
- Team Foundation Server (1)
- Tricks (2)
- Windows XP (8)
Posted by
Anuradha
Nov 7, 2011
comments (0)
Replace yourAccount with your account name that you created. If you have spaces in your account name you must put speech marks around the account name as demonstrated above. If you are on a domain (such as a corporate network) you might have to enter your domain such as "someDomain\yourUsername". You should be able to figure this out based on the username and password you use to login to windows.
Replace yourPassword with the password you assigned to the account.
Labels:
Installations,
Team Foundation Server
Posted by
Anuradha
Oct 9, 2011
These days many websites are not allowing us to right click
even if you keep security settings to low , it is not enabled
To resolve this issue just create a book mark with
name : enable right click and
URL as follows
javascript: function r(d)d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;};function unify(w){r(w.document);if(w.frames.length>0){for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}};};};unify(self);
then a popup comes up with yes or no , select yes and proceed So when ever you come across such page just click this icon and then try to select it will help you do that .................
even if you keep security settings to low , it is not enabled
To resolve this issue just create a book mark with
name : enable right click and
URL as follows
javascript: function r(d)d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;};function unify(w){r(w.document);if(w.frames.length>0){for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}};};};unify(self);
then a popup comes up with yes or no , select yes and proceed So when ever you come across such page just click this icon and then try to select it will help you do that .................
Subscribe to:
Posts (Atom)