Creating a Batch File to Install the Products - Teradata Tools and Utilities

Teradata Tools and Utilities for Microsoft Windows Installation Guide

Product
Teradata Tools and Utilities
Release Number
15.00
Published
March 2014
Language
English (United States)
Last Update
2018-09-29
dita:mapPath
Windows_Install/B035-2407-034K.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2407
lifecycle
previous
Product Category
Teradata Tools and Utilities
The batch file that you create in this procedure will be used during SCCM deployment to automatically perform the following tasks:
  • uninstall existing Teradata Tools and Utilities products (if you include that instruction in the batch file)
  • install new Teradata Tools and Utilities products
  1. Create a batch file on the root of the software repository.

    For example, name the file Deploy_TTU.bat.

  2. Add the appropriate text to the file.

    [If you already uninstalled existing products from the client computers]:

    REM Input:     No input required
    REM Logging:   The log file for each package will be located in the
                   %temp% folder
    
    silent_install.bat "PRODUCT"

    [If you did not already uninstall existing products from the client computers]:

    REM Input:     No input required
    REM Logging:   The log file for each package will be located in the
                   %temp% folder
    
    cscript uninstall_TTU.vbs ALL
    
    silent_install.bat "PRODUCT"
    where PRODUCT is a set of parameter values associated with the products that will be installed:
    Suite of Products Parameter Values of Products on the Suite
    Teradata Tools and Utilities - Base 15.00 BTEQ, FastExport, FastLoad, JMSAM, MultiLoad, NamedPipesAM, OLEDBAM, Preprocessor, SQLA, TDAdmin, TDNETDP, TDWallet, TPTBase, TPTStream, TPump, WebsphereAM, TDGeoSpatial
    Teradata Tools and Utilities - Database Management 15.00 BTEQ, IndexWizard, PMonObject, StatWizard, TDWallet, TQSAdmin, TQSClient, TQSServer, TSET, TWA, VisualExplain
    Teradata Tools and Utilities - Tape Storage Management 15.00 ARC, Preprocessor, TDWallet
    The values are case-sensitive. Be sure to enclose them in quote marks (""). Separate the values with a comma, but do not include a space. For example, to install all of the products that are part of the Tape Storage Management suite, add the following text to the file:
    • silent_install.bat "ARC,Preprocessor,TDWallet"

    Open Database Connectivity (ODBC) Driver for Teradata is always installed. You do not need to specify the value for this product, but be sure to copy the product package file for it to the root of the software repository

    You do not need to specify the values for the dependent products because they will automatically be installed. However, be sure to copy the following dependent product package files to the root of the software repository:
    • Shared ICU Libraries for Teradata
    • Teradata Call-Level Interface version 2
    • Teradata Data Connector API
    • Teradata GSS Client