Reporting Services 2000 & 2005 on same machine



How can I get the 2000 and 2005 versions of SQL Server Reporting Services
both working on my development laptop ?????

I have ASP.NET 1.1 and 2.0 installed on my laptop.

I have Visual Studio 2003 and 2005 installed on my laptop.

I have my default website configured for ASP.NET 2.0.

I have the developer edition of SQL Server 2000 installed on my laptop as
instance RMK006 in the MSSQL folder. I have the developer edition of SQL
Server installed on my laptop as instance RMK0062005 in the MSSQL.1 folder.
I have the corresponding versions of SQL Server Reporting Services installed
on my laptop.

I have the Reports web site and the Reports web site and ReportServer web
site configured to ASP.NET 1.1

I have the Report$RMK0062005 web site and the ReportsServer$RMK0052006
configured to ASP.NET 2.0

Entering http://localhost/reports$rmk0062005 in my web browser works fine.

Entering http://localhost/reportserver in my web browser generates the
following error:
Reporting Services Error
--------------------------------------------------------------------------------

The report server cannot decrypt the symmetric key used to access sensitive
or encrypted data in a report server database. You must either restore a
backup key or delete all encrypted content and then restart the service.
Check the documentation for more information. (rsReportServerDisabled) Get
Online Help
Bad Data.

--------------------------------------------------------------------------------
Microsoft Reporting Services

Entering http://localhost/Reports in my web browser generates the following
error:

The report server cannot decrypt the symmetric key used to access sensitive
or encrypted data in a report server database. You must either restore a
backup key or delete all encrypted content and then restart the service.
Check the documentation for more information. (rsReportServerDisabled) Get
Online Help Bad Data.

The only way I can seem to get 2000 Reporting Services working is to do the
following:

- run C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -u
- uninstall 2000 Reporting Services
- run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
- install 2000 Reporting Services

But once I've done that Visual Studio 2005 etc no longer work.

The utlimate goal is an ASP.NET 2.0 application developed in Visual Studio
2005; the application is based on a SQL Server 2000 database and needs to
invoke SQL Server 2000 Reporting Services to run reports.

What am I doing wrong?

ANY HELP WOULD BE GREATLY APPRECIATED - I'M DIEING HERE AND MY CLIENT IS
LOSING PATIENCE !!!!!




.



Relevant Pages

  • Re: Cannot Install Reporting Services Client Tools
    ... I have XP Pro SP1 on my laptop. ... with the Reporting Services for Developer Edt already bundled by Microsoft) ... When installing Reporting Services, the only problem I had was that I hadn't ...
    (microsoft.public.backoffice.smallbiz2000)
  • Re: Reporting Services DISABLES DEFAULT Transaction Isolation Level!!!
    ... The fact is that the installation of Reporting ... Server when run pre- and post- Reporting Services install. ... It's like the Reporting Services team removed the read committed isolation ... I've repeated the same test twice, reinstalling SQL Server 2000 sp3a and the ...
    (microsoft.public.sqlserver.server)
  • Re: Timeout expired. The timeout period elapsed prior to completion of the operation or the server
    ... It might also be caused by someone using Reporting Services on the same system, or another service that hogs disk IO channels or consumes more than its share of CPU time. ... It could be something as simple as SQL Server building a new extent as new data pages are added. ... The stored proc works as expected, it will return 'SUCCESS' on insert or the error message from the stored proc if it failed. ... Dim returnValue As String = "" ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Project REAL webcast
    ... then just the SQL Server 2005 addins are registered. ... >> the server installation? ... >>> Services, Analysis Services, Reporting Services, Data Mining, etc. ... >>> BI SystemsTeam ...
    (microsoft.public.sqlserver.olap)
  • Reporting Services 2000 & 2005 on same machine
    ... How can I get the 2000 and 2005 versions of SQL Server Reporting Services ... I have ASP.NET 1.1 and 2.0 installed on my laptop. ... I have the developer edition of SQL Server 2000 installed on my laptop as ...
    (comp.databases.ms-sqlserver)