search for: theuid

Displaying 1 result from an estimated 1 matches for "theuid".

Did you mean: thedid
2008 Dec 18
1
RODBC crashes connecting to Teradata
...ia RODBC on a Linux 64 machine (Red Hat Enterprise Linux 5). The ODBC driver is properly configured and queries sent via unixODBC's isql tool work properly. However, this is what happens when I try to connect via RODBC: > library(RODBC) > conn = odbcConnect("thedsn", uid="theuid", pwd="thepass") *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Call(C_RODBCGetInfo, attr(stat, "handle_ptr")) 2: odbcDriverConnect(st, ...) 3: odbcConnect("thedsn", uid = "theuid", pwd = "thepass"...