Renaming 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. Open RSWebApplication.config file and, if necessary, 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.

If the computer is running Microsoft Windows 2000 Server and the Report Server Windows service runs as Local System, the Report Server Windows service no longer starts automatically when you restart the computer. To restore service after a computer name change, restart the ReportServer Windows service.

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

How to: Start Reporting Services Configuration

Concepts

Administering Reporting Services
Starting and Stopping the Report Server Windows Service

Other Resources

Deploying Reporting Services
rsconfig Utility

Help and Information

Getting SQL Server 2005 Assistance