taku333
(Taku333)
January 21, 2019, 4:54am
1
Elasticsearch SQL ODBC Driverをインストールして、
https://www.elastic.co/jp/downloads/odbc-client#6x-release
下記サイトをみながら設定したのですが
https://www.elastic.co/guide/en/elasticsearch/sql-odbc/6.5/index.html
ExcelからODBCを使用したところ、下記のエラーが発生しました。
詳細 : "ODBC: ERROR [IM014] 指定された DSN には、ドライバー (64 ビット) とアプリケーション (32 ビット) の間のアーキテクチャの不一致が含まれています。"
Elasticsearch SQL ODBC Driverの32bit版はありますか?
msiのインストーラーは「esodbc-6.5.4-windows-x86_64.msi」と32bit・64bit兼用にも思われますが・・・
Version:6.5.4(Elasticserach)
tsgkdt
(tsgkdt)
January 21, 2019, 5:53am
2
6.5も、ODBCドライバはまだAlpha版なので、この先変更されるかもしれませんが・・・
ダウンロードサイトで PREVIEW RELEASE のところを見ますと、
32bitと64bitが分かれていました。
また、ドキュメントでもバージョンを7.0.0-alpha2での記述を確認すると、
6.5のときには無かった、32bitと64bitがそれぞれ書かれています。
https://www.elastic.co/guide/en/elasticsearch/sql-odbc/master/sql-odbc-installation.html
もし、兼用なら Program Files(x86)/Elastic 以下にあっても良さそうなのに、そこにはありません。
インストール先のフォルダが、64bitの方のProgram Filesになっていること
マニュアルの記載で、7.0.0-alpha2では32bit/64bitがそれぞれ書かれていること
を考慮すると、6.5のalphaバージョンで提供されているODBCドライバには、
32bit版のものは含まれていないのでは?と思います。
1 Like
taku333
(Taku333)
January 21, 2019, 6:29am
3
回答ありがとうございます。やはりそうですかね
一応GitHubの方も確認してみたところ、Elasticsearch6.6.0から32ビットと64ビットを区別して使用できそうですね
The metrics we track at the moment need to be extended to include odbc 32/64bit specific options. Ideally, this should also...
:Search/SQL
>enhancement
v6.6.0
v7.0.0
32-bit builds of the driver will be made available with the upcoming 6.6 release.
Hope this answers the question, but should I have I misunderstood it, kindly repost the question in English and I will try to answer it asap.
1 Like
taku333
(Taku333)
January 23, 2019, 10:55am
5
@bogdan.pintea
Thanks!!
The answers I was hoping for.
system
(system)
Closed
February 20, 2019, 10:55am
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.