Skip To Content

Connect to Teradata from ArcGIS

To connect to Teradata from ArcGIS clients, install the following on the ArcGIS client machines:

  • Teradata ICU library
  • Teradata GSS client package
  • Teradata ODBC driver

Note:

The Teradata ICU library and GSS client must be installed before you install the Teradata ODBC driver. When you run the setup.exe file to install the Teradata client on Microsoft Windows machines, files are installed in the required order.

Teradata ODBC drivers can be downloaded from the Teradata website. The downloadable files include the Teradata GSS client and ICU library.

Next, create a connection file. To publish ArcGIS Server web services that reference data in Teradata, register the database connection file with your ArcGIS Server sites.

Connect from ArcGIS Pro

To connect from an ArcGIS Pro project to Teradata, install the Teradata ICU library, GSS client, and ODBC driver, in that order, on the ArcGIS Pro machine and create a database connection.

Install Teradata files and configure the ODBC driver

  1. Download the 64-bit Teradata client files for Windows from the Teradata website.
  2. Install the Teradata ICU library and GSS client on each ArcGIS Pro machine.
  3. Install the Teradata ODBC driver on each ArcGIS Pro machine.
  4. Configure the ODBC driver by changing the following settings on the Teradata ODBC Driver Options dialog box:
    1. Set the session mode to Teradata.
    2. Select the Return Output Parameters As ResultSet option.
  5. Set the PATH environment variable to the directory where the Teradata ODBC driver is installed.

Connect to the database

Add a database connection using the Database Connection dialog box or Create Database Connection geoprocessing tool.

Follow the steps below to connect to Teradata using the Database Connection dialog box in ArcGIS Pro.

The Database Connection dialog box

  1. Open the Catalog pane in ArcGIS Pro.
  2. Right-click Databases and click New Database Connection.
  3. Choose Teradata from the Database Platform drop-down list.
  4. In the Data source text box, type the IP address of the Teradata server.

    For example, if the server has an IPV4 address of 200.30.200.10, type 200.30.200.10. If the server has an IPV6 address, enclose the address in brackets. For example, for a server with an IPV6 address of 3020:12z3:y4xw:5099:0:v678:u111:ts22, type [3020:12z3:y4xw:5099:0:v678:u111:ts22].

    The Authentication Type option is set to Database authentication, because operating system authentication is not supported.

  5. Provide a valid database username and password in the User name and Password text boxes, respectively.
  6. Uncheck Save user name and password if you prefer not to save your login information as part of the connection.

    Doing this can help maintain the security of the database. However, if you do this, you will be prompted to provide a username and password every time you connect from ArcGIS Pro.

    Note:

    Save user name and password must be checked for connection files that you register with an ArcGIS Server site or if you want to search to locate data accessed through this connection file.

  7. Type a name for the connection file in the Connection File Name field.

    As you provide connection information, a default name is created. You can use the default, or type a more descriptive file name.

    This is the name that will appear in the Catalog pane and view, and the name of the .sde file stored on disk.

  8. If you require additional parameters to connect to the database—such as a nondefault port—expand the Additional Properties section, type the parameter in the Property field and type the corresponding property setting in the Value field.

    Read the Teradata documentation for information about additional connection parameters.

  9. Click OK to create the connection file.

A database connection appears under Databases in the Catalog pane, and a connection file (.sde) is created in the ArcGIS Pro project directory.

Connect from ArcGIS Server

You can publish services that reference data in your Teradata database. This requires you to do the following:

Install Teradata files and configure the ODBC driver

Complete the following steps to install the files and configure the driver:

  1. Download the 64-bit Teradata client files from the Teradata website.
  2. Install the Teradata ICU library and GSS client on each machine in your ArcGIS Server site.
  3. Install the Teradata ODBC driver on each machine in your ArcGIS Server site.
    Note:

    The Teradata ODBC driver only works with the particular version of the Progress DataDirect ODBC Driver Manager that is shipped along with the Teradata ODBC driver package.

  4. Configure the ODBC driver.
    • On Windows operating systems, change the session mode setting on the Teradata ODBC Driver Options dialog box to Teradata.
    • On Linux operating systems, set the SessionMode parameter in the odbc.ini file to Teradata. The entry will look like the following: SessionMode=Teradata
  5. If you are connecting from an ArcGIS Server site on Windows, set the PATH environment variable to the directory where the Teradata ODBC driver is installed. Do this on each machine in the site.

Create a database connection file

Create a database connection file using the Database Connection dialog box in ArcGIS Pro, as described above.

Alternatively, you can run the Create Database Connection tool in ArcGIS Pro or use Python to run the Create Database Connection command from an ArcGIS Server machine to create a database connection file (.sde) that connects to the database.

To use the connection file with ArcGIS Server, you must save the user information with the connection file.

Register the database

To allow map services to use the data in the Teradata database rather than using a copy of the data created at the time of publishing, register Teradata with your ArcGIS Server site.

You can use the database connection file you created to register the database with ArcGIS Server from the Manage registered data stores pane in ArcGIS Pro or from ArcGIS Server Manager.