Showing posts with label required. Show all posts
Showing posts with label required. Show all posts

Friday, March 30, 2012

install replication components on cluster

Hi,
At the SQL Server cluster installation time I haven't choose the replication component(wasn't required at that time). Now it is and when I run again the setup to modify the installation and to add the replication components it doesn't give me that option.
The only option that I have is to uninstall the SQL Server.
Is it what is suppose to be? If yes how can I install the replication components?
Cata,
replication isn't enabled from the setup. If you use EM, and go to tools,
replication, configure publishing... you can set it up there.
Regards,
Paul Ibison
|||Thanks for your replay.
At the setup time when you install the SQL Server one is
asked if he wants to install the Replication components -
so there are some components that have to be installed. I
haven't choose that option.
Additionally when I am choosing to configure replication
EM - Tools - Cofigure Publishing, I get the message "The
Replication components were not included when SQL Server
was installed on <server>"

>--Original Message--
>Cata,
>replication isn't enabled from the setup. If you use EM,
and go to tools,
>replication, configure publishing... you can set it up
there.
>Regards,
>Paul Ibison
>
>.
>
|||My apologies - I had selected this checkbox without thinking when I installed, which was a while ago. I'm out of the office for a while but if no-one else answers in the next few days then I'll try on a test cluster I have built back at work. I suspect yo
u'll have to break the cluster then add the components, but I'll have a look.
Regards,
Paul Ibison

Wednesday, March 28, 2012

install of Report Designer onto a machine w/just VS 03 & VB.Net

Hi:
I recently got Reporting Services and am trying to install it. Microsoft's
web site says:
Additional Software Required to Use Specific Features in Reporting Services
a.. Microsoft Visual Studio® .NET 2003 (any edition) or the standard edition
of Visual Basic® .NET, Visual C#® .NET, Visual C++® .NET Standard, or Visual
J#® .NET to use Report Designer. Report Designer can be installed on the
same computer as Report Server components or on a separate computer.
I have the SQL Server on one box, I put most of Reporting Services on
another box (our web server), and I'm trying to put the Report Designer on
my machine.
I have VS 03, with just VB.net, installed on my machine now. It was a
discount version, and didn't have db access wizards, nor any other
languages. It's been ok because I just used System.Data.SqlClient and
System.Data.SqlTypes, etc, to specify my db access, and manually coded the
interfaces and was able to connect fine.
So I'm trying to install Reporting Services - and just the Report designer,
onto my machine so I can author a report or two without writing raw XML.
When I run the install CD I get all sorts of errors IIS not installed, etc,
etc.Where can I get some specific, applicable instructions on doing this
install ?
ThanksI think your problem is that you are trying to install the server and the
client tools. When you install just the client tools you should not be
getting any errors about IIS (IIS is not required for the development
environment).
Bruce L-C
"steve" <steve@.earthlink.net> wrote in message
news:uufO0khiEHA.632@.TK2MSFTNGP12.phx.gbl...
> Hi:
> I recently got Reporting Services and am trying to install it. Microsoft's
> web site says:
> Additional Software Required to Use Specific Features in Reporting
Services
> a.. Microsoft Visual Studio® .NET 2003 (any edition) or the standard
edition
> of Visual Basic® .NET, Visual C#® .NET, Visual C++® .NET Standard, or
Visual
> J#® .NET to use Report Designer. Report Designer can be installed on the
> same computer as Report Server components or on a separate computer.
> I have the SQL Server on one box, I put most of Reporting Services on
> another box (our web server), and I'm trying to put the Report Designer on
> my machine.
> I have VS 03, with just VB.net, installed on my machine now. It was a
> discount version, and didn't have db access wizards, nor any other
> languages. It's been ok because I just used System.Data.SqlClient and
> System.Data.SqlTypes, etc, to specify my db access, and manually coded the
> interfaces and was able to connect fine.
> So I'm trying to install Reporting Services - and just the Report
designer,
> onto my machine so I can author a report or two without writing raw XML.
> When I run the install CD I get all sorts of errors IIS not installed,
etc,
> etc.Where can I get some specific, applicable instructions on doing this
> install ?
> Thanks
>
>sql