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, jobvars2.txt.
The TargetTextDelimiter in the jobvars.txt file is a comma (‘,’).
  1. CD [change directory] to the quickstart sample directory.
  2. Open the jobvars2.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
    • ExportTdpId: Name of your Teradata Database
    • ExportUserName: Your user name on the Teradata Database
    • ExportUserPassword: Your password on the Teradata Database
    For example:
     DDLTdpId          = 'yourTdpId'
    ,DDLUserName       = 'yourUserName'
    ,DDLUserPassword   = 'yourPassword'
    ,ExportTdpId         = 'yourTdpId'
    ,ExportUserName      = 'yourUserName'
    ,ExportUserPassword  = 'yourUserPassword'
  4. Once you have entered your values, save your changes and close the file.