Using Teradata utilities
You can use the Teradata client to customize connections in DataFlow.
Follow these steps to install the Teradata client:
-
Download the Teradata Client utility using the following link.
https://downloads.teradata.com/download/tools/teradata-tools-and-utilities-linux-installation-package-0
-
It provides
TeradataToolsAndUtilitiesBase__linux_x8664.<version>.tar.gz
file. -
Extract the tar file, then it creates TeradataToolsAndUtilitiesBase folder
#tar -zxvf TeradataToolsAndUtilitiesBase__linux_x8664.<version>.tar.gz #cd TeradataToolsAndUtilitiesBase
-
Run
setup.bat
file with root privileges.#cd TeradataToolsAndUtilitiesBase #sudo ./setup.bat
-
Select the option according to requirement. For TPT, select 15
-
Verify the installation by running the
tbuild
command.#tbuild
-
Restart the DataFlow service.
#tscli --adv service restart dataflow
Was this page helpful?Give us feedback!