.get_unknown_type(x) [tdplyr - (TDR_E1001)] Unknown type: -9 | Teradata R - .get_unknown_type(x) [tdplyr - (TDR_E1001)] Unknown type: -9 - Teradata R Package

Teradata® R Package User Guide

Product
Teradata R Package
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2022-05-02
dita:mapPath
qbt1519078127352.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-4005
lifecycle
previous
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.