Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem connecting to denodo #596

Open
Mani14 opened this issue Aug 21, 2023 · 1 comment
Open

Problem connecting to denodo #596

Mani14 opened this issue Aug 21, 2023 · 1 comment
Labels
reprex needs a minimal reproducible example

Comments

@Mani14
Copy link

Mani14 commented Aug 21, 2023

library(odbc)
con <- dbConnect(odbc::odbc(),
                 Driver = "Denodo",
                 Server = "denodous-db.com",
                 Database = "dev-db",
                 UID = "mk12345",
                 PWD = "Welcome")

table_list <- dbListTables(con)
print(table_list)

Error: nanodbc/nanodbc.cpp:1135: 00000: [unixODBC]Could not send Query(connection dead)

This is the error message I'm getting while running the Code in RStudio. iSQL Connection to the database is successful from the Linux machine.

I'm able to run the same R code above sucessfully from the Terminal option of Rstudio. It's not working only from the UI.

Does anyone know what could be the issue?

@simonpcouch
Copy link
Collaborator

Thanks for the issue, @Mani14. Are you still seeing this issue?

@hadley hadley added the reprex needs a minimal reproducible example label Jan 18, 2024
@hadley hadley changed the title RODBC Connection Issue Problem connecting to denodo Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reprex needs a minimal reproducible example
Projects
None yet
Development

No branches or pull requests

3 participants