How to upgrade from Reporting Services Beta 2 to Reporting Services and preserve the existing data and the key (836064)
The information in this article applies to:
- Microsoft SQL Server 2000 Reporting Services
SUMMARYMicrosoft SQL Server 2000 Reporting Services Beta 2 expires after 180 days
from the day of installation. To permanently obtain Reporting Services, you must upgrade from Reporting
Services Beta 2 to the original released version of SQL Server 2000 Reporting Services. This step-by-step article describes how to upgrade from Reporting Services Beta 2 to Reporting Services. If you used Reporting Services Beta 2 to develop reports and you want to use the existing report server data in Reporting Services, follow these steps: - Back up the symmetric encryption key and the Reporting Services database.
- Remove Reporting Services Beta 2.
- Install and configure Reporting Services.
Note Before you follow these steps, make sure that you have the setup files for Reporting Services. INTRODUCTIONThis step-by-step article describes how to upgrade from Reporting Services Beta 2 to Reporting Services while preserving the existing
data and the symmetric encryption key on a report server that is running Reporting Services services (client components)
and Reporting Services databases (server components). When
you upgrade from Reporting Services Beta 2 to Reporting Services, make sure that you meet the
minimum requirements for the upgrade. For more information about the
minimum requirements for the upgrade, see the Rssetup.chm file in Reporting Services. Additionally, complete the
upgrade based on whether you must retain
the existing data and key or discard them. Note To determine the version of Reporting Services that you are running, type the following in the Address bar of Microsoft Internet Explorer: http://computername/reportserver The version
number of Reporting Services Beta 2 is 8.00.673.01. back to the topBack up the symmetric encryption key and the Reporting Services databaseTo use the existing report server data, back up the symmetric
encryption key and the Reporting Services database that is used by Reporting Services Beta 2. To do so, follow these steps:
- Log on to the computer as a local administrator.
- Use the rskeymgmt command-line utility to back up the symmetric
encryption key. To do so, run the following command at a command prompt:
RSKeyMgmt.exe -e -f FileName -p StrongPassword Note By default, the rskeymgmt command-line utility is located in the
Installation drive:\Program Files\Microsoft SQL Server\80\Tools\Binn
folder. For more information about the rskeymgmt command-line utility, run the following command at a command prompt:RSKeyMgmt /? - Back up the existing ReportServer Reporting Services database and the ReportServerTempdb Reporting Services database. ReportServer and ReportServerTempdb are the default names of Reporting Services databases.
back to the topRemove Reporting Services Beta 2To remove Reporting Services Beta 2, use Add/Remove Programs in Control Panel. Note In Add/Remove Programs, Reporting Services Beta 2 may be displayed as Microsoft SQL Server 2000 Reporting Services Evaluation Edition.back to the topDelete the COM+ packages and the folders that are related to Reporting ServicesTo delete the COM+ packages and the folders that are related to Reporting Services, follow these steps: - Delete all the COM+ packages that are related to Reporting Services. To do so, follow these steps:
- Click Start, point to
Programs, point to Administrative Tools, and then
click Component Services.
- In the left pane of the Component Services
window, expand the Component Services folder.
- Expand the Computers
folder.
- Expand the My Computer folder, and
then expand the COM+ Applications folder.
- In the COM+ Applications folder,
right-click the IIS-{Default Web
Site//Root/ReportServer} package, and then click
Properties.
- In the IIS-{Default Web Site//Root/ReportServer}
Properties dialog box, click the Advanced tab, and then under
Permissions, click to clear the Disable deletion check box.
- Click OK.
- Click Yes.
- Repeat steps e through h for the IIS-{Default Web Site//Root/Reports} package.
- In the Component Services window,
right-click IIS-{Default Web Site//Root/ReportServer}, and
then click Delete.
- In the Component Services window,
right-click IIS-{Default Web Site//Root/Reports}, and then
click Delete.
- Delete the Reports virtual directory and the ReportServer virtual directory from your computer. To do so, follow these steps:
- Click Start, and then click
Run.
- In the Open box, type
inetmgr, and then click OK.
- In the left pane, expand
ComputerName, and then expand Default Web
Site.
- Under Default Web Site, locate and
then delete the Reports virtual folder and the ReportServer virtual
folder.
- Delete the folder that contains Reporting Services Beta 2. By default, Reporting
Services is installed in the Installation drive:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services folder.
- Restart your computer.
back to the topInstall Reporting Services Before you install Reporting Services, see the Readme file (Readme_en.htm) and
the Rssetup.chm file for Reporting Services. These files document the installation requirements and possible
installation issues, configuration issues, and other known issues that are
related to Reporting Services. To install Reporting Services, follow these steps:
- Log on to the computer as a local administrator.
- Disable any antivirus software that is running on your
computer.
- In the Reporting
Services installation folder, locate the Setup.exe file, and then double-click
Setup.exe to start the installation of Reporting Services.
- Follow the steps in the installation
wizard until you reach the Report Server Database page.
- On
the Report Server Database page, type newreportserver in the Name box.
Note Make sure that the database name that you use is different
from the name that you specified when you installed Reporting Services Beta 2. By
default, ReportServer is specified as the database name for Reporting Services Beta 2. - Complete the steps in the installation wizard.
back to the topUpgrade the Reporting Services databases to Reporting Services To upgrade the ReportServer database and the ReportServerTempdb database to Reporting Services, follow these steps:
- Run theUpgradebeta2catalog.sql script file in the context of the ReportServer database. To do so, follow these steps:
- Start SQL Query Analyzer.
- In SQL Query Analyzer, click the ReportServer database that was installed with Reporting Services Beta 2.
- On the File menu, click
Open.
- In the Open Query File dialog box,
locate the following SQL script file, and then click Open:
Installation drive:\Program Files\Microsoft SQL
Server\MSSQL\Reporting Services\ReportServer\upgradebeta2catalog.sql - On the Query menu, click
Execute.
- Run the Upgradebeta2catalogtempdb.sql script file in the context of the ReportServerTempdb database. To do so, follow these steps:
- In SQL Query Analyzer, click the ReportServerTempdb database that was installed with Reporting Services Beta 2.
- On the File menu, click
Open.
- In the Open Query File dialog box,
locate the following SQL script file, and then click Open:
Installation drive:\Program Files\Microsoft SQL
Server\MSSQL\Reporting
Services\ReportServer\upgradebeta2catalogtempdb.sql - On the Query menu, click
Execute.
- Run the UpgradeStoredprocs.sql file in the context of the ReportServer database. To do so, follow these steps:
- In SQL Query Analyzer, click the ReportServer database that was installed with Reporting Services Beta 2.
- On the File menu, click
Open.
- In the Open Query File dialog box,
locate the following SQL script file, and then click Open:
Installation drive:\Program Files\Microsoft SQL
Server\MSSQL\Reporting Services\ReportServer\UpgradeStoredprocs.sql - On the Query menu, click
Execute.
back to the topConfigure the report server instance To configure the report server instance to use the upgraded ReportServer database and the upgraded symmetric encryption key, follow these steps:
- Use the rsconfig.exe command-line utility to configure the report server instance to use the upgraded ReportServer database. To do so, run
the following command at a command prompt:
RSConfig -s serverName -d reportDatabaseName -a Sql|Windows -u userAccount -p userAccountPassword Note For more information about the rsconfig command-line utility, run the following command at a command prompt: RSConfig /? - On the report server instance, use the rskeymgmt command-line utility to apply the keys
that you previously saved. To do so,
run the following command at a command prompt:
RSKeyMgmt -a -f FileName -p strongPassword Note Replace FileName and strongPassword
with the file name and the password that you used to back up the
symmetric encryption key in the "Back up the symmetric encryption key and the Reporting Services database" section in this article. - Restart your computer.
back to the
topREFERENCES
For additional information about additions to the Readme file, click the following article number to view the article in the Microsoft Knowledge Base:
832976
Microsoft SQL Server 2000
Reporting Services Readme Additions
back to the
top
Modification Type: | Minor | Last Reviewed: | 1/21/2005 |
---|
Keywords: | kbHOWTOmaster kbReport kbUpgrade kbsetup kbQuery kbhowto KB836064 kbAudDeveloper |
---|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|