elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

ODBC DSN Test Connection crash on earlier versions of Windows #147

Closed ppf2 closed 5 years ago

ppf2 commented 5 years ago

Just filing to share a crash event for those who may run into something similar on unsupported Windows OSes.

image image

crash_event.xml.zip

Certainly, Windows 2012 R2 does not meet the pre-requisites for the ODBC driver installation. However, we currently allow the ODBC driver to install successfully (without errors) on this OS version (https://github.com/elastic/elasticsearch-sql-odbc/issues/146).

I am actually able to bring data into Excel on this OS version and it appears to work fine; the piece that crashes is the Test Connection button from the DSN setup.

bpintea commented 5 years ago

Thanks, @ppf2. I believe this had been fixed in #134 already and it shouldn't occur in any post 6.7.0 releases anymore.

bpintea commented 5 years ago

duplicate of #133