> > Thank you, I updated the Gemfile. But now, when I try to connect to > snowflake, as in this link > https://community.snowflake.com/s/article/connecting-to-snowflake-using-the-obdc-driver--ruby-on-rails-5, > > i get the following error: > Sequel::DatabaseConnectionError (ODBC::Error: IM002 (0) [unixODBC][Driver > Manager]Data source name not found, and no default driver specified) > > I thought unixodbc wasn't installed, but the command find / -name > "*unixodbc*" returns: > /usr/include/x86_64-linux-gnu/unixodbc_conf.h > /usr/share/doc/unixodbc-dev > /var/lib/dpkg/info/unixodbc-dev:amd64.list > /var/lib/dpkg/info/unixodbc-dev:amd64.md5sums > > Any ideas? >
>From the error message (Data source name not found, and no default driver specified) it seems that the odbc.ini is not properly configured, so no connection DSN is found, just a guess. This should provide some insight: https://docs.snowflake.com/en/user-guide/odbc-linux.html#odbc-ini-file-dsn-entries Best Regards, Rui -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/cc257db6-a548-454d-baac-0d49e113f4b3n%40googlegroups.com.
