How can we help you today? How can we help you today?

Installation to multiple instances ?

I've downloaded the released version of SQL Backup 4.0.
It appears to suffer from the same issue with 'instances' that all the betas did... it installs on the default instance of the SQL Server on the machine, but doesn't recognize any other instances.

The help file seems to indicate that it will install to other instances as well... but it did not. Do I missinterpret the help file, and are other steps required to install to other instances oon the same server ?

Thanks !
randyj
0

Comments

4 comments

  • petey
    The main SQL Backup components consist of the GUI (sqlbackup.exe) and 2 server side components (SQBCoreService.exe and xp_sqlbackup.dll). When you run the regular setup, it installs the GUI (+ a couple of other support files) and also the server components for the default instance.

    There is also a file named SQBServerSetup.exe. This is a server side setup file that installs only the 2 server side components.

    We assume that you don't want to install the entire set of files for all your instances, so the GUI allows you to install just the server components on your other instances. To do that, select the server instance on the Servers panel, right click and select 'Install/Upgrade server components' item.

    This should not be a problem on local servers, but might be a problem on remote servers if they are adequately locked down (I mean, wouldn't you be worried that we were able to copy an executable to your remote server AND run it).

    I'll see what I can do to make these steps clearer in the help file. Thanks for the heads
    petey
    0
  • randyj
    Thats part of my problem - I cannot register a server /instance to select to install /upgrade.
    In the beta, we had to do 'sqbcoreservice -install -i <instance name>
    ' and then add the x_sprocs thru a query.
    randyj
    0
  • petey
    You can register an instance of SQL Server on the Servers panel, regardless of whether it has SQL Backup installed or not.

    What is the error you encounter when you try to register the other instances?
    petey
    0
  • randyj
    got it figured out ... My bad :>
    randyj
    0

Add comment

Please sign in to leave a comment.