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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
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