Creation and Configuration of "Reports" Domain User account to access SSRS Reports

vsslasd 556 Reputation points
2022-09-15T15:09:22.82+00:00

We want to create a generic "Reports" domain user account to access the various SSRS reports.

We know we want read/execute privileges within SQL Server with that domain user account.

How should that domain user "Reports" account be created, and with what domain privilege's are necessary for it ?

Is there a white paper on how to set this up ?

Thank you

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-09-16T05:46:45.557+00:00

    Hi @vsslasd
    If you want to create a new domain user, you can run Server Manager->Tools->Active Directory Users and Computers.
    For configuring SSRS account, you can refer to this link: configure-the-report-server-service-account-ssrs-configuration-manager.
    When granting permissions to a user, you need to assign the user a system role and an item role. For more details, you can refer to this link: grant-user-access-to-a-report-server.
    If you want to create a custom role, you can use SSMS to connect to the Reporting Service, create a new role and customize the permissions granted to the role. You can see this link: role-definitions-create-delete-or-modify.
    Best regards,
    Aniya

    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.