Hi, I'm trying to connect to a Teradata database via 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")

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace

Any idea of what is going on here?

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to