Specify TdpId, UserName, and UserPassword - Parallel Transporter

Teradata Parallel Transporter Quick Start Guide

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

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

  • CD [change directory] to the quick start sample directory.
  • Open the jobvars1.txt (job variables) file.
  • Specify site-specific values for the following 3 variables:
  • TargetTdpId: name of your Teradata Database
  • TargetUserName: your user name on the Teradata Database
  • TargetUserPassword: your password on the Teradata Database
  • Example:

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