Share via


Reporting Services Configuration Manager (Native Mode)

Use the Reporting Services Configuration Manager to configure a Reporting Services Native Mode installation. If you installed a report server by using the files-only installation option, you must use the Configuration Manager to configure the server before you can use it. If you installed a report server by using the default configuration installation option, you can use the Configuration Manager to verify or modify the settings that were specified during setup. Reporting Services Configuration Manager can be used to configure a local or remote report server instance.

Applies to: Reporting Services Native mode.

Note

Starting with the SQL Server 2012 release, the Reporting Services Configuration Manager is not designed to manage SharePoint mode report servers. SharePoint mode is managed and configured by using SharePoint Central Administration and PowerShell scripts. For information, see Reporting Services SharePoint Mode Installation (SharePoint 2010 and SharePoint 2013).

In this section:

Configure the Report Server Service Account (SSRS Configuration Manager)
Provides recommendations and steps on how to modify the service account and password.

Configure Report Server URLs (SSRS Configuration Manager)
Describes how to configure URLs used to access the Report Server Web service and Report Manager.

Create a Report Server Database (SSRS Configuration Manager)
Describes how to create a report server database, required for storing server metadata and objects.

Configure a Report Server Database Connection (SSRS Configuration Manager)
Describes how to modify the connection string used by the report server to connect to the report server database.

Configure the Unattended Execution Account (SSRS Configuration Manager)
Describes how to configure a user account to process reports in unattended mode.

Configure a Report Server for E-Mail Delivery (SSRS Configuration Manager)
Describes how to configure a report server to support e-mail report distribution.

Configure a Native Mode Report Server Scale-Out Deployment (SSRS Configuration Manager)
Provides information about configuring multiple report server instances to use a shared report server database.

Configure and Manage Encryption Keys (SSRS Configuration Manager)
Explains how to use and manage encryption keys that are used when storing sensitive data.

Manage a Reporting Services Native Mode Report Server
Provides step-by-step instruction for common tasks.

Reporting Services Configuration Manager F1 Help Topics (SSRS Native Mode)
Provides help topics for the pages in the Reporting Services Configuration tool.

In this topic:

Scenarios to use Reporting Services Configuration Manager

You can use the Reporting Services Configuration Manager to perform the following tasks:

  • Configure the Report Server service account. The account is initially configured during setup, but can be modified by using the Reporting Services Configuration Manager if you update the password or want to use a different account.

  • Create and configure URLs. The report server and Report Manager are ASP.NET applications accessed through URLs. The report server URL provides access to the SOAP endpoints of the report server. The Report Manager URL is used to open Report Manager. You can configure a single URL or multiple URLs for each application.

  • Create and configure the report server database. The report server is a stateless server that requires a SQL Server database for internal storage. You can use the Reporting Services Configuration Manager to create and configure a connection to the report server database. You can also select an existing report server database that already contains the content you want to use.

  • Configure a Native mode scale-out deployment. Reporting Services supports a deployment topology that allows multiple report server instances use a single, shared report server database. To deploy a report server scale-out deployment, you use the Reporting Services Configuration Manager to connect each report server to the shared report server database.

  • Backup, restore, or replace the symmetric key that is used to encrypt stored connection strings and credentials. You must have a backup of the symmetric key if you change the service account, or move a report server database to another computer.

  • Configure the unattended execution account. This account is used for remote connections during scheduled operations or when user credentials are not available.

  • Configure report server e-mail. Reporting Services includes a report server e-mail delivery extension that uses a Simple Mail Transfer Protocol (SMTP) to deliver reports or report processing notification to an electronic mailbox. You can use the Reporting Services Configuration Manager to specify which SMTP server or gateway on your network to use for e-mail delivery.

The Reporting Services Configuration Manager does not help you manage report server content, enable additional features, or grant access to the server. Full deployment requires that you also use SQL Server Management Studio to enable additional features or modify default values, and Report Manager to grant user access to the server.

Requirements

The Reporting Services Configuration manager is version-specific. The Reporting Services Configuration Manager that installs with this version of SQL Server cannot be used to configure an earlier version of Reporting Services. If you are running older and newer versions of Reporting Services side-by-side on the same computer, you must use the Reporting Service Configuration manager that comes with each version to configure each instance.

To use the Reporting Services Configuration manager, you must have the following:

  • Local system administrator permissions on the computer that hosts the report server you want to configure. If you are configuring a remote computer, you must have local system administrator permissions on that computer as well.

  • You must have permission to create databases on the SQL Server Database Engine used to host the report server database.

  • Windows Management Instrumentation (WMI) service must be enabled and running on any report server you are configuring. The Reporting Services Configuration Manager uses the report server WMI provider to connect to local and remote report servers. If you are configuring a remote report server, the computer must allow remote WMI access. For more information, see Configure a Report Server for Remote Administration.

  • Before you can connect to and configure a remote report server instance, you must enable remote Windows Management Instrumentation (WMI) calls to pass through Windows Firewall. For more information, see Configure a Report Server for Remote Administration in SQL Server Books Online.

The Reporting Services Configuration Manager is installed automatically when you install Reporting Services

To Start the Reporting Services Configuration Manager

To start Reporting Services Configuration

  1. Use the following step that is appropriate for your version of Microsoft Windows:

    • From the Windows start screen, type Reporting and select Reporting Services Configuration Manager from the search results.

    • Click Start, point to All Programs, point to Microsoft SQL Server 2014, and then point to Configuration Tools.

      If you want to configure a report server instance from a previous version of SQL Server, open the program folder for that version. For example, point to SQL Server 2008 R2 instead of Microsoft SQL Server 2014 to open the configuration tools for SQL Server 2008 R2 server components.

      Click Reporting Services Configuration Manager.

  2. The Reporting Services Configuration Connection dialog box appears so that you can select the report server instance you want to configure. Click Connect.

  3. In Server Name, specify the name of the computer on which the report server instance is installed. The name of the local computer appears by default, but you can type the name of a remote SQL Server instance if you want to connect to a report server that is installed on a remote computer.

  4. If you specify a remote computer, click Find to establish a connection.

  5. In Report Server Instance, select the SQL Server Reporting Services instance that you want to configure. Only report server instances for this version of SQL Server appear in the list. You cannot configure earlier versions of Reporting Services.

  6. Click Connect.

See Also

Report Manager (SSRS Native Mode)
Reporting Services Tools
Configure a Report Server Database Connection (SSRS Configuration Manager)
SQL Server Configuration Manager
Configure and Administer a Report Server (SSRS Native Mode)