Execution - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface

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

Execution

This application uses library files that are present in /opt/teradata/client/<version>/tbuild/lib, /opt/teradata/client/<version>/tbuild/lib64, and opt/teradata/client/<version>/tbuild/msg.

Before executing this application, export the environment variables LD_LIBRARY_PATH and NLSPATH as follows:

  • For 32-bit: export LD_LIBRARY_PATH=/opt/teradata/client/<version>/tbuild/lib:$LD_LIBRARY_PATH
  • For 64-bit: export LD_LIBRARY_PATH=/opt/teradata/client/<version>/tbuild/lib64:$LD_LIBRARY_PATH export NLSPATH=opt/teradata/client/<version>/tbuild/msg/%N:$NLSPATH
  • This application takes three runtime arguments: tdpip, userid, and password of a Teradata Database.

    To run this application, issue one of the following commands from the terminal/command prompt:

  • For 32-bit: ./runsamp_<platform>_32 <tdpid> <userid> <password>
  • For 64-bit: ./runsamp_<platform>_64 <tdpid> <userid> <password>