<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PerformancePoint Blog &#187; SQL Server Analysis Services</title>
	<atom:link href="http://performancepointblog.com/tag/sql-server-analysis-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancepointblog.com</link>
	<description>A Blog about PerformancePoint and Microsoft BI technologies. Your host is Russell Christopher</description>
	<lastBuildDate>Thu, 30 Jun 2011 11:14:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>&#8220;Persisted file cannot be found&#8221; when executing DMX via OpenQuery</title>
		<link>http://performancepointblog.com/2011/02/persisted-file-cannot-be-found-when-executing-dmx-via-openquery/</link>
		<comments>http://performancepointblog.com/2011/02/persisted-file-cannot-be-found-when-executing-dmx-via-openquery/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:46:08 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[SQL Analysis Services]]></category>
		<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=558</guid>
		<description><![CDATA[What does "Persisted file cannot be found" mean when you're executing a DMX query? I didn't know and couldn't find anything on the internets.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to start playing around with custom visualization of data mining output, and am doing some basic setup work on my servers.</p>
<p>While testing that I could return results from DMX via OpenQuery, I ran a basic DMX statement to return results from a time series model:</p>
<pre>SELECT * FROM OpenQuery (SSAS,'SELECT FLATTENED
  [Forecasting].[Model Region],
  (PredictTimeSeries([Forecasting].[Amount],3)) as [Amount],
   True as [Predicted]
FFrom
  [Forecasting]')</pre>
<p>Doing so returned this error message:</p>
<pre>   OLE DB provider "MSOLAP" for linked server "SSAS" returned message "Error (Data mining): The '\\?\C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Data\Adventure Works DW 2008R2.0.db\Forecasting.0.dms\Forecasting.0.dmm\0.Forecasting.cnt.bin' persisted file cannot be found.".
Msg 7321, Level 16, State 2, Line 1
An error occurred while preparing the query "SELECT FLATTENED
  [Forecasting].[Model Region],
  (PredictTimeSeries([Forecasting].[Amount],3)) as [Amount],
   True as [Predicted]
From
  [Forecasting]" for execution against OLE DB provider "MSOLAP" for linked server "SSAS".</pre>
<p>Problem? Stupid user trick &#8211; I hadn&#8217;t processed the model.  I was surprised to find that this error message couldn&#8217;t be found via Bing/Google, however. So here&#8217;s a little entry to save someone else some time.</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2011/02/persisted-file-cannot-be-found-when-executing-dmx-via-openquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Analysis Services 2000 style drill through actions in SSAS 2005 and 2008</title>
		<link>http://performancepointblog.com/2009/09/sql-server-analysis-services-2000-style-drill-through-actions-in-ssas-2005-and-2008/</link>
		<comments>http://performancepointblog.com/2009/09/sql-server-analysis-services-2000-style-drill-through-actions-in-ssas-2005-and-2008/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:24:34 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[SQL Analysis Services]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=64</guid>
		<description><![CDATA[On a fairly regular basis, customers I work with wonder out loud (read: gripe) why SSAS 2005 and 2008 don’t allow them to easily drill-down to the relational tables that back a cube using an action. SSAS 2000 did this nicely, but SQL Analysis S]]></description>
			<content:encoded><![CDATA[<p>On a fairly regular basis, customers I work with wonder out loud (read: gripe) why SSAS 2005 and 2008 don’t allow them to easily drill-down to the relational tables that back a cube using an action.  SSAS 2000 did this nicely, but SQL Analysis S]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/09/sql-server-analysis-services-2000-style-drill-through-actions-in-ssas-2005-and-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQLCat strikes again! Hardcore SQL Analysis Services tuning aids</title>
		<link>http://performancepointblog.com/2009/02/sqlcat-strikes-again-hardcore-sql-analysis-services-tuning-aids/</link>
		<comments>http://performancepointblog.com/2009/02/sqlcat-strikes-again-hardcore-sql-analysis-services-tuning-aids/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:42:11 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[SQL Analysis Services]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=33</guid>
		<description><![CDATA[Carl Rabeler of the Microsoft SQLCat team has just released a really nice set of tools targeted at helping you analyze SSAS performance. You can read about it here: http://sqlcat.com/toolbox/archive/2009/02/05/a-solution-for-collecting-analysis]]></description>
			<content:encoded><![CDATA[Carl Rabeler of the Microsoft SQLCat team has just released a really nice set of tools targeted at helping you analyze SSAS performance.

You can read about it here:

http://sqlcat.com/toolbox/archive/2009/02/05/a-solution-for-collecting-analysis]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/02/sqlcat-strikes-again-hardcore-sql-analysis-services-tuning-aids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeformancePoint Analytic Grid &amp; localization</title>
		<link>http://performancepointblog.com/2008/05/peformancepoint-analytic-grid-localization/</link>
		<comments>http://performancepointblog.com/2008/05/peformancepoint-analytic-grid-localization/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:39:13 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=6</guid>
		<description><![CDATA[If you have taken the time to implement translations in your SSAS cube, it is comforting to know that the Analytic Grid can and will display your localized text. From what I can gather, we aren't quite smart enough to simply read regional settings]]></description>
			<content:encoded><![CDATA[If you have taken the time to implement translations in your SSAS cube, it is comforting to know that the Analytic Grid can and will display your localized text.

From what I can gather, we aren't quite smart enough to simply read regional settings]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/05/peformancepoint-analytic-grid-localization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speeding up SQL Analysis Services DSV table selection against Teradata</title>
		<link>http://performancepointblog.com/2008/05/speeding-up-sql-analysis-services-dsv-table-selection-against-teradata/</link>
		<comments>http://performancepointblog.com/2008/05/speeding-up-sql-analysis-services-dsv-table-selection-against-teradata/#comments</comments>
		<pubDate>Tue, 20 May 2008 20:02:24 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[SQL Analysis Services]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[Teradata]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=5</guid>
		<description><![CDATA[A couple of days ago I needed to create a new DSV against a Teradata source. I found that the "lag" in the normally light-on-its feet DSV wizard was pretty bad - it took in the neighborhood of 1.5 minutes for the Add Related Tables function to ret]]></description>
			<content:encoded><![CDATA[A couple of days ago I needed to create a new DSV against a Teradata source. I found that the "lag" in the normally light-on-its feet DSV wizard was pretty bad - it took in the neighborhood of 1.5 minutes for the Add Related Tables function to ret]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/05/speeding-up-sql-analysis-services-dsv-table-selection-against-teradata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

