<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>powerSSAS - A PowerShell provider for SQL Server Analysis Services</title><link>http://powerssas.codeplex.com/project/feeds/rss</link><description>A PowerShell snapin for SQL Server Analysis Services. It implements a provider with all the interfaces required to enable you to navigate an SSAS server like a drive and includes a number of cmdlets for working with SSAS.</description><item><title>Source code checked in, #94877</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Source code checked in, #87477</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/87477</link><description>fixing bug with benchmark queries that only have 1 axis</description><author>dgosbell</author><pubDate>Fri, 09 Mar 2012 06:44:17 GMT</pubDate><guid isPermaLink="false">Source code checked in, #87477 20120309064417A</guid></item><item><title>New Post: get relational DataSource for MDCatalog</title><link>http://powerssas.codeplex.com/discussions/287236</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No, get-ASConnection just returns an&amp;nbsp;AMO&amp;nbsp;connection to SSAS.&lt;/p&gt;
&lt;p&gt;You can get the details of the relational data sources with something like the following:&lt;/p&gt;
&lt;p&gt;$db = get-asdatabase "localhost\sql08" "Adventure Works DW 2008"&lt;br /&gt;$db.datasources | select name, connectionstring&lt;/p&gt;&lt;/div&gt;</description><author>DGOSBELL</author><pubDate>Tue, 24 Jan 2012 20:40:04 GMT</pubDate><guid isPermaLink="false">New Post: get relational DataSource for MDCatalog 20120124084004P</guid></item><item><title>New Post: Get-ASDimension for Cubes doesn't work</title><link>http://powerssas.codeplex.com/discussions/287225</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Reiner,&lt;/p&gt;
&lt;p&gt;Yes, there seems to be some issues with the parameter binding or cube dimensions.&lt;/p&gt;
&lt;p&gt;The following variants that get a database level dimension object work, but the cube parameter does not appear to be working&lt;/p&gt;
&lt;p&gt;get-asdimension "localhost\sql08" "adventure works dw 2008"&lt;br /&gt;get-asdimension "localhost\sql08" "adventure works dw 2008" "product"&lt;/p&gt;&lt;/div&gt;</description><author>DGOSBELL</author><pubDate>Tue, 24 Jan 2012 20:35:39 GMT</pubDate><guid isPermaLink="false">New Post: Get-ASDimension for Cubes doesn't work 20120124083539P</guid></item><item><title>New Post: get relational DataSource for MDCatalog</title><link>http://powerssas.codeplex.com/discussions/287236</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Darren,&lt;/p&gt;
&lt;p&gt;Is it possible to get the relational Datasource aka, Server and Database of a multidimensional Catalog? I've been fiddling around with Get-ASConnection but am not so sure it was build for that.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Reiner&lt;/p&gt;
&lt;/div&gt;</description><author>rw5611</author><pubDate>Tue, 24 Jan 2012 15:32:56 GMT</pubDate><guid isPermaLink="false">New Post: get relational DataSource for MDCatalog 20120124033256P</guid></item><item><title>New Post: Get-ASDimension for Cubes doesn't work</title><link>http://powerssas.codeplex.com/discussions/287225</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Darren,&lt;/p&gt;
&lt;p&gt;I'm trying to get the Dimension of both Catalog and Cube. Catalog works fine, but when trying to get the Cube Dims, I'm getting these error messages.&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; Get-ASDimension Server\Instance &amp;quot;Adventure_Works_DW_2008&amp;quot; &amp;quot;Adventure Works&amp;quot;&lt;br&gt;
Get-ASDimension : The 'Dimension' with 'Name' = 'Adventure Works' doesn't exist in the collection.&lt;br&gt;
At line:1 char:16&lt;br&gt;
&amp;#43; Get-ASDimension &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; Server\Instance &amp;quot;Adventure_Works_DW_2008&amp;quot; &amp;quot;Adventure Works&amp;quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Get-ASDimension], AmoException&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; FullyQualifiedErrorId : Microsoft.AnalysisServices.AmoException,Gosbell.PowerSSAS.Cmdlets.CmdletGetASDimension&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
PS C:\&amp;gt; Get-ASDatabase Server\Instance &amp;quot;Adventure_Works_DW_2008&amp;quot; | Get-ASDimension &amp;quot;Adventure Works&amp;quot;&lt;br&gt;
Get-ASDimension : A connection cannot be made. Ensure that the server is running.&lt;br&gt;
At line:1 char:76&lt;br&gt;
&amp;#43; Get-ASDatabase Server\Instance &amp;quot;Adventure_Works_DW_2008&amp;quot; | Get-ASDimension &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; &amp;quot;Adventure Works&amp;quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Get-ASDimension], ConnectionException&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; FullyQualifiedErrorId : Microsoft.AnalysisServices.ConnectionException,Gosbell.PowerSSAS.Cmdlets.CmdletGetASDimension&lt;/p&gt;
&lt;p&gt;Thanks lots,&lt;/p&gt;
&lt;p&gt;Reiner&lt;/p&gt;
&lt;/div&gt;</description><author>rw5611</author><pubDate>Tue, 24 Jan 2012 14:45:08 GMT</pubDate><guid isPermaLink="false">New Post: Get-ASDimension for Cubes doesn't work 20120124024508P</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I don't think these forums will let you attach things. :(&lt;/p&gt;
&lt;p&gt;If you want to contact me via email you can click on my username on the left hand side and then on my profile page under my picture there is a contact link that will let you email me.&lt;/p&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 19 Jan 2012 19:28:49 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120119072849P</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:12.0pt; font-family:"&gt;Test whether picture posting works&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12.0pt; font-family:"&gt;&lt;img width="806" height="468" id="Bild_x0020_9" src="cid:image001.jpg@01CCD6AA.883E9950"&gt;&lt;/span&gt;&lt;span style="font-size:12.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>rw5611</author><pubDate>Thu, 19 Jan 2012 12:02:13 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120119120213P</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Darren,&lt;/p&gt;
&lt;p&gt;I tested the new version and it works. Sometimes posting a picture is better than typing a whole bunch of words. Any chance I can post screenshots or send them otherwise to you?&lt;/p&gt;
&lt;p&gt;Reiner&lt;/p&gt;&lt;/div&gt;</description><author>rw5611</author><pubDate>Thu, 19 Jan 2012 11:59:19 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120119115919A</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry about that. I was experimenting with including some of the MDX Studio functionality into PowerSSAS, but I'm not entirely given that MDX studio is no longer under active development I'm not convinced that taking this dependency is a good idea, so I've excluded that DLL and those cmdlets from the project for the time being.&lt;/p&gt;
&lt;p&gt;So I've pushed out a new 0.3.1.5 release at&amp;nbsp;&lt;a href="http://powerssas.codeplex.com/releases/view/80770"&gt;http://powerssas.codeplex.com/releases/view/80770&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Having a beta tester would be great, specially for stuff like this that works on my machine. If you have any ideas for improvements or new features feel free to let me know.&lt;/p&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 19 Jan 2012 11:31:40 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120119113140A</guid></item><item><title>Created Release: 0.3.1.5 (Jan 18, 2012)</title><link>http://powerssas.codeplex.com/releases?ReleaseId=80770</link><description>&lt;div class="wikidoc"&gt;This release should be pretty stable, but it includes new functionality that has not been fully tested yet, so it has no been made the default download yet.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 19 Jan 2012 03:00:37 GMT</pubDate><guid isPermaLink="false">Created Release: 0.3.1.5 (Jan 18, 2012) 20120119030037A</guid></item><item><title>Released: 0.3.1.5 (Jan 18, 2012)</title><link>http://powerssas.codeplex.com/releases/view/80770</link><description>
&lt;div class="wikidoc"&gt;This release should be pretty stable, but it includes new functionality that has not been fully tested yet, so it has no been made the default download yet.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 19 Jan 2012 03:00:36 GMT</pubDate><guid isPermaLink="false">Released: 0.3.1.5 (Jan 18, 2012) 20120119030036A</guid></item><item><title>Source code checked in, #85490</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/85490</link><description>Updating version to 0.3.1.5</description><author>dgosbell</author><pubDate>Thu, 19 Jan 2012 02:56:38 GMT</pubDate><guid isPermaLink="false">Source code checked in, #85490 20120119025638A</guid></item><item><title>Source code checked in, #85489</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/85489</link><description>removing dependancy on MDXParser.dll </description><author>dgosbell</author><pubDate>Thu, 19 Jan 2012 02:55:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #85489 20120119025509A</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Great. Thanks for doing this. I'm sorry to bug you with an install error, but maybe you know the solution.&lt;/p&gt;
&lt;p&gt;Import-Module : Cannot load Windows PowerShell snap-in C:\Users\Reiner\Documents\WindowsPowerShell\Modules\powerSSAS\powerSSA&lt;br /&gt;S.dll because of the following error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&lt;br /&gt;Loader Exceptions:&lt;br /&gt;Could not load file or assembly 'MDXParser, Version=0.4.12.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. T&lt;br /&gt;he system cannot find the file specified.&lt;br /&gt;At C:\Users\Reiner\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:14 char:14&lt;br /&gt;+ import-module &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; powerSSAS&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ResourceUnavailable: (:) [Import-Module], PSSnapInException&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : PSSnapInLoadFailure,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;/p&gt;
&lt;p&gt;Thanks lots for your help. Maybe I can be your Beta-Tester. :-)&lt;/p&gt;&lt;/div&gt;</description><author>rw5611</author><pubDate>Wed, 18 Jan 2012 08:38:51 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120118083851A</guid></item><item><title>New Post: New Compilation of powerSSAS</title><link>http://powerssas.codeplex.com/discussions/286290</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Reiner,&lt;/p&gt;
&lt;p&gt;I have just put up an interim release for version 0.3.1.4 here&amp;nbsp;&lt;a href="http://powerssas.codeplex.com/releases/view/80703"&gt;http://powerssas.codeplex.com/releases/view/80703&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have not marked it as the default release yet as I have not done a lot of testing on it, but you are welcome to try it out. Most of the new stuff should be pretty solid, but there are some deployment and performance benchmarking related functionality that I am still working on.&lt;/p&gt;
&lt;p&gt;Darren&lt;/p&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 17 Jan 2012 20:30:35 GMT</pubDate><guid isPermaLink="false">New Post: New Compilation of powerSSAS 20120117083035P</guid></item><item><title>Created Release: 0.3.1.4 (Jan 17, 2012)</title><link>http://powerssas.codeplex.com/releases?ReleaseId=80703</link><description>&lt;div class="wikidoc"&gt;This release should be pretty stable, but it includes new functionality that has not been fully tested yet, so it has no been made the default download yet.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 17 Jan 2012 20:25:24 GMT</pubDate><guid isPermaLink="false">Created Release: 0.3.1.4 (Jan 17, 2012) 20120117082524P</guid></item><item><title>Source code checked in, #85402</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/85402</link><description>Update version numbers for 0.3.1.4 release</description><author>dgosbell</author><pubDate>Tue, 17 Jan 2012 20:24:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #85402 20120117082453P</guid></item><item><title>Source code checked in, #85358</title><link>http://powerssas.codeplex.com/SourceControl/changeset/changes/85358</link><description>Checking in for test release</description><author>dgosbell</author><pubDate>Mon, 16 Jan 2012 22:28:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #85358 20120116102813P</guid></item></channel></rss>