Follow the instructions in Configuring Data Sources, and then perform these tasks:
Add an entry to the hosts file for the Teradata database; for example:
172.27.24.181 tera2db tera2cop1
Configure a system ODBC DSN for $TELAPI$<tera> where <tera> is the name of the Teradata data source: for example:
DSN = $TELAPI$tera2db
For UNIX operating systems, ensure needed environment variable paths are defined in the appropriate location (the Windows installation automatically updates needed environment variables):
TD ODBC driver
CLIv2
TD GSS
Shared ICU
TPT export operator files
DataDirect ODBC driver
In addition, in the appropriate path for the operating system, set the following variables for Teradata Parallel Transporter. (For details, see the “Code Samples” appendix in Teradata Parallel Transporter Application Programming Interface Programmer Guide); for example, for Solaris SPARC:
export LD_LIBRARY_PATH = <library path>:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH = /usr/tbuild/12.00.00/lib:$LD_LIBRARY_PATH
export NLSPATH = <directory path of the catalog>/%N:$NLSPATH
export NLSPATH = /usr/tbuild/12.00.00/msg/%N:$NLSPATH
(If CLI is not installed in the default directory) export COPERR = <directory location of errmsg.cat >
export COPERR = /usr/lib