.get_unknown_type(x) [tdplyr - (TDR_E1001)] Unknown type: -9 | Teradata R - .get_unknown_type(x) [tdplyr - (TDR_E1001)] Unknown type: -9 - 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 may occur if the DSN in your .odbc.ini file is configured with a non-ASCII character set.

You can try either of the following two solutions:

  • Modify .odbc.ini file by explicitly specifying the line:
    CharacterSet=ASCII
  • Specify CharacterSet=ASCII as an argument in the API you use to establish connection to Vantage.