Rename a Report Server Computer

Renaming a computer causes a corresponding name change for the Web server and SQL Server instance (if it is on the same computer). In some cases, SQL Server Reporting Services may not be accessible after a computer name change. Use the steps provided in this topic to reconfigure a report server after a computer name change.

Renaming a SQL Server Database Engine

If you rename the SQL Server Database Engine instance that runs the report server database, do the following:

  1. Start the Reporting Services Configuration tool and connect to the report server that uses the report server database on the renamed server.

  2. Open the Database Setup page.

  3. In Server Name, type or select the SQL Server name, and then click Connect.

  4. Click Apply.

If the report server is using a local Database Engine instance, you can use (local) or (local)\instancename to specify the server. If you use (local) to refer to the server, you can rename the server and the connections will continue to work. If you are using a remote server, or if Reporting Services is configured using the server name, you must update the database connection information whenever the server name is changed.

Renaming a Report Server Computer

If you rename a computer that runs a report server, do the following:

  1. Open RSReportServer.config in a text editor and modify the UrlRoot setting to reflect the new server name. The UrlRoot setting is used by delivery extensions to compose the URL used to access items stored on the report server. Changing the report server URL address requires that you update the UrlRoot setting so that subscriptions continue to deliver reports as expected.

  2. In the same file, if it is set, modify the ReportServerUrl setting to reflect the new server name. Note that this setting is not used in every installation. If it is empty, do nothing.

    Note

    If you are using Windows Internet Naming Service (WINS) on your corporate network, the report server and Report Manager may continue to be available under the previous name for a period of time. WINS maps an IP address to each computer it services. After WINS refreshes the IP address for the renamed computer, the old computer name can no longer be used to access a report server or Report Manager.

See Also

Tasks

Start and Stop the Report Server Service

Reference

rsconfig Utility (SSRS)

Concepts

RSReportServer Configuration File

Reporting Services Report Server (Native Mode)

Other Resources

How to: Start Reporting Services Configuration Manager