Data Source Name not Found and No Default Driver Specified | Teradata R Package - Data Source Name not Found and No Default Driver Specified - 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
This is only applicable when connecting to Vantage with Teradata ODBC Driver.

This error occurs on macOS client when the .odbc.ini file in the user home directory is not properly linked to the odbc.ini file where the DSN information resides.

Check these items to solve the error:

  1. Make sure you have followed the instructions in Installing and Configuring ODBC on macOS to specify an ODBC driver and a data source name (DSN) in your system.
  2. Run the command ls -l ~/.odbc.ini to verify it points to the correct odbc.ini file, as indicated in Installing unixODBC Driver Manager Libraries.

    If not, run the following commands:

    rm ~/.odbc.ini
    ln -s ~/Library/ODBC/odbc.ini ~/.odbc.ini