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.

After you install the Teradata client files, configure an ODBC data source name on each machine. Every ArcGIS client that connects to the same Teradata Vantage must use the same data source name.

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. Optionally, you can configure an ODBC data source name to use when you connect to the database.

    If you configure an ODBC data source name, use the same name for all Teradata ODBC clients you configure for that same database. For example, use the same data source name for the Teradata ODBC driver on all your ArcGIS Pro machines as you use on the machines in your ArcGIS Server sites. If you do not do this, registration of the database with ArcGIS Server will not work properly, as it compares the connection strings of the data being published and the database that you register.

  6. 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.

The following steps describe using the Database Connection dialog box in ArcGIS Pro:

  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 data source name you configured for the ODBC driver. If you did not configure an ODBC data source name, type the IP address of the Teradata server. The syntax is as follows:

    dbcName=<IP address>

    For example, if the server has an IPV4 address of 200.30.200.10, type dbcName=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 dbcName=[3020:12z3:y4xw:5099:0:v678:u111:ts22].

  5. Choose Database authentication for the Authentication Type.

    Operating system authentication is not supported.

  6. Provide a valid database username and password in the User name and Password text boxes, respectively.
  7. 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.

  8. 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.

You can rename the file by typing a new name in the Catalog pane and pressing Enter.

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

  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. Optionally, you can configure an ODBC data source name to use when you connect to the database.

    If you set an ODBC data source name for the database, use the same name when configuring all Teradata ODBC clients to that same database. For example, the Teradata ODBC driver on your ArcGIS Pro machine must use the same data source name as the ODBC driver on all machines in your ArcGIS Server site. If you do not do this, registration of the database with the ArcGIS Server site will not work properly, as it compares the connection strings of the data being published and the database that is registered.

  6. 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.