ADOMD.NET Compression Not Working

I am using AdomdConnection to connect to analysis services over http through the msmdpump.dll in IIS.  Here's my connection string...

connectionString="Provider=MSOLAP.3;user id=auserid;password=apassword;Data Source=http://servername/olap/msmdpump.dll; Initial Catalog=CatalogName; Transport Compression=Compressed; Compression Level=9;"

Everything works but some of the cellsets returned are large and I need compression.  It is not returning a compressed http response.  When I sniff the http request I do not see 'Accept-Encoding: gzip,deflate'.  If I hit a regular web page with IE I see this in the http request headers and the content returned is compressed. 

Any ideas anyone

Thanks ahead of time.

Rich




Answer this question

ADOMD.NET Compression Not Working

  • Anurag G

    This is a known problem and will be fixed in SP1.

    _-_-_ Dave

     



  • ADOMD.NET Compression Not Working