Showing posts with label tutorials. Show all posts
Showing posts with label tutorials. Show all posts

Wednesday, March 28, 2012

Installing WSS on top of RS

Hi,
Until now, I only fount tutorials/howto's on installing Reporting
Services, after a WSS install.
In my situation, I have RS fully up & running, and I need to add WSS to
the same machine.
Which steps do I have to take? Can I use the same steps as in this
link:
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/rsinstal= l/htm/gs_installingrs_v1_9fdy.asp
Thanks in advance!
Bj=F6rnI think I've installed WSS on top of RS a few times. The only thing I can
think of that could mess up your Reporting Services, is if you add WSS to
the same application pool as the one the RS web sites are running in, and
then change the identity of this application pool.
If you just use a new application pool for WSS, this will not occur.
Also, if you're running RS 2005, using .NET Framework 2.0 and not 1.1, you
might want to be a bit carefull with doing things like aspnet_regiis, which
could mess up the version of .NET framework the web sites are running as.
The list from Microsoft should be usefull even if you're installing it the
other way. But I would actually do it on a test box before doing it on a
live box, just to make sure that what should work in theory does not work in
real life...
Kaisa M. Lindahl Lervik
"Bjorn" <bjorn.vaessen@.gmail.com> wrote in message
news:1156842277.698297.172960@.p79g2000cwp.googlegroups.com...
Hi,
Until now, I only fount tutorials/howto's on installing Reporting
Services, after a WSS install.
In my situation, I have RS fully up & running, and I need to add WSS to
the same machine.
Which steps do I have to take? Can I use the same steps as in this
link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsinstall/htm/gs_installingrs_v1_9fdy.asp
Thanks in advance!
Björn|||Thanks for your answer!
Though, I did it a little bit different. I created a new Application
Pool first, and then added the RS-sites to that new pool. After that I
installed WSS normally, and added the exclusions.
Works fine!
Yours,
Bj=F6rn

Monday, March 26, 2012

Installing SSIS tutorials

I feel stupid for asking this but I can't seem to find where to install the SSIS tutorials referenced in msdn.. specifically the "Deploying Packages Tutorial". In the SQL Server 2005 Developer Edition DVD that I have, I've chosen to install all of the samples etc. I have the AdventureWorks and AdventureWorksDW and a whole bunch of samples in "C:\Program Files\Microsoft SQL Server\90\Samples\Integration Services\Package Samples" but under the directory "C:\Program Files\Microsoft SQL Server\90\Samples\Integration Services\Tutorial\" I only have sample data for "Creating a Simple ETL Package".

I know... feels like a dumb question but I have run the install wizard on both the dev edition dvd and the msdn library dvd several times and looked at all the options and can't find anything about tutorials under the SQL server installation or the workstation component installation. Please help. Thanks.

this should help: http://www.microsoft.com/downloads/details.aspx?FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en|||If I try to install the SQLServerSamples from there I get an error "Another version of this product is already installed. Installation of this version cannot continue."|||Well I uninstalled SQL Server Samples that I'd installed previously (control panel - add/remove programs) and installed the link you sent and now the tutorials are there. Weird but at least I have them now - thanks.