【发布时间】:2019-07-15 17:06:14
【问题描述】:
当我在导航器中运行http://192.168.1.207:8282/icCube/xmla 请求时,使用了 Gzip 压缩。
当使用 excel 通过 MSOLAP.6 在同一(本地)服务器上查询时,一切正常,但没有 GZIP 压缩。 (完全没有压缩)
我尝试添加
Transport Compression=gzip
<odc:ConnectionString>Provider=MSOLAP.6;Persist Security Info=True;User ID=admin;Data Source=http://192.168.1.207:8282/icCube/xmla;Initial Catalog=Sales;MDX Missing Member Mode=Ignore;Protocol Format=XML;Transport Compression=gzip</odc:ConnectionString>
但是,这样做时,我在尝试连接时收到以下错误 (初始化数据源失败)
我也试过
Transport Compression=Compressed
这允许使用 excel 连接和查询多维数据集,但无需任何压缩。
对于压缩所带来的增益,这非常烦人。 请帮忙!
【问题讨论】:
标签: excel gzip connection-string oledbconnection iccube