Welcome    

Welcome to JSPortals.com.

With over 20 years of REAL WORLD 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