質問編集履歴

1

bigquery環境、odbc設定、USregionの成功例の追記

2018/11/14 11:54

投稿

yutakudo12
yutakudo12

スコア13

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,21 @@
6
6
 
7
7
  ## 環境
8
8
 
9
- Win10 64bit
9
+ OS:
10
10
 
11
- Excel 2016 64bit
11
+ Win10 64bit
12
12
 
13
+ Excel:
14
+
15
+ 2016 64bit
16
+
17
+ ODBC Driver:
18
+
13
- Simba ODBC Driver for Google BigQuery DSN v2.1.11.1.11 64bit
19
+ Simba ODBC Driver for Google BigQuery DSN v2.1.11.1.11 64bit
20
+
21
+ Big Query:
22
+
23
+ asia-north-east region (追記1114)
14
24
 
15
25
 
16
26
 
@@ -35,6 +45,8 @@
35
45
  →ナビゲーター表示→取得したいデータセット名まで表示成功
36
46
 
37
47
 
48
+
49
+ GCPコンソール上でのクエリ履歴上では成功(追記1114)
38
50
 
39
51
 
40
52
 
@@ -61,3 +73,69 @@
61
73
 
62
74
 
63
75
  APIの設定がまずいのでしょうか、、、。
76
+
77
+
78
+
79
+
80
+
81
+ ## 追記
82
+
83
+ ### odbcの設定
84
+
85
+ ```odbc.ini
86
+
87
+ [ODBC 32 bit Data Sources]
88
+
89
+ (DNS名)=Simba ODBC Driver for Google BigQuery (32 bit)
90
+
91
+ SQLDialect=1
92
+
93
+ [(DNS名)]
94
+
95
+ Driver32=C:\Program Files\Simba ODBC Driver for Google BigQuery\lib\GoogleBigQueryODBC_sb64.dll
96
+
97
+ SQLDialect=1
98
+
99
+ ```
100
+
101
+ ```odbc.inst
102
+
103
+ [MySQL ODBC 8.0 ANSI Driver (32 bit)]
104
+
105
+ Driver=C:\Program Files\MySQL\Connector ODBC 8.0\myodbc8a.dll
106
+
107
+ Setup=C:\Program Files\MySQL\Connector ODBC 8.0\myodbc8S.dll
108
+
109
+ 32Bit=1
110
+
111
+ [ODBC 32 bit Drivers]
112
+
113
+ MySQL ODBC 8.0 ANSI Driver (32 bit)=Installed
114
+
115
+ MySQL ODBC 8.0 Unicode Driver (32 bit)=Installed
116
+
117
+ [MySQL ODBC 8.0 Unicode Driver (32 bit)]
118
+
119
+ Driver=C:\Program Files\MySQL\Connector ODBC 8.0\myodbc8w.dll
120
+
121
+ Setup=C:\Program Files\MySQL\Connector ODBC 8.0\myodbc8S.dll
122
+
123
+ 32Bit=1
124
+
125
+ ```
126
+
127
+ ### 環境追記
128
+
129
+ Big Query:
130
+
131
+ asia-north-east region (追記1114)
132
+
133
+ ### 可能性のある原因
134
+
135
+ US regionのデータセットに対しては問題なく接続、クエリ結果がエクセル上でも確認できた
136
+
137
+ もしかしたら、asia-north-east regionに問題があるのかも知れません。
138
+
139
+ 同様の現象は他アプリケーションでも起きているようです。
140
+
141
+ http://bi.pasona.co.jp/forum/index.php?qa=21225&qa_1=bigquery-power-bi-desktop%E9%80%A3%E6%90%BA%E3%81%AB%E9%96%A2%E3%81%97%E3%81%A6