<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQLBI - Marco Russo : SSAS SP2</title><link>http://sqlblog.com/blogs/marco_russo/archive/tags/SSAS+SP2/default.aspx</link><description>Tags: SSAS SP2</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Strange bug in SSAS 2005</title><link>http://sqlblog.com/blogs/marco_russo/archive/2007/04/22/strange-bug-in-ssas-2005.aspx</link><pubDate>Sun, 22 Apr 2007 05:21:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:1172</guid><dc:creator>Marco Russo (SQLBI)</dc:creator><slash:comments>2</slash:comments><comments>http://sqlblog.com/blogs/marco_russo/comments/1172.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/marco_russo/commentrss.aspx?PostID=1172</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/marco_russo/rsscomments.aspx?PostID=1172</wfw:comment><description>&lt;P&gt;I have been notified of this strange bug in Analysis Services 2005 that is easily reproducable.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;******************************************************************&lt;BR&gt;&lt;/STRONG&gt;&lt;STRONG&gt;PLEASE DO NOT TRY THIS TEST ON A PRODUCTION SERVER! IT HANGS ANALYSIS SERVICES!!!&lt;BR&gt;******************************************************************&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open SQL Server Management Studio&lt;/LI&gt;
&lt;LI&gt;Browse the Adventure Works cube&lt;/LI&gt;
&lt;LI&gt;Put Promotions/Promotions hierarchy on the filter area (no measures in the data area)&lt;/LI&gt;
&lt;LI&gt;Expand Promotions and uncheck "Customer"&lt;/LI&gt;
&lt;LI&gt;Drag Promotions hierarchy from&amp;nbsp;filter to rows&lt;/LI&gt;
&lt;LI&gt;Drill the "Reseller" member - at this point you may observe a long wait but the worst is that msmdsrv.exe process on the server (it's the Analysis Services service) is consuming all available virtual memory - you need to restart Analysis Services service at this point&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I tested it on a SP2 server.&lt;/P&gt;
&lt;P&gt;First of all, since it is a "Denial of Service" for Analysis Service, it is best to remove the Adventure Works sample from a production server - but you never put sample databases on production server, right? :-)&lt;/P&gt;
&lt;P&gt;I hadn't time to test it&amp;nbsp;more to understand what is the real issue here to understand what is the impact on other databases. The strange thing is that if you do not move the Promotions hierarchy on the filter area before, the problem do not arises.&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=1172" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/Analysis+Services/default.aspx">Analysis Services</category><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/SSAS/default.aspx">SSAS</category><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/SSAS+SP2/default.aspx">SSAS SP2</category></item><item><title>SSAS 2005 SP2 breaks Excel calculated member selection</title><link>http://sqlblog.com/blogs/marco_russo/archive/2007/03/07/ssas-2005-sp2-breaks-excel-calculated-member-selection.aspx</link><pubDate>Wed, 07 Mar 2007 20:25:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:935</guid><dc:creator>Marco Russo (SQLBI)</dc:creator><slash:comments>5</slash:comments><comments>http://sqlblog.com/blogs/marco_russo/comments/935.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/marco_russo/commentrss.aspx?PostID=935</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/marco_russo/rsscomments.aspx?PostID=935</wfw:comment><description>&lt;P&gt;After many tries, today I came to the conclusion that Analysis Services 2005 SP2 breaks the Excel 2007 calculated member selection feature. I already talked about this issue &lt;A href="http://sqlblog.com/blogs/marco_russo/archive/2007/01/31/excel-2007-pivottable-with-calculated-members.aspx"&gt;here&lt;/A&gt;, but today I found&amp;nbsp;the way to reproduce the error.&lt;/P&gt;
&lt;P&gt;This is a scenario that works well:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Analysis Services 2005 SP1 + hotfixes (build 2153)&lt;/LI&gt;
&lt;LI&gt;Excel 2007 RTM&lt;/LI&gt;
&lt;LI&gt;Cube with several calculated members on a hierarchy or attribute (not on measures)&lt;/LI&gt;
&lt;LI&gt;When you build a pivot table with Excel, you can freely select single calculated members from the hierarchy or attribute.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Adding Analysis Services 2005 SP2 &lt;U&gt;even only on the server&lt;/U&gt;, you get &lt;STRONG&gt;all&lt;/STRONG&gt; the calculated members of the hierarchy or attribute selected, and they are all always visible.&lt;/P&gt;
&lt;P&gt;In my opinion, this is a breaking change of SP2. I don't see any reason for this behavior. Remember, is is suffice to update the server to break calculated member selection on any Excel 2007 client, regardless of the client component version you use.&lt;/P&gt;
&lt;P&gt;I posted a bug &lt;A href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=262197"&gt;here&lt;/A&gt;: please vote the bug to get an higher rating if you think (like me) that this requires a promptly response&amp;nbsp;from Microsoft.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;UPDATE February 20, 2010: SQL Server 2008 R2 and Excel 2010 have solved the issue - you need both. Chris Webb posted a &lt;A href="http://cwebbbi.spaces.live.com/Blog/cns!7B84B0F2C239489A!6257.entry"&gt;description of the fix&lt;/A&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=935" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/Analysis+Services/default.aspx">Analysis Services</category><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/Excel+2007/default.aspx">Excel 2007</category><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/PivotTable/default.aspx">PivotTable</category><category domain="http://sqlblog.com/blogs/marco_russo/archive/tags/SSAS+SP2/default.aspx">SSAS SP2</category></item></channel></rss>