<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TSSASM Forum Rss Feed</title><link>http://www.codeplex.com/TSSASM/Thread/List.aspx</link><description>TSSASM Forum Rss Description</description><item><title>New Post: Installing on SQL Server 2008 x64</title><link>http://tssasm.codeplex.com/discussions/205232</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;You need to find the DLL that is registered in the GAC of your server. I managed to do so using a&amp;nbsp;CMD box , i found the file here:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;C:\WINDOWS\assembly\GAC_MSIL\Microsoft.AnalysisServices\10.0.0.0__89845dcd8080cc91&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;this dll should be registered in the database first! After that, you&amp;nbsp;need to&amp;nbsp;reference it in the TSSASM .NET project and compile a new TSSASM.dll.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;I managed to make it work in 2008 (not R2). the R2 version of the dll seems to have references to sharepoint...(has something to do with PowerPivot)&amp;nbsp;you may have to install sharepoint foundation services on your server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;good luck, Michael&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>mkoenings</author><pubDate>Mon, 04 Jul 2011 09:58:49 GMT</pubDate><guid isPermaLink="false">New Post: Installing on SQL Server 2008 x64 20110704095849A</guid></item><item><title>New Post: Code enhancements</title><link>http://tssasm.codeplex.com/Thread/View.aspx?ThreadId=210379</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Applies only if you use the code to add to other VS.net web project ...&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ArrayList is reused on postback !&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am just working on your code in a web page.&amp;nbsp;I added your&amp;nbsp;SSASObjects.cs code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am displaying as&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SSASPartitions ss = new SSASPartitions(&amp;quot;localhost&amp;quot;, &amp;quot;CubeCatalogName&amp;quot;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;gvSSASPartitions.DataSource = ss.PartitionList; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Simple gridview with id =gvSSASPartitions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gvSSASPartitions.DataBind();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; Fix: Reset the arraylist when you call the method.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;private static void PopulatePartitionList()&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; partitionlist = new ArrayList(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Add this line to your method so that it will reset when you call.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Hope you consider it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;span style="white-space:pre"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>vansree</author><pubDate>Fri, 23 Apr 2010 23:49:01 GMT</pubDate><guid isPermaLink="false">New Post: Code enhancements 20100423114901P</guid></item><item><title>New Post: Installing on SQL Server 2008 x64</title><link>http://tssasm.codeplex.com/Thread/View.aspx?ThreadId=205232</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please could you provide instructions for installing on SQL Server 2008 x64? The following assembly:&lt;/p&gt;
&lt;pre&gt;&lt;div style="color:Black;background-color:White"&gt;&lt;pre&gt;&lt;span style="color:Blue"&gt;Use&lt;/span&gt; &amp;lt;Your &lt;span style="color:Blue"&gt;database&lt;/span&gt;&amp;gt;
&lt;span style="color:Blue"&gt;CREATE&lt;/span&gt; &lt;span style="color:Blue"&gt;ASSEMBLY&lt;/span&gt; MicrosoftAnalysisServices
&lt;span style="color:Blue"&gt;FROM&lt;/span&gt; &lt;span style="color:#A31515"&gt;'&amp;lt;Path&amp;gt;\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.AnalysisServices.dll'&lt;/span&gt;
&lt;span style="color:Blue"&gt;WITH&lt;/span&gt; PERMISSION_SET = UNSAFE
&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;p&gt;does not exist!&lt;/p&gt;
&lt;p&gt;I *did* find a&amp;nbsp; version of it in %Program Files%\Microsoft SQL Server\100\Setup Bootstrap\Release\x64 (file version=10.0.2746.0) and I was able to catalog it into the DB however when I attempted to catalog TSSASM I received:&lt;/p&gt;
&lt;p&gt;Msg 10301, Level 16, State 1, Line 2&lt;br&gt;Assembly 'TSSASM' references assembly 'microsoft.analysisservices, version=9.0.242.0, culture=neutral, publickeytoken=89845dcd8080cc91.', which is not present in the current database. SQL Server attempted to locate and automatically load the referenced assembly from the same location where referring assembly came from, but that operation has failed (reason: 2(failed to retrieve text for this error. Reason: 1815)). Please load the referenced assembly into the current database and retry your request.&lt;/p&gt;
&lt;p&gt;I am assuming I need a 2008 version of TSSASM. Do you have one available?&lt;/p&gt;
&lt;p&gt;Any help much appreciated. Thanks!&lt;/p&gt;
&lt;p&gt;-Jamie&lt;/p&gt;&lt;/div&gt;</description><author>jamiet</author><pubDate>Wed, 17 Mar 2010 11:17:24 GMT</pubDate><guid isPermaLink="false">New Post: Installing on SQL Server 2008 x64 20100317111724A</guid></item></channel></rss>