Specify TdpId, UserName, and UserPassword - Parallel Transporter

Teradata Parallel Transporter Quick Start Guide

Product
Parallel Transporter
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
ddc1527114222344.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2501
lifecycle
previous
Product Category
Teradata Tools and Utilities
Specify the TdpId, UserName, and UserPassword by editing the job variables file, jobvars1.txt.
  1. CD [change directory] to the quickstart sample directory.
  2. Open the jobvars1.txt (job variables) file.
  3. Specify site-specific values for the following variables:
    • DDLTdpId: Name of your Teradata Database
    • DDLUserName: Your user name on the Teradata Database
    • DDLUserPassword: Your password on the Teradata Database
    • LoadTdpId: Name of your Teradata Database
    • LoadUserName: Your user name on the Teradata Database
    • LoadUserPassword: Your password on the Teradata Database

    For example:

     DDLTdpId          = 'yourTdpId'
    ,DDLUserName       = 'yourUserName'
    ,DDLUserPassword   = 'yourPassword'
    ,LoadTdpId         = 'yourTdpId'
    ,LoadUserName      = 'yourUserName'
    ,LoadUserPassword  = 'yourUserPassword'
  4. Once you have entered your values, save your changes and close the file.