- Go to the directory where you downloaded the Teradata Studio package.
- Unzip the Teradata Studio package to your local file system.
- [Optional] Pre-configure connection profiles to be assigned at installation:
- In the unzipped Teradata Studio package, go to the Config directory.
- Edit the TeradataStudioDataSources_template.config file to define the connection profiles.
- Save the file as TeradataStudioDataSources.config in the Config directory or any other directory that is accessible by the installation process.
- [Optional] Pre-configure preferences to be set at installation:When you install Teradata Studio with customized TeradataStudioPreferences.config file, it uses it every time you start the Teradata Studio. The changes made in preferences apply only during that instance and are not persistent after a restart. Starting with version 20.00.00.09, a new preference is available in Teradata Data Tools that allows you to persist user-defined settings and override the predefined configuration in TeradataStudioPreferences.config.
- In the unzipped Teradata Studio package, go to the Config directory.
- Edit the TeradataStudioPreferences_template.config file to define the preferences.
- Save the file as TeradataStudioPreferences.config in the Config directory or any other directory that is accessible by the installation process.
- [Optional] If you intend to connect to systems using Kerberos Authentication, create a krb5.ini file. This task is outside the scope of Teradata Studio.
- Double-click setup.exe to start the Teradata Studio installer, accept the license, and select the Java Runtime Environment.If Zulu JRE 21 is installed, the Installer dialog box specifies the JRE path. If JRE from another vendor is installed, then, click Browse to select a compatible version.
If the selected Java Runtime Environment is different than the system default JRE (JRE configured in the PATH environment variable), the TeradataStudio.ini file carries the selected JRE location.
If the JRE is removed or upgraded after installing Teradata Studio, run the UpdateJRE.ps1 as administrator to update JRE path in the TeradataStudio.ini file. For example:
powershell -ExecutionPolicy Bypass -File UpdateJRE.ps1 "C:\Program Files\Zulu\zulu-21\"This script is in the same directory as TeradataStudio.exe.
- In the Workspace Location step, keep the default or Browse to a different location.The workspace directory contains workspace files, including the SQL project folder and log file.
- [Optional] If you edited the TeradataStudioDataSources.config file, do the following in the install wizard:
- On the Pre-Configure Database Connection Profile page of the Install Wizard, select Set up Studio with pre-configured TeradataStudioDataSources.config.
- Browse for the location of the files.
- [Optional] If you edited the TeradataStudioPreferences.config file, do the following in the install wizard:
- On the Pre-Configure Database Connection Profile page of the Install Wizard, select Set up Studio with pre-configured TeradataStudioPreferences.config.
- Browse for the location of the files.
- [Optional] If you intend to connect to systems using Kerberos Authentication, do the following in the install wizard:
- Go to the Pre-Configure Database Connection Profile page of Install Wizard, and select Setup for Kerberos environment. This modifies the registry, so be sure that, you have registry edit permission. It also modifies the TeradataStudio.ini file.
- Browse to the location of your krb5.ini file and click OK and then Next.
- Designate the Destination Folder options you want and click Next.
- In the Setup Type step, select one of the following options:
- Typical: Installs Teradata Studio with the default set of features. The AI Assistantbeta feature is not included in a Typical installation.
- Custom: Allows you to choose which features to install. Select this option if you want to include the AI Assistantbeta feature.
- If you selected Custom in the previous step, the Feature Selection dialog box appears with the following:
- Teradata Studio: This is the main product feature and is always selected. It cannot be unselected.
- AI Assistantbeta: This feature is not selected by default. Select this feature to enable the AI Assistantbeta in Teradata Studio.
Click Next to continue.To add or remove the AI Assistantbeta feature after installation, go to Windows Settings > Apps > Installed Apps (or Add/Remove Programs), locate Teradata Studio, and select Modify. The installer presents the Feature Selection dialog box where you can enable or disable the AI Assistantbeta feature. - Click Install.
- If you intend to connect to systems using Kerberos Authentication, run kinit to initialize your Kerberos credential before launching Teradata Studio.