Welcome    

Welcome to JSPortals.com.

With over 20 years of enterprise systems design and development experience, JS Portals offers the best programming for competitive prices.  Just remember, "Hire the best and get it right the first time."

Contact us today and let's get started!!

   
 Print   
 Blog    
May24

Written by:jhegeman
5/24/2006 4:46 PM

            It may come as a shock to many (wink wink) but the SQL Server 2005 install rejects installing Reporting Services or anything else other than the client tools on 2003 Server Web Edition. After wondering why a “web edition” cannot display the “web” front end of reporting services reports {boggle}, I had to resort to finding a work around. After searching on Google for a work around, and coming up empty, I had to take matters into my own hands. I have made an easy 3 step plan to install SQL Server 2005 Reporting Services on 2003 Server Web Edition.

            Step One: Install the SQL 2005 Native Client and the Install Support Files.

Launch your normal SQL Server 2005 install and click to install the client tools. The first thing the installer will do is install the above 2 items. Next, you can go ahead and install the client tools if you want or cancel out from there if you don’t need them on your IIS box. I cancelled out of mine since I’ll mostly be connecting to SQL Server from my development machine.

 Screen2.JPG


           
Step Two: Install Reporting Services

Fortunately Microsoft isn’t the most thorough company in the world and there is a way to install reporting services. Open “My Computer” and right click on the SQL Server 2005 CD and select “explore”. Next, navigate to the “\Servers\Setup” directory and double click the SqlRun_RS.msi file. This will bypass the normal installer and allow you to select reporting services and install it.


 screen1.JPG


           
Step Three: Configuration

After the setup is complete, run the “Reporting Services Configuration” program under STARTàMicrosoft SQL Server 2005àConfiguration Tools menu. Here is where you configure reporting services with your SQL Server. You’ll need to complete all the menu options in order to get Reporting Services to “Initialize”.

 

That’s all there is to it. Once you have step three configured correctly with your SQL Server, deploy your reports and check them by launching your browser and going to http://localhost/reportserver. Remember to set the reports permissions at http://localhost/reports.

 

Hope this article was helpful to some of you who use SQL Reporting Services in an Enterprise deployment scenario.

Copyright ©2006 Joel Hegeman

Tags:

Re: Installing SQL Server 2005 Reporting Services on Windows 2003 Server Web Edition

test

By jhegeman on  8/14/2008 7:44 AM

Re: Installing SQL Server 2005 Reporting Services on Windows 2003 Server Web Edition

Hi,

I found your article because like you I couldn't install Reporting Services on a Windows 2003 Web Edition server. However, following your article using SQL 2005 Standard Edition when you run the sqlrun_rs.msi it advises you that the license key entered is invalid.

I then discovered that Report Services can be used from SQL Express Advanced Services SP3, however, after playing with this it appears as though you can only connect to a local database which is useless for us.

Do you have any further ideas as to how I can use Report Services on Windows 2003 Web Edition?

Thanks

Seb

By masters on  5/13/2009 7:40 AM

Re: Installing SQL Server 2005 Reporting Services on Windows 2003 Server Web Edition

Hi,

I found your article because like you I couldn't install Reporting Services on a Windows 2003 Web Edition server. However, following your article using SQL 2005 Standard Edition when you run the sqlrun_rs.msi it advises you that the license key entered is invalid.

I then discovered that Report Services can be used from SQL Express Advanced Services SP3, however, after playing with this it appears as though you can only connect to a local database which is useless for us.

Do you have any further ideas as to how I can use Report Services on Windows 2003 Web Edition?

Thanks

Seb

By masters on  5/13/2009 7:54 AM

Re: Installing SQL Server 2005 Reporting Services on Windows 2003 Server Web Edition

Sorry for the double post, not sure what happened there!

Seb

By masters on  5/13/2009 7:56 AM