Joy Acharya
Joy Acharya

Reputation: 680

SQL Server installation / configuration error

enter image description here

When I am installing SQL Server 2008 I get this error:

TITLE: SQL Server 2008 Setup

There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom Setup page, then provide valid parameters or click Help for more information.

Here, the account name I had selected it by going in Browse -> Advanced -> Find Now option.

When I login my window I have no any password option, it starts automatically. For this reason I don't provide any password here.

How can I fix it ??

Sorry and thanks in advance.

Upvotes: 3

Views: 57330

Answers (3)

Dave Paul
Dave Paul

Reputation: 11

I too faced the same issue, Simple Solution.. Just check for the administrator account in Windows, Run "net user" in CMD(as administrator) look for Administrator User and you(as another user) and then just select that for the Account Name Column. Worked for me.

Explanation: your logged in user, is not the admin account , its different but , i guess SQL requires admin rights, and hence requires Administrator account

Upvotes: 1

user9909524
user9909524

Reputation: 21

Uninstall sql server completely by going into control panel,uninstall a program. Delete folder “Microsoft SQL Server” from c:\Program Files. Delete folder c:\Documents and Settings\Administrator\Application Data\Microsoft\Microsoft SQL Server. run regedit.exe (Start->Run), and delete key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server.

Upvotes: 1

Joy Acharya
Joy Acharya

Reputation: 680

The recommended way is to use a domain account. Next best thing is NT AUTHORITY\NETWORK SERVICE.

[What service accounts to use when installing SQL Server 2008 on a Dev Box

Upvotes: 2

Related Questions