Using a Script to Silently Uninstall Teradata Tools and Utilities - Teradata Tools and Utilities

Teradata® Tools and Utilities for Microsoft Windows Installation Guide

Product
Teradata Tools and Utilities
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-11-20
dita:mapPath
ofn1544831946734.ditamap
dita:ditavalPath
dpj1465132351025.ditaval
dita:id
B035-2407
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Run the uninstall_ttu.vbs script.
    Command Description
    cscript uninstall_ttu.vbs Displays usage information
    cscript uninstall_ttu.vbs PRODUCT Uninstalls the products you specify
    cscript uninstall_ttu.vbs ALL Uninstalls all products
    PRODUCT
    One or more products that will be uninstalled

    The product parameter values must be listed in the same order as shown in the table below. The values are case-sensitive.

    Example of uninstalling BTEQ and its dependencies:

    cscript uninstall_ttu.vbs BTEQ PIOM CLIv2 TDICU

    Products and their Parameter Values
    Product Name Parameter Value
    (All products) ALL
    Teradata Wallet TDWALLET
    Teradata Parallel Transporter Base TPTBASE
    Teradata System Emulation Tool TSET
    Teradata Access Module for JMS JMSAXSMOD
    Teradata Access Module for OLE DB OLEDBAXSMOD
    Teradata Access Module for WebSphere MQ MQAXSMOD
    Teradata Access Module for Named Pipes NPAXSMOD
    Teradata C Preprocessor2 SQLPP
    OLE DB Provider for Teradata TDOLEDB
    Teradata Parallel Data Pump TPUMP
    Teradata FastExport FASTEXP
    Teradata MultiLoad MLOAD
    Teradata FastLoad FASTLD
    Basic Teradata Query BTEQ
    Teradata Data Connector API PIOM
    Open Database Connectivity (ODBC) Driver for Teradata TDODBC
    .NET Data Provider for Teradata TDNETDP
    Teradata Call-Level Interface version 2 CLIv2
    Teradata Wallet TDWALLET
    Shared ICU Libraries for Teradata TDICU
    Teradata GSS Administrative Package TERAGSS
    Teradata Geospatial Utilities TDGEOSPATIAL
    PRIORTOVERSION
    Removes products prior to a specified version
    For example, if you are installing BTEQ from Teradata Tools and Utilities 17.00 and you need to uninstall packages prior to 14.10, enter the following command:
    • cscript uninstall_ttu.vbs BTEQ PIOM CLIv2 TDICU /PRIORTOVERSION:14.10.00.00
    The version parameter must contain all four pairs of digits, and can be specific enough to remove all packages before, for example, 14.00.00.01. Typically the last two pair of digits would just be 00.00.
    FORCE
    Removes all traces of the products by force

    The default is /FORCE:FALSE. If you specify /FORCE:TRUE, the installation process performs a thorough investigation of the registry for all known product keys and removes all traces. The process can take a long time. It is recommended that you use the /FORCE:TRUE option only if the default /FORCE:FALSE option did not successfully uninstall the products that you specified.

    For example, to force uninstallation of BTEQ, enter the following command:

    cscript uninstall_ttu.vbs BTEQ PIOM CLIv2 TDICU /FORCE:TRUE