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, jobvars2.txt, as follows:

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

     SourceTdpId          = 'yourTdpId'
    ,SourceUserName       = 'yourUserName'
    ,SourceUserPassword   = 'yourPassword'

    Note: The TargetTextDelimiter in the jobvars.txt file is a comma (‘,’).

  • Once you have entered your values, save your changes and close the file.