Hi,
I am relatively new to R and Teradata, but I have followed directions and am still unable to connect via both R and RStudio
I installed R via the github packages
.jaddClassPath("/Applications/TeradataStudio/plugins/terajdbc4.jar")
.jaddClassPath("/Applications/TeradataStudio/plugins/tdgssconfig.jar")
//load Package set drivers
library(teradataR)
drv = JDBC("com.teradata.jdbc.TeraDriver","/Applications/TeradataStudio/plugins/terajdbc4.jar;/Applications/TeradataStudio/plugins/tdgssconfig.jar")
tdConnect("DSN", uid = "", pwd = "", database="", dType=c("jdbc"))
I dont get any messages and nothing happens.
Hi.
Are you following the instructions for "How to use the Teradata JDBC Driver with R" at http://developer.teradata.com/connectivity/articles/how-to-use-the-teradata-jdbc-driver-with-r?
Regards,
Andreas