19 Apr 2018

Setup Account Privileges Rule failed while installing SQL server

We got Setup Account Privileges Rule failed while installing SQL 2012.




Reason: 


The account that is running SQL Server Setup does not have one or all of the following rights: 
1. Right to back up files and directories
2.Right to manage auditing and the security log
3. Right to debug programs.

Resolution:

I checked that user was part of both groups(Right to back up files and directories and Right to debug programs.) but it was not part of "Right to manage auditing and the security log" group.

So i added the user to this group.

1. Click Start, click Run, type secpol.msc, and then click OK.


2. In the Local Security Settings dialog box, click Local Policies, double-click User Rights Assignment, and then double-click “Manage auditing and security log properties”.

3. In the “Manage auditing and security log properties” dialog box, click Add User or Group.
In the Select User or Groups dialog box, type the user account that is being used for setup, and then click OK two times.



we re-run the SQL software and installation completed successfully.
banner
Previous Post
Next Post

3 comments:

  1. duplicate your content

    ReplyDelete
  2. My spouse and I love your blog and find almost all of your posts to be just what I’m looking for. Appreciating the persistence you put into your blog and the detailed information you provide. I found another one blog like you Oracle ADF.Actually I was looking for the same information on internet for Oracle Application Development Framework and came across your blog. I am impressed by the information that you have on this blog. Thanks once more for all the details.


    ReplyDelete
  3. As i see in last picture "Add user or Group" button is disabled, so how did you add that user account?!

    ReplyDelete