<?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; PerformancePoint</title>
	<atom:link href="http://performancepointblog.com/category/performancepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancepointblog.com</link>
	<description>A Blog about PerformancePoint, SQL Reporting Services and all the nummy BI technologies that interact with them</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:02:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Problem: MOSS Alternate Access Mapping (AAM) &amp; PerformancePoint Reporting Services Reports</title>
		<link>http://performancepointblog.com/2010/07/problem-moss-alternate-access-mapping-aam-performancepoint-reporting-services-reports/</link>
		<comments>http://performancepointblog.com/2010/07/problem-moss-alternate-access-mapping-aam-performancepoint-reporting-services-reports/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:25:47 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=233</guid>
		<description><![CDATA[(This refers to MOSS 2010 and PPS V2) Today I needed to make an internal PPS demo available via the internet, so some alternate access mapping within SharePoint was in order. I added an AAM entry for my default web site, essentially converting http://foo into http://demoname.domain.com inside MOSS. When I fired up the dashboard via [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2010/07/problem-moss-alternate-access-mapping-aam-performancepoint-reporting-services-reports/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Problem%3A+MOSS+Alternate+Access+Mapping+%28AAM%29+%26%23038%3B+PerformancePoint+Reporting+Services+Reports";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>(This refers to MOSS 2010 and PPS V2)</p>
<p>Today I needed to make an internal PPS demo available via the internet, so some alternate access mapping within SharePoint was in order.</p>
<p>I added an AAM entry for my default web site, essentially converting <a href="http://foo/">http://foo</a> into <a href="http://demoname.domain.com/">http://demoname.domain.com</a> inside MOSS.</p>
<p>When I fired up the dashboard via <a href="http://demoname.domain.com/">http://demoname.domain.com</a>, my analytical grids/charts, scorecards and filters worked correctly. However, the PPS reports which are based on SSRS RDLs living in an integrated-mode SSRS server were broken. I got “Internet Explorer cannot display the webpage” errors instead of my reports.</p>
<p>It appeared to me that <em>PPS Services</em> wasn&#8217;t “checking in” with MOSS AAM to see if it needed to “fix things up” when it came to SSRS reports.  To validate this hunch, I used Fiddler while launching the dashboard. All of the calls to render my charts and filters dutifully hit demoname.domain.com. However, I saw a lone call to “foo”. The URL was:</p>
<p><a href="http://foo/ReportServer?http://fpp/Report%2520Library/WWReach_ClickThroughRate.rdl&amp;rs:Command=Render&amp;rc:Toolbar=false&amp;rc:Parameters=false&amp;rc:DocMap=false&amp;rc:Zoom=100&amp;rs:Format=HTML4.0">http://foo/ReportServer?http://foo/Report%2520Library/WWReach_ClickThroughRate.rdl&amp;rs:Command=Render&amp;rc:Toolbar=false&amp;rc:Parameters=false&amp;rc:DocMap=false&amp;rc:Zoom=100&amp;rs:Format=HTML4.0</a></p>
<p>Bingo! I also tested an SSRS report embedded directly into a MOSS Reporting Services Web Part. It worked fine, too.  Looks like a problem with PPS only.</p>
<p>And I’m actually dealing with two reports – one with parameters, one without. I went into PPS Dashboard Designer and updated the <strong>Report Server URL</strong> and <strong>Report URL</strong> property for both. For example:</p>
<p><a href="http://foo/ReportServer">http://foo/ReportServer</a> became <span style="text-decoration: underline;"><a href="http://demoname.domain.com/Report">http://demoname.domain.com<span style="color: #3366ff;">/Report</span></a><span style="color: #3366ff;">Server</span></span> …and&#8230; </p>
<p><a href="http://foo/Report%20Library/ReportName.RDL">http://foo/Report%20Library/ReportName.RDL</a>  became  <a href="http://demoname.domain.com/Report%20Library/ReportName.RDL">http://demoname.domain.com/Report%20Library/ReportName.RDL</a>:</p>
<p>Each time I made the change, DD threw this error:</p>
<p><em>Unable to find report server specified by URL. Please verify that both Server URL and Report URL are correct.</em></p>
<p style="padding-left: 30px;">So it looks like the Dashboard Designer isn’t attempting to be “AAM-aware”, either.</p>
<p>Anyway, I re-published both modified reports from Dashboard Designer and checked the dashboard again. The report which did not use parameters worked fine. However, the parameterized report (which accepts input from PPS filters) still failed, but with a new error:</p>
<p style="padding-left: 30px;"><em>Unable to get filter values from “Filter Name”. You do not have permissions to view this data. </em></p>
<p>Sigh.</p>
<p>Back in Dashboard Designer, I saw the problem: By plugging in <a href="http://demoname.domain.com/">http://demoname.domain.com</a> instead of <a href="http://foo/">http://foo</a>, I had essentially “zeroed out” the parameters for my report. The only way I could get the parameters for this report to populate correctly was if I pointed  to <a href="http://foo/">http://foo</a>, which obviously wasn’t going to do me any good.</p>
<p>The solution:</p>
<p><strong>When in doubt, try notepad</strong>.  First, I used Dashboard Designer to “re-point” the <strong>Report Server URL</strong> and <strong>Report URL</strong> values of the still broken report back to <a href="http://foo/">http://foo</a> so I could get my parameters populated again. I saved my changes.</p>
<p>After that, I opened the DDWX file up in notepad. I did a search for the property names “ServerURL” and “ReportURL”.  When I found the entries for my “broken” report, I swapped in demoname.domain.com for foo in both places and saved once again.</p>
<p>After that, it was time to open up the DDWX one more time in Dashboard Designer. I used the <strong>Mark Differences</strong> command to verify that PPS “saw” a change between what was on the server and in DD, then I did a <strong>Save All</strong>.</p>
<p>Lo and behold, the dashboard now worked…both SSRS reports were happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2010/07/problem-moss-alternate-access-mapping-aam-performancepoint-reporting-services-reports/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PerformancePoint Server SP3 hits the streets</title>
		<link>http://performancepointblog.com/2009/10/performancepoint-server-sp3-hits-the-streets/</link>
		<comments>http://performancepointblog.com/2009/10/performancepoint-server-sp3-hits-the-streets/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:19:42 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=72</guid>
		<description><![CDATA[The title says it all! x86: http://www.microsoft.com/downloads/details.aspx?FamilyID=90c596a5-aca4-4ded-9072-facf834bc0c6&#038;displaylang=en x64: http://www.microsoft.com/downloads/details.aspx?FamilyID=3ad75ae5-d2cd-4953-87cf-5f74d79804c6&#038;displaylang=en docs: http://technet.microsoft.com/en-us/library/cc514367.aspx]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2009/10/performancepoint-server-sp3-hits-the-streets/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "PerformancePoint+Server+SP3+hits+the+streets";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>The title says it all!</p>
<p>x86: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=90c596a5-aca4-4ded-9072-facf834bc0c6&#038;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=90c596a5-aca4-4ded-9072-facf834bc0c6&#038;displaylang=en</a></p>
<p>x64: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3ad75ae5-d2cd-4953-87cf-5f74d79804c6&#038;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=3ad75ae5-d2cd-4953-87cf-5f74d79804c6&#038;displaylang=en</a> </p>
<p>docs: <a href="http://technet.microsoft.com/en-us/library/cc514367.aspx">http://technet.microsoft.com/en-us/library/cc514367.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/10/performancepoint-server-sp3-hits-the-streets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PerformancePoint: Fix slow rendering dashboard issues with Internet Explorer 8!</title>
		<link>http://performancepointblog.com/2009/03/performancepoint-fix-slow-rendering-dashboard-issues-with-internet-explorer-8/</link>
		<comments>http://performancepointblog.com/2009/03/performancepoint-fix-slow-rendering-dashboard-issues-with-internet-explorer-8/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 20:35:35 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=40</guid>
		<description><![CDATA[I&#8217;m currently working on a project which leverages many PerformancePoint reports. The dashboards I&#8217;ve built use a fair number of analytic chart report objects on a single dashboard page  (at least 4, sometimes more).  When I ran many of these pages, Internet Explorer 7 generally pegged my CPU at 97%, and it was taking at least a [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2009/03/performancepoint-fix-slow-rendering-dashboard-issues-with-internet-explorer-8/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "PerformancePoint%3A+Fix+slow+rendering+dashboard+issues+with+Internet+Explorer+8%21";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I&#8217;m currently working on a project which leverages many PerformancePoint reports. The dashboards I&#8217;ve built use a fair number of analytic chart report objects on a single dashboard page  (at least 4, sometimes more).  When I ran many of these pages, Internet Explorer 7 generally pegged my CPU at 97%, and it was taking at least a minute for the page to render. Often, more than half of the report objects failed to render at all (&#8220;an unexpected error occured&#8221;).</p>
<p>I&#8217;m working in a single integrated environment (IE/SQL/SSRS/SSAS/PPS/MOSS all on one box), and I could tell that IE hogging up CPU wasn&#8217;t even allowing SSAS, SSRS, PPS and MOSS to do their work. While IE was sitting @ 97%, msmdsrv.exe or reportingservicesservice.exe might hit 2% CPU for a moment then drop back down to %0 when they usually used more CPU cycles.</p>
<p>Clueless and confused, I appealed to those smarter than I for help. Josh Unger, a PPS SDET at Microsoft suggested I try IE 8 on the image. I dutifully installed it, and whammo, problem solved.  My slowly running dashboards now rendered in no more than 15 seconds (and these were pages which included PAS and SSRS reports &#8211; the analytic charts returned within moments when they had been the problem children earlier).</p>
<p>I circled back and asked Josh exactly why life was so good in IE8, and he explained that IE 7 ( adhering to standards) only allows two concurrent connections, and therefore 2 AJAX requests made to the server at the same time. Perhaps that didn&#8217;t do a lot of good when I had 4, 6, 8, or more  AJAX controls on a page all wanting to do stuff? In IE 8, we can have up to 6 connections. </p>
<p>I guess in my case getting more reports &#8220;working&#8221; on the server at the same time allowed them to begin returning more quickly. And once a report had returned, I suspect that the particular AJAX-based control that hosted it didn&#8217;t need any/as much CPU vs. having it sit there waiting for a connection to become available.</p>
<p>Thanks to Josh and thanks to IE8!</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/03/performancepoint-fix-slow-rendering-dashboard-issues-with-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My thoughts on PerformancePoint Planning’s sunset</title>
		<link>http://performancepointblog.com/2009/01/my-thoughts-on-performancepoint-planning%e2%80%99s-sunset/</link>
		<comments>http://performancepointblog.com/2009/01/my-thoughts-on-performancepoint-planning%e2%80%99s-sunset/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:59:40 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=31</guid>
		<description><![CDATA[As a BI Technical Specialist at Microsoft, PPS is (was?) my bread and butter &#8211; It’s how I eat. So the changes to the Microsoft’s strategy around the product hit pretty close to home for me. (What? You don’t know what they are? Go here.) And what do I think? I think it’s a smart [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2009/01/my-thoughts-on-performancepoint-planning%e2%80%99s-sunset/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "My+thoughts+on+PerformancePoint+Planning%E2%80%99s+sunset";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>As a BI Technical Specialist at Microsoft, PPS is (was?) my bread and butter &#8211; It’s how I eat. So the changes to the Microsoft’s strategy around the product hit pretty close to home for me. (What? You don’t know what they are? Go <a href="http://blogs.msdn.com/bi/archive/2009/01/23/microsoft-bi-strategy-update.aspx">here</a>.)</p>
<p>And what do I think? I think it’s a smart move.</p>
<p>Why?</p>
<p><strong>It’s easy for customers</strong></p>
<p>By consolidating M &amp; A into MOSS, we give customers the ability to create impressive, powerful scorecards and dashboards without the purchase of additional “stuff”.  Sure, if you’re running MOSS Standard, you’ll need to have an Enterprise CAL, but we’re not talking about a wholesale introduction of new products into your infrastructure.  The ability to install PPS as a MOSS shared service (in MOSS14) vs. running yet another setup.exe is good thing – BI is just “in the box” – it is part of your core infrastructure!</p>
<p><strong>It’s good for most customers</strong></p>
<p>Customers I talk to want to deploy scorecards, dashboards, and analytics broadly. I’d guess that &lt; 20% of the people I work with want to do Planning, and are only doing so for a small number of users.  While dashboards are pretty darn easy to create and deploy, planning takes quite a bit more work. You generally need hire to consultants to help you create a solution which will only service a relatively small population of your users.</p>
<p>With a limited amount of development time on our hands, I think it makes sense to focus on scenarios that affect the largest number of customers. Microsoft is all about “BI for the masses”, not “BI for the 15 business analysts”.  We can now focus on what we do best – creating good, inexpensive software for everyone.</p>
<p>Moving forward, competitors will clearly attack our offering for having no ready-bake planning solution, and they’ll be on target with their criticism. I bet analysts like Gartner will ding us, too. But, so what?  The planning audience is not what we’re about, and in this economy, who wants to pay for features they don’t need?</p>
<p><strong>It makes our BI story easier to understand</strong></p>
<p>OK, I admit it – we have some feature overlap across our products. ?   Every vendor does.  Before this change, when a customer thought “KPI”, he could do it in Excel/Excel Services, MOSS, Reporting Services, PerformancePoint, and soon, Gemini.  That’s quite a selection of hammers!</p>
<p>With PPS Services inside MOSS, we’re simplifying things – you use MOSS to do this work. Using Excel, SSRS, etc. clearly become edge-case solutions because the MOSS offering is so strong by comparison.</p>
<p>If I need to do an “elevator” pitch on Microsoft BI, I now can say, “Microsoft BI is SQL Server, Office and SharePoint. Fat client data visualization is inside Excel, thin client data visualization is inside SharePoint.”</p>
<p>Done.  End of story.</p>
<p><strong>I’m greedy</strong></p>
<p>I’m an MSFT shareholder and employee. By making MOSS even more attractive, I think the net gain in revenue we’ll realize as a result people adopting it and/or upgrading to the MOSS enterprise CAL  (don’t forget additional indirect SQL Server and Windows Server sales) will be far greater than the bucks we see  from a stand-alone PPS product. That’s money in my pocket.</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/01/my-thoughts-on-performancepoint-planning%e2%80%99s-sunset/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PerformancePoint Server SP2 *is* here.</title>
		<link>http://performancepointblog.com/2008/12/performancepoint-server-sp2-is-here/</link>
		<comments>http://performancepointblog.com/2008/12/performancepoint-server-sp2-is-here/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 16:26:39 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=28</guid>
		<description><![CDATA[OK, I was a few days off on my guesstimate&#8230;.and the landing page I pointed to earlier still doesn&#8217;t have links directly to the files&#8230;but SP2 was released late yesterday afternoon and can be downloaded here (x86) and here (x64) There&#8217;s also tons of good documentation here. Have at it.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/12/performancepoint-server-sp2-is-here/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "PerformancePoint+Server+SP2+%2Ais%2A+here.";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>OK, I was a few days off on my guesstimate&#8230;.and the landing page I pointed to earlier still doesn&#8217;t have links directly to the files&#8230;but SP2 was released late yesterday afternoon and can be downloaded here (<a title="x86" href="http://www.microsoft.com/downloads/details.aspx?familyid=a0990a7e-81cd-4080-b95b-2aeda981f4eb&amp;displaylang=en&amp;tm">x86</a>) and here (<a title="x64" href="http://www.microsoft.com/downloads/details.aspx?familyid=cbbf9377-0220-4714-9517-2a99279258af&amp;displaylang=en&amp;tm">x64</a>)</p>
<p>There&#8217;s also tons of good documentation <a title="here" href="http://technet.microsoft.com/en-us/library/cc514367.aspx">here</a>. Have at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/12/performancepoint-server-sp2-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PerformancePoint Server Service Pack 2 Almost Here</title>
		<link>http://performancepointblog.com/2008/12/performancepoint-server-service-pack-2-almost-here/</link>
		<comments>http://performancepointblog.com/2008/12/performancepoint-server-service-pack-2-almost-here/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 13:31:55 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=27</guid>
		<description><![CDATA[The landing page for PerformancePoint SP2 just appeared at http://office.microsoft.com/en-us/performancepoint/FX102380591033.aspx. While as of yet there are no download links on the page, I think it&#8217;s safe to guess that we&#8217;ll see the distro in the next day or so. Happy patching!]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/12/performancepoint-server-service-pack-2-almost-here/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "PerformancePoint+Server+Service+Pack+2+Almost+Here";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>The landing page for PerformancePoint SP2 just appeared at <a href="http://office.microsoft.com/en-us/performancepoint/FX102380591033.aspx">http://office.microsoft.com/en-us/performancepoint/FX102380591033.aspx</a>. While as of yet there are no download links on the page, I think it&#8217;s safe to guess that we&#8217;ll see the distro in the next day or so.</p>
<p>Happy patching!</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/12/performancepoint-server-service-pack-2-almost-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have the AllUpBI VPC R7 (and you don&#8217;t!)</title>
		<link>http://performancepointblog.com/2008/07/i-have-the-allupbi-vpc-r7-and-you-dont/</link>
		<comments>http://performancepointblog.com/2008/07/i-have-the-allupbi-vpc-r7-and-you-dont/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 01:33:48 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>
		<category><![CDATA[AllUp BI]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=21</guid>
		<description><![CDATA[Sorry, couldn&#8217;t resist! Yesterday (or maybe it was the day before, I forget), the next rev of AllUp was released internally at Microsoft. It includes 3 new demos including a &#8220;deep dive&#8221; around PPS Planning, and new stuff for the manufacturing and hospitality sectors.  The image will expire around 12/4/2009. The super-awesome product manager responsbile [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/07/i-have-the-allupbi-vpc-r7-and-you-dont/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "I+have+the+AllUpBI+VPC+R7+%28and+you+don%26%238217%3Bt%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Sorry, couldn&#8217;t resist!</p>
<p>Yesterday (or maybe it was the day before, I forget), the next rev of AllUp was released internally at Microsoft. It includes 3 new demos including a &#8220;deep dive&#8221; around PPS Planning, and new stuff for the manufacturing and hospitality sectors.  The image will expire around 12/4/2009.</p>
<p>The super-awesome product manager responsbile for this work of art says that it still needs to get a buy off from our legal department, so isn&#8217;t available to partners quite yet &#8211; but it will be soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/07/i-have-the-allupbi-vpc-r7-and-you-dont/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What to do when PerformancePoint display actions don&#8217;t work</title>
		<link>http://performancepointblog.com/2008/07/what-to-do-when-performancepoint-display-actions-dont-work/</link>
		<comments>http://performancepointblog.com/2008/07/what-to-do-when-performancepoint-display-actions-dont-work/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 14:18:58 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=20</guid>
		<description><![CDATA[I spent a chunk of time this morning scratching my head when I couldn&#8217;t get PerformancePoint Monitoring &#038; Analytics display actions working in MOSS. They worked fine in certain dashboards I had  already published, but different dashboards published to the same site were broken &#8211; display actions didn&#8217;t work at all. I finally got my [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/07/what-to-do-when-performancepoint-display-actions-dont-work/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "What+to+do+when+PerformancePoint+display+actions+don%26%238217%3Bt+work";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I spent a chunk of time this morning scratching my head when I couldn&#8217;t get PerformancePoint Monitoring &#038; Analytics display actions working in MOSS. They worked fine in certain dashboards I had  already published, but different dashboards published to the same site were broken &#8211; display actions didn&#8217;t work at all.</p>
<p>I finally got my &#8220;misbehaving&#8221; dashboards working by employing the following tactics in the Dashboard Designer:</p>
<p>1. Open the <em>Scorecard</em> that contains the KPI your display condition will leverage.</p>
<p>2. On the Edit tab, Update the scorecard.</p>
<p>3. Go back to your dashboard and add/remove/whatever the display condition in question.</p>
<p>4. Publish/Save.</p>
<p>5. Repeat for each display condition you want to work with.</p>
<p>I don&#8217;t know if step 5 is strictly necessary, but I spent so much time on this I didn&#8217;t want to experiment any more &#8211; just needed to get on with my life! I haven&#8217;t tested to see if this is fixed in SP1, but hopefully it is!</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/07/what-to-do-when-performancepoint-display-actions-dont-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error “Server  failed to return the table schema “ when creating PerformancePoint dimensions</title>
		<link>http://performancepointblog.com/2008/07/error-%e2%80%9cserver-failed-to-return-the-table-schema-%e2%80%9c-when-creating-performancepoint-dimensions/</link>
		<comments>http://performancepointblog.com/2008/07/error-%e2%80%9cserver-failed-to-return-the-table-schema-%e2%80%9c-when-creating-performancepoint-dimensions/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:18:40 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=19</guid>
		<description><![CDATA[While building out some dimensions today, I ran into the following error while using Planning Business Modeler. The error occurred when I selected the name of a table/view in my data source: Server failed to return the table schema from source database. (Error code: PerformancePoint_225000210). Getting table schema for table &#60;table name&#62; from database &#60;database&#62; [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/07/error-%e2%80%9cserver-failed-to-return-the-table-schema-%e2%80%9c-when-creating-performancepoint-dimensions/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Error+%E2%80%9CServer++failed+to+return+the+table+schema+%E2%80%9C+when+creating+PerformancePoint+dimensions";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;">While building out some dimensions today, I ran into the following error while using Planning Business Modeler. The error occurred when I selected the name of a table/view in my data source:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt 0.5in;"><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Server failed to return the table schema from source database. (Error code: PerformancePoint_225000210). Getting table schema for table &lt;table name&gt; from database &lt;database&gt; on server &lt;server&gt; failed.</span></span></em></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;">Turns out PPS can’t handle any tables or views which are not part of the dbo schema. I had a few of them, and had to use the command below to swap the schema each object belonged to before I could get them into PPS. <span style="mso-spacerun: yes;"> </span>I suppose I could have created a dbo.View on top of each object, but I was being lazy:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;"> </span><span style="font-size: small; font-family: Calibri;">ALTER SCHEMA dbo TRANSFER someschemaname.tablename</span></p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/07/error-%e2%80%9cserver-failed-to-return-the-table-schema-%e2%80%9c-when-creating-performancepoint-dimensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PerformancePoint SP1 on the AllUp BI VPC</title>
		<link>http://performancepointblog.com/2008/06/installing-performancepoint-sp1-on-the-allup-bi-vpc/</link>
		<comments>http://performancepointblog.com/2008/06/installing-performancepoint-sp1-on-the-allup-bi-vpc/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:01:30 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[PerformancePoint]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=14</guid>
		<description><![CDATA[There has been quite a bit of internal discussion here at Microsoft around this topic since so many of us use the AllUp VPC.  Long story short, you won&#8217;t be able to (easily) install SP1 on an &#8220;out of the box&#8221; AllUp image. Howard Morgenstern, another BI Technology Specialist has created a quick and dirty guide at http://hmorgenstern.spaces.live.com/blog/cns!28A6BE83102A0EB3!279.entry  on how [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/06/installing-performancepoint-sp1-on-the-allup-bi-vpc/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Installing+PerformancePoint+SP1+on+the+AllUp+BI+VPC";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>There has been quite a bit of internal discussion here at Microsoft around this topic since so many of us use the AllUp VPC. </p>
<p>Long story short, you won&#8217;t be able to (easily) install SP1 on an &#8220;out of the box&#8221; AllUp image. Howard Morgenstern, another BI Technology Specialist has created a quick and dirty <a href="http://hmorgenstern.spaces.live.com/blog/cns!28A6BE83102A0EB3!279.entry">guide</a> at <a href="http://hmorgenstern.spaces.live.com/blog/cns!28A6BE83102A0EB3!279.entry">http://hmorgenstern.spaces.live.com/blog/cns!28A6BE83102A0EB3!279.entry</a>  on how to approach this scenario.</p>
<p>Its not a tough thing to do, but you do need to be aware of a couple issues. Thanks, Howard!</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/06/installing-performancepoint-sp1-on-the-allup-bi-vpc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
