Converse agora com nosso suporte
Chat com o suporte

Toad for DB2 7.4 - Installation Guide

Installation

Install Toad

Toad for IBM DB2 is available in the following editions: Base, Professional and Xpert. DB Admin Module is an add-on module that provides extended admin functionality and can be added to any Toad edition.

Note: Your Toad for IBM DB2 license key determines the edition and will enable Toad for IBM DB2 functionality accordingly. In many cases, if functionality is disabled within Toad for IBM DB2, you may not have an appropriate license to use it. When Toad is running, you can see which components are licensed by selecting Help | About.

To install Toad

  1. Run the Installer.
  2. Accept the License Agreement.

  3. Select the products you want to install and click Install.

Note: Check Prohibit saving passwords during the installation to prohibit users from saving their passwords in Toad.

Install Toad Silently

Silent installation provides a convenient method for deploying Toad to multiple machines. With some customization, you can also deploy the license key and settings at the same time.

Use a stand-alone installer to perform a silent install. Obtain your installer files at https://support.quest.com/.

Silent Installation Prerequisites

Before you can perform a silent installation, the following software must be installed on every computer where you are installing Toad

  • Microsoft .NET Framework 4.7.1

Silent Installation Using the Executable

Use the executable file to perform a silent install to the default directory (or to a different directory) and to specify options such as logging installation messages.

To perform a silent install using the executable file

  1. At a Windows command prompt, switch to the drive or directory where the executable for Toad is located. (This file can be downloaded from the Quest Software Web site or can be found on the Toad installation CD-ROM.)
  2. For a standard installation with all features enabled, enter the following command:

    ToadInstaller.exe” /S

    You can customize MSIEXEC command-line options and overrides for your installation similar to the following command:

    ToadInstaller.exe” /S /Lx “C:\temp\installLog.txt” INSTALLDIR=”Drive:\your_install_path” USERNAME=”some_user” COMPANYNAME=”your_company” ALLUSERS=1

    Use the following descriptions to customize the command-line options and overrides for your installation.

    Command-Line Options

    The following MSIEXEC command-line options are used in this example:

    Option

    Description

    /L “C:\temp\installLog.txt

    (Optional) Write installation messages to the specified log file.

    Substitute “C:\temp\installLog.txt” in the example with the fully qualified name of the log file. Enclose this value in double quotations. The installation process creates this file if it does not exist. Otherwise, the existing file is overwritten.

    You can add additional parameters to the logging option to indicate what type of information to log.

    • /Lx—Adds extra debugging information to the log (used in previous example)
    • /Lv—Specifies verbose output
    • /L*—Log all information, except that specified by x and v
    • /L*v—Log all information, including v (verbose output)
    • /L*x—Log all information, including x (extra debugging info)
    • /L*vx—Log all information, including that specified by v and x

    See the log section at http://msdn2.microsoft.com/en-us/library/aa367988.aspx for more information about additional logging parameters.

    License="full_path"

    Specify the full path to a license file, e.g. License="C:\ProgramData\Quest Software\Toad for IBM DB2". Toad for IBM DB2 to use Toad with the desired license.

    Toad Default Installation Option Overrides

    You can specify the following values to override Toad’s default installation options. Enclose each value in double quotations.

    Option

    Description

    INSTALLDIR

    (Optional) Specify the absolute path for the directory in which you want to install Toad. If you do not include this path, the installation program defaults to: C:\Program Files\Quest Software\Toad for IBM DB2 7.4.

    ALLUSERS

    (Optional) Specify one of the following:

    • For a per-machine installation, specify 1. This value allows any user to use the Toad shortcut on the desktop after the installation completes.
    • For a per-user installation, enter the empty string value (“”) This value allows only the user specified for USERNAME (and the user that installed Toad) to see the Toad shortcut on the target desktop. If USERNAME is omitted, only the user that installed Toad sees the shortcut.

    Note: If you do not specify this property, the installation program defaults to a per-user installation.

    USERNAME

    (Optional) Specify the user that intends to use Toad on the target computer.

    Notes:

    • If ALLUSERS is omitted or defined with the empty string value (""), only the user specified here (and the user that installed Toad) can see the Toad shortcut on the desktop after the installation completes.
    • If ALLUSERS is omitted or defined with the empty string value ("") and you omit the USERNAME option, only the user that installed Toad sees the Toad shortcut on the desktop.
    • If ALLUSERS is 1, the USERNAME value is ignored during installation.

    COMPANYNAME

    (Optional) Specify the name of the company that owns this installation.

    ALLOWPASSWORDS=FALSE

    (Optional) Set in order to prohibit users from saving their passwords in Toad.

    OPTIONSTEMPLATE (Optional) Enter a full path to the Options Template that you generated in Tools | Options | General.

    Notes: 

    • All default installation option overrides are case-sensitive.
    • Enclose all values (except for the ALLUSERS value) in double quotations.

Install Other Toad Components

Depending on your Toad license type, additional Toad components might be available. See the following sections for information about installing these components:

Toad for IBM DB2 z/OS Components

The Toad for IBM DB2 z/OS components enable you to take full advantage of Toad functionality on your DB2 for z/OS subsystem. If you do not have the z/OS components installed, Toad still provides some basic functionality to manage your DB2 for z/OS subsystems. However, with the z/OS component installed on your DB2 subsystem, you can perform these additional functions in Toad:

  • Bind and rebind packages and plans
  • Invoke DB2 for z/OS utilities and commands within scripts that Toad for IBM DB2 generates for advanced alters, migrations, and data and object synchronization
  • Run stand-alone DB2 for z/OS utilities and commands available with UIs in Toad
  • Run DB2 for z/OS commands from the Editor
  • Execute remote DB2 for z/OS scripts
  • Create, alter, or drop dataset templates
  • Use Toad UIs to run DISPLAY, START, and STOP commands on DB2 for z/OS databases, tablespaces, and indexes
  • Access accurate buffer-pool information for the DB2 subsystem
  • View volumes available for defining a storage group
  • View dataset information for tablespace and indexes
  • Access information about the current threads connected to the DB2 subsystem
  • Assign a RACF group to a Toad Security role to control the Toad features available to all users belonging to the RACF group

The z/OS components should be installed on each subsystem that you wantToad to manage. For a complete description of system requirements and installation instructions for this component, refer the Toad forIBM DB2 z/OS Components Installation Guide.

Toad for IBM DB2 LUW Agent

LUW Remote Script Execution Wizard has been modified to generate scripts that can be executed natively in the DB2 CLP on the database server. This eliminates the need for the Toad for IBM DB2 Agent which is no longer shipped with Toad.

SQL Optimizer for DB2 LUW

SQL Optimizer for IBM DB2 LUW lets you tune the SQL used in the DDL for triggers, views, or materialized query tables and the SQL included in packages. You can also tune the SQL on which you are working in the Editor. See the SQL Optimizer for IBM DB2 LUW Installation Guide for requirements and installation instructions.

SQL Optimizer for DB2 z/OS

SQL Optimizer for DB2 z/OS lets you tune the SQL used in the DDL for triggers, views, or materialized query tables and the SQL included in packages and plans. You can also tune the SQL on which you are working in the Editor.

Ferramentas de autoatendimento
Base de conhecimento
Notificações e alertas
Suporte a produtos
Downloads de software
Documentação técnica
Fóruns de usuário
Tutorial em vídeo
Feed RSS
Fale conosco
Obtenha assistência de licenciamento
Suporte técnico
Visualizar tudo
Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação