Specify TdpId, UserName, and UserPassword - Parallel Transporter

Teradata Parallel Transporter Quick Start Guide

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2501
lifecycle
previous
Product Category
Teradata Tools and Utilities

Specify TdpId, UserName, and UserPassword

To specify the TdpId, UserName, and UserPassword, edit the job variables file, jobvars3.txt, as follows:

  • CD [change directory] to the quick start sample directory.
  • Open the jobvars3.txt (job variables) file.
  • 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
  • Example:

     SourceTdpId          = 'yourTdpId'
    ,SourceUserName       = 'yourUserName'
    ,SourceUserPassword   = 'yourPassword'
    ,TargetTdpId          = 'yourTdpId'
    ,TargetUserName       = 'yourUserName'
    ,TargetUserPassword   = 'yourPassword'
  • Once you have entered your values, save your changes and close the file.
  •