setup account privileges failed. SQL Server 2019

2022-12-31T11:03:42.473+00:00

275241-capture.png275251-error-1.jpg275252-error2.jpgI can't able to install SQL server 2019. its showing that Setup account Privileges failed. (the account that is running SQL Server Setup does not have one or all of the following rights, the right to back up files and directories, the right to manage auditing and the security log and the right to debug programs. to continue, use an account with both of the rights.

SQL Server Other
{count} votes

Accepted answer
  1. Seeya Xi-MSFT 16,586 Reputation points
    2023-01-02T03:57:54.73+00:00

    Hi @Abdul Quddus, Mohammed (Baker Hughes Contractor) ,

    First, you can check the prerequisites for your SQL Server installation.
    SQL Server 2019: Hardware and software requirements
    If you are running the setup as a local administrator, you require the following user rights for setup to run successfully:
    275342-image.png
    To add the rights to the setup account, follow these steps:

    1. Log on as an administrator.
    2. Select Start > Run, type Control admintools, and then select OK.
    3. Double-click Local Security Policy.
    4. In the Local Security Settings dialog box, select Local Policies, open User Rights Assignment, and then double-click Backup Files and Directories.
    5. In the Backup Files and Directories Properties dialog box, select Add User or Group.
    6. In the Select User or Groups dialog box, enter the user account that you want to use for setup, and then select OK two times.

    For more information, please refer to this document: SQL Server installation fails after default user rights are removed
    Here is an example:
    275303-image.png

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Christopher Uloko 1 Reputation point
    2022-12-31T11:06:33.55+00:00

    Ensure you are logged in with your microsoft account before attempting to download a Microsoft service

    0 comments No comments

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2022-12-31T11:33:33.107+00:00

    There is no need to be logged in with a Microsoft account.

    Typically, you run Setup as an administrator, and normally Setup asked for admin permissions when it starts. But else, select the option Download Media, and right-click Setup.exe and select "Run as Administrator."

    If this is in a corporate environment, you may have to discuss with your IT department. Not all organisations agree to letting users having Administrator access on their machines.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.