Installing unixODBC Driver Manager Libraries - Teradata Package for R

Teradata® Package for R User Guide

Product
Teradata Package for R
Release Number
17.00
Published
July 2021
Language
English (United States)
Last Update
2023-08-08
dita:mapPath
yih1585763700215.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4005
Product Category
Teradata Vantage

The Teradata ODBC driver for macOS needs driver manager libraries to function properly. These are provided by the unixODBC package.

Use the open source software package management system Homebrew to install the unixODBC on macOS.

  1. Follow the instructions on https://brew.sh to install the open source software package management system Homebrew, if it is not already installed on the macOS.
  2. Install the unixODBC using the Homebrew tool.
    brew install unixODBC
  3. Run the following command to make sure unixODBC is installed.
    odbcinst -j
    Note the file name specified by USER DATA SOURCES in the system output. For example:

    $HOME/.odbc.ini

  4. Use the following command to create a symbolic link between the file /Library/ODBC/odbc.ini, in which the DSN was added in the section Installing Teradata ODBC on macOS, and the file specified by the unixODBC USER DATA SOURCES in Step 3.
    ln -s /Library/ODBC/odbc.ini <odbc.ini_file_in_the_output_of_Step3>
    You only need to run this step once. No repetition is needed if you remove or define additional DSN at a later time.