Specify TdpId, UserName, and UserPassword - Parallel Transporter

Teradata® Parallel Transporter Quick Start Guide

Product
Parallel Transporter
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
cfl1544831945982.ditamap
dita:ditavalPath
obe1474387269547.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 variables:
    • DDLTdpId: Name of your database
    • DDLUserName: Your user name on the database
    • DDLUserPassword: Your password on the database
    • ExportTdpId: Name of your database
    • ExportUserName: Your user name on the database
    • ExportUserPassword: Your password on the database
    • UpdateTdpId: Name of your database
    • UpdateUserName: Your user name on the database
    • UpdateUserPassword: Your password on the database
    For example:
     DDLTdpId                 = 'yourTdpId'
    ,DDLUserName              = 'yourUserName'
    ,DDLUserPassword          = 'yourUserPassword'
    ,ExportTdpId              = 'yourTdpId'
    ,ExportUserName           = 'yourUserName'
    ,ExportUserPassword       = 'yourUserPassword'
    ,UpdateTdpId              = 'yourTdpId'
    ,UpdateUserName           = 'yourUserName'
    ,UpdateUserPassword       = 'yourUserPassword'
  4. Save your changes and close the file.