Showing posts with label http. Show all posts
Showing posts with label http. Show all posts

Friday, March 30, 2012

Install Reporting Services on another IIS website

I am using IIS6 and installed Reporting Services on http://myWebsite in IIS.
This works fine and I can access http://myWebsite/ReportServer and http://myWebsite/Reports

My problem is that I also need Reporting Services on another website in IIS6.
I have a website http://www.myothersite.com which I also need Reporting Services on. I created two virtual directories (Reports,ReportServer) that point to the same directories as which the original Reporting Services site does, but it doesn't work. I get "You are not authorized to view this page message in IE." when I view http://www.myothersite.com/ReportViewer in my browser

Any suggestions?i dont think you would need to report managers. you would only need one report manager and create your folders in it and use the appropriate paths in various websites on the server.

hthsql

Wednesday, March 28, 2012

Install or uninstall .NET Framework 2.0

I want to instal Sql Server express, problem is

On this link http://msdn.microsoft.com/vstudio/express/sql/download/ , they say
you must uninstall any previous versions of ... and the .NET Framework 2.0.
Yet here on step two in the instruction section in this link http://www.microsoft.com/downloads/details.aspx?familyid=220549b5-0b07-4448-8848-dcc397514b41&displaylang=en
they say I should install it

Where is the truth!

First, if you have a prerelease build of .Net Framework 2.0 installed on your machine you need to uninstall it. There is no way around this.

Second, in order to install SQL Server Express, you need to first install the released version of .Net Framework.

So yes, you need to uninstall and then install to install SQL Server Express. The key information is you're uninstalling prerelease builds and installing the final release build.

I hope this clears up the confusion.

Cheers,
Dan

Wednesday, March 21, 2012

Installation check-list

Narrative form, but pretty comprehensive.
http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cluster_Ezine_Final_needs_URL.pdf
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Alberto Brivio" <a.brivio@.adb.it> wrote in message
news:uFS2PS5VIHA.748@.TK2MSFTNGP04.phx.gbl...
> Dear ALL,
> I have a two-node win2003 cluster where I'm going to install SQL server
> 2005.
> Please, anyone of you could give me a link where I can find documentation
> about installation steps?
>
> Regards
> Alberto Brivio
>
Geoff,
I have been reading the article and have a question. On page 4 at the very
bottom, you said that for a two-node cluster a crossover cable is good for
the cluster private network. It makes me wondering how do you do the
connection if there are more than two nodes. A switch with all the nodes as
peer?
"Geoff N. Hiten" wrote:

> Narrative form, but pretty comprehensive.
> http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cluster_Ezine_Final_needs_URL.pdf
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
> "Alberto Brivio" <a.brivio@.adb.it> wrote in message
> news:uFS2PS5VIHA.748@.TK2MSFTNGP04.phx.gbl...
>
|||Switch, hub, pretty much anything works as long as it suports IP multicast.
The actual communication volume is very low. That would be a perfect use
for an old RG-58 Ethernet cable, if you could find cards that still
supported that connection. As I noted, you will need to have the cluster
private network on a separate subnet. Don't route it or register the
connections in DNS.
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"SQL Question" <SQLQuestion@.discussions.microsoft.com> wrote in message
news:436981C2-1A74-4A88-A6A0-0C79BD47B338@.microsoft.com...[vbcol=seagreen]
> Geoff,
> I have been reading the article and have a question. On page 4 at the
> very
> bottom, you said that for a two-node cluster a crossover cable is good for
> the cluster private network. It makes me wondering how do you do the
> connection if there are more than two nodes. A switch with all the nodes
> as
> peer?
> "Geoff N. Hiten" wrote:

Monday, March 19, 2012

Install Books online only for SQL 2008 (Katmai)

http://sqlserver-qa.net/blogs/sql2008/archive/2007/06/12/710.aspx for more information.

Thanks for the info Satya. Would you please edit this post and change it from a question to a comment?

Thanks,

Gail