Showing posts with label Installations. Show all posts
Thursday, January 5, 2012
SQL Server Installation issue
The credentials you provided for the SQL server Agent service are invalid. To continue, provide valid account and password for the SQL server Agent Service.
Today, I have decided to install SQL SERVER 2008 on my PC. All was going fine until I came to server configuration page/tab. I is not proceeding further and asking me to insert correct credential to move to the next page. If you are also getting the same error then just enter following data in Account name and password:
Account Name : "NT AUTHORITY\NETWORK SERVICE "
Password : Blank
I hope this will resolve your issue.
Today, I have decided to install SQL SERVER 2008 on my PC. All was going fine until I came to server configuration page/tab. I is not proceeding further and asking me to insert correct credential to move to the next page. If you are also getting the same error then just enter following data in Account name and password:
Account Name : "NT AUTHORITY\NETWORK SERVICE "
Password : Blank
I hope this will resolve your issue.
Monday, November 7, 2011
Team Foundation Server Issue TF31003 Solved
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:
TFSAccount is the name of the TFS account I created
your Password is the password

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
Replace your Account 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.
Wednesday, September 22, 2010
SQL Server 2008 installation failed at Express Tools rule
To solve this issue
Go to registry editor
Start --> Run --> Regedit
Expand the keys
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\ShellSEM
Export the ShellSEM key, delete it, install SQL 2008 and then restore it.
Go to registry editor
Start --> Run --> Regedit
Expand the keys
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\ShellSEM
Export the ShellSEM key, delete it, install SQL 2008 and then restore it.
Subscribe to:
Posts
(
Atom
)