Specify TdpId, UserName, and UserPassword - Parallel Transporter

Teradata Parallel Transporter Quick Start Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-04-30
dita:mapPath
cbg1488824663422.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, jobvars3.txt.
  1. CD [change directory] to the quick start sample directory.
  2. Open the jobvars3.txt (job variables) file.
  3. Specify site-specific values for the following 6 variables:
    • SourceTdpId: Name of your Teradata Database
    • SourceUserName: Your user name on the Teradata Database
    • SourceUserPassword: Your password on the Teradata Database
    • TargetTdpId: Name of your Teradata Database
    • TargetUserName: Your user name on the Teradata Database
    • TargetUserPassword: Your password on the Teradata Database
    For example:
     SourceTdpId          = 'yourTdpId'
    ,SourceUserName       = 'yourUserName'
    ,SourceUserPassword   = 'yourPassword'
    ,TargetTdpId          = 'yourTdpId'
    ,TargetUserName       = 'yourUserName'
    ,TargetUserPassword   = 'yourPassword'
  4. Once you have entered your values, save your changes and close the file.