<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.0.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Data Management</title>
		<link>http://blogs.lessthandot.com/index.php/DataMgmt/</link>
		<atom:link rel="self" type="application/rss+xml" href="http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2" />
		<description></description>
		<language>en-GB</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.0.3"/>
		<ttl>60</ttl>
				<item>
			<title>SQL Is Hard</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-is-hard</link>
			<pubDate>Wed, 12 Jun 2013 19:04:00 +0000</pubDate>			<dc:creator>Eli Weinstock-Herman (tarwn)</dc:creator>
			<category domain="main">Database Programming</category>
<category domain="alt">Microsoft SQL Server</category>			<guid isPermaLink="false">2207@http://blogs.lessthandot.com/</guid>
						<description>&lt;p&gt;SQL is hard. Who&#039;s to say whether it&#039;s harder for the person that has no technical background or the one that is comfortable with object oriented, procedural, or functional styles and has to cross the great divide to set-based, declarative queries. In either case, there&#039;s a journey ahead of you.&lt;/p&gt;

&lt;p&gt;Luckily there are a lot of great resources out there to help. From live webcasts like &lt;a href=&quot;http://www.sqllunch.com/&quot; title=&quot;SQLLunch&quot;&gt;SQLLunch&lt;/a&gt; and &lt;a href=&quot;http://www.sqlpass.org/Events/24HoursofPASS.aspx&quot; title=&quot;24 Hours of PASS&quot;&gt;24 hours of PASS&lt;/a&gt;, to local &lt;a href=&quot;http://www.sqlsaturday.com/&quot; title=&quot;SQLSaturday&quot;&gt;SQL Saturday events&lt;/a&gt;, from &lt;a href=&quot;http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012?sort=sequential&amp;amp;direction=desc&amp;amp;term=&amp;amp;t=database%2B-and-%2Bbusiness%2Bintelligence&quot; title=&quot;TechEd 2012 Database Sessions&quot;&gt;recorded TechEd sessions&lt;/a&gt; to &lt;a href=&quot;http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&amp;amp;field-keywords=SQL&quot; title=&quot;SQL Books on Amazon&quot;&gt;hundreds of books&lt;/a&gt; to &lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/&quot; title=&quot;Database posts at LessThanDot&quot;&gt;blogs posts on sites like this&lt;/a&gt;....the list goes on.&lt;/p&gt;

&lt;p&gt;But it&#039;s still a long road, and building that initial solid foundation can be a hard step. &lt;/p&gt;

&lt;h2&gt;The Inquisitive Coworker&lt;/h2&gt;
&lt;p&gt;Over the years I&#039;ve never had a good answer to the &quot;where can I go to learn more about that&quot; question from coworkers. There&#039;s a ton of beginner books out there, but who has the time to weed through them and figure out which ones are more dangerous than they are helpful?&lt;/p&gt;

&lt;p&gt;So the thought runs through my head, &quot;How _did_ I learn that CROSS JOIN trick I just used?&quot; and of course I don&#039;t remember. Except I&#039;m willing to bet that I learned it while trying to solve a problem. It might have been from a book, from a video, from trying someone else&#039;s answer to one of Denis&#039;s SQL puzzles. The driver was the fact that I had a problem to solve and that new tool I picked up was what helped me solve it. And I later remembered it, used it again, and learned more about it because it helped me solve a problem.&lt;/p&gt;

&lt;h2&gt;Learn by Doing&lt;/h2&gt;
&lt;p&gt;I&#039;ve always liked the idea behind the &lt;a href=&quot;http://tryruby.org&quot; title=&quot;TryRuby interactive site&quot;&gt;TryRuby&lt;/a&gt; site, an interactive experience that walks you through the basics of Ruby as you type them into an interactive console. Short of finding a mentor for every person that wants to give Ruby a try, this seems like an excellent way to provide a guided experience and help you build that initial foundation.&lt;/p&gt;

&lt;p&gt;Why not do this with SQL?&lt;/p&gt;

&lt;p&gt;And why not take it even further? After all, if you have an interactive site that helps build some basic skills with SQL, why can&#039;t it also offer a section for more advanced techniques? Sure, you can download a free version of SQL Server Express or one of the other brands of SQL and try to learn these things on your own, but a guided set of exercises on a topic might be the perfect foundation before trying to branch out and try to invent your own problems to solve.&lt;/p&gt;

&lt;p&gt;And thus was born the idea of &lt;a href=&quot;http://www.SQLisHard.com&quot;&gt;SQLisHard.com&lt;/a&gt;.&lt;/p&gt;

&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.sqlishard.com/Content/Screenshot.png&quot; alt=&quot;SQLisHard Screenshot&quot; /&gt;&lt;/div&gt;

&lt;h2&gt;It&#039;s Still Early&lt;/h2&gt;
&lt;p&gt;It&#039;s still in the very early stages with only a single set of exercises, and I&#039;ve only implemented about half of that set. There&#039;s a longer wishlist of features on a Trello board, but the initial focus here was making the core experience work. It&#039;s not as whimsical as the TryRuby site (Damnit Jim, I&#039;m a software engineer not a web designer). Most of the fanciest features are focused on helping me choose the right improvements to make; easy deployment, anonymous usage statistics, error capturing and reporting, and so on.&lt;/p&gt;

&lt;p&gt;My list of &quot;features I haven&#039;t gotten to yet&quot; starts with &quot;finish the first exercise set&quot;. After that I have more exercise sets, both foundational and &quot;where can I go to learn that&quot; advanced sets, an ability to save your progress (register/login) while continuing to let people without pre-registering (or without registering at all, up front registration annoys me), more permanent pieces for the few that I took shortcuts on, alternative exercise goals so you can try several queries while learning a single step, performance improvements and retry logic &lt;/p&gt;

&lt;p&gt;But most importantly, I&#039;m looking for feedback. Does this seem like something you would point a beginner to? When your coworker asks where they could learn to use windowing functions, could you imagine a method like this being useful?&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href=&quot;http://www.SQLisHard.com&quot;&gt;SQLisHard.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;i&gt;The technologies behind both the site and the deployment process were interesting, I&#039;ll have follow-up posts on those soon as well.&lt;/i&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-is-hard&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>SQL is hard. Who's to say whether it's harder for the person that has no technical background or the one that is comfortable with object oriented, procedural, or functional styles and has to cross the great divide to set-based, declarative queries. In either case, there's a journey ahead of you.</p>

<p>Luckily there are a lot of great resources out there to help. From live webcasts like <a href="http://www.sqllunch.com/" title="SQLLunch">SQLLunch</a> and <a href="http://www.sqlpass.org/Events/24HoursofPASS.aspx" title="24 Hours of PASS">24 hours of PASS</a>, to local <a href="http://www.sqlsaturday.com/" title="SQLSaturday">SQL Saturday events</a>, from <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012?sort=sequential&amp;direction=desc&amp;term=&amp;t=database%2B-and-%2Bbusiness%2Bintelligence" title="TechEd 2012 Database Sessions">recorded TechEd sessions</a> to <a href="http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&amp;field-keywords=SQL" title="SQL Books on Amazon">hundreds of books</a> to <a href="http://blogs.lessthandot.com/index.php/DataMgmt/" title="Database posts at LessThanDot">blogs posts on sites like this</a>....the list goes on.</p>

<p>But it's still a long road, and building that initial solid foundation can be a hard step. </p>

<h2>The Inquisitive Coworker</h2>
<p>Over the years I've never had a good answer to the "where can I go to learn more about that" question from coworkers. There's a ton of beginner books out there, but who has the time to weed through them and figure out which ones are more dangerous than they are helpful?</p>

<p>So the thought runs through my head, "How _did_ I learn that CROSS JOIN trick I just used?" and of course I don't remember. Except I'm willing to bet that I learned it while trying to solve a problem. It might have been from a book, from a video, from trying someone else's answer to one of Denis's SQL puzzles. The driver was the fact that I had a problem to solve and that new tool I picked up was what helped me solve it. And I later remembered it, used it again, and learned more about it because it helped me solve a problem.</p>

<h2>Learn by Doing</h2>
<p>I've always liked the idea behind the <a href="http://tryruby.org" title="TryRuby interactive site">TryRuby</a> site, an interactive experience that walks you through the basics of Ruby as you type them into an interactive console. Short of finding a mentor for every person that wants to give Ruby a try, this seems like an excellent way to provide a guided experience and help you build that initial foundation.</p>

<p>Why not do this with SQL?</p>

<p>And why not take it even further? After all, if you have an interactive site that helps build some basic skills with SQL, why can't it also offer a section for more advanced techniques? Sure, you can download a free version of SQL Server Express or one of the other brands of SQL and try to learn these things on your own, but a guided set of exercises on a topic might be the perfect foundation before trying to branch out and try to invent your own problems to solve.</p>

<p>And thus was born the idea of <a href="http://www.SQLisHard.com">SQLisHard.com</a>.</p>

<div style="text-align: center"><img src="http://www.sqlishard.com/Content/Screenshot.png" alt="SQLisHard Screenshot" /></div>

<h2>It's Still Early</h2>
<p>It's still in the very early stages with only a single set of exercises, and I've only implemented about half of that set. There's a longer wishlist of features on a Trello board, but the initial focus here was making the core experience work. It's not as whimsical as the TryRuby site (Damnit Jim, I'm a software engineer not a web designer). Most of the fanciest features are focused on helping me choose the right improvements to make; easy deployment, anonymous usage statistics, error capturing and reporting, and so on.</p>

<p>My list of "features I haven't gotten to yet" starts with "finish the first exercise set". After that I have more exercise sets, both foundational and "where can I go to learn that" advanced sets, an ability to save your progress (register/login) while continuing to let people without pre-registering (or without registering at all, up front registration annoys me), more permanent pieces for the few that I took shortcuts on, alternative exercise goals so you can try several queries while learning a single step, performance improvements and retry logic </p>

<p>But most importantly, I'm looking for feedback. Does this seem like something you would point a beginner to? When your coworker asks where they could learn to use windowing functions, could you imagine a method like this being useful?</p>

<p>Check it out: <a href="http://www.SQLisHard.com">SQLisHard.com</a></p>

<p><i>The technologies behind both the site and the deployment process were interesting, I'll have follow-up posts on those soon as well.</i></p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-is-hard">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-is-hard#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2207</wfw:commentRss>
		</item>
				<item>
			<title>SQL Puzzle.. How many uppercase and lowercase characters in a column</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-puzzle-how-many-uppercase</link>
			<pubDate>Wed, 12 Jun 2013 12:47:00 +0000</pubDate>			<dc:creator>SQLDenis</dc:creator>
			<category domain="main">Database Programming</category>
<category domain="alt">Microsoft SQL Server</category>			<guid isPermaLink="false">2219@http://blogs.lessthandot.com/</guid>
						<description>&lt;p&gt;In this week&#039;s puzzle we are going to try to figure out how many uppercase, how many lowercase characters are in a column, we are also interested in how many are neither uppercase or lowercase&lt;/p&gt;


&lt;p&gt;Here is the table and the data&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb7560&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;CREATE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;TABLE&lt;/span&gt; Puzzle&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;Col1 &lt;span style=&quot;color: #0000FF;&quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;10&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;INTO&lt;/span&gt; Puzzle &lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;Col1&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;ABCD01234Z&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;AAAAAAAAAA&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;aaaaaaaaaZ&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;a&amp;amp;a&amp;amp;a&amp;amp;a&amp;amp;aA&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;1234Tt7890&#039;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb47663&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is the expected output&lt;/p&gt;

&lt;pre&gt;Col1		UpperCase	LowerCase	Neither
ABCD01234Z	5		0		5
AAAAAAAAAA	10		0		0
aaaaaaaaaZ	1		9		0
a&amp;amp;a&amp;amp;a&amp;amp;a&amp;amp;aA	1		5		4
1234Tt7890	1		1		8&lt;/pre&gt;


&lt;p&gt;For bonus points, you can add 3 more columns to the output, one column will hold only uppercase characters, one column will hold only lowercase characters, one column will hold only characters that are neither uppercase  or lowercase&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-puzzle-how-many-uppercase&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>In this week's puzzle we are going to try to figure out how many uppercase, how many lowercase characters are in a column, we are also interested in how many are neither uppercase or lowercase</p>


<p>Here is the table and the data</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb86510'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb86510','cb97161'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb86510" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">CREATE</span> <span style="color: #0000FF;">TABLE</span> Puzzle</li><li style="" class="li2">&nbsp; &nbsp; &nbsp;<span style="color: #808080;">&#40;</span>Col1 <span style="color: #0000FF;">varchar</span><span style="color: #808080;">&#40;</span><span style="color: #000;">10</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span>;</li><li style="" class="li1">&nbsp;</li><li style="" class="li2"><span style="color: #0000FF;">INSERT</span> <span style="color: #0000FF;">INTO</span> Puzzle <span style="color: #808080;">&#40;</span>Col1<span style="color: #808080;">&#41;</span></li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'ABCD01234Z'</span></li><li style="" class="li2"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'AAAAAAAAAA'</span></li><li style="" class="li2"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'aaaaaaaaaZ'</span></li><li style="" class="li2"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'a&amp;a&amp;a&amp;a&amp;aA'</span></li><li style="" class="li2"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'1234Tt7890'</span></li></ol></div><div id="cb97161" style="display: none; color: red;"></div></div></div>

<p>This is the expected output</p>

<pre>Col1		UpperCase	LowerCase	Neither
ABCD01234Z	5		0		5
AAAAAAAAAA	10		0		0
aaaaaaaaaZ	1		9		0
a&amp;a&amp;a&amp;a&amp;aA	1		5		4
1234Tt7890	1		1		8</pre>


<p>For bonus points, you can add 3 more columns to the output, one column will hold only uppercase characters, one column will hold only lowercase characters, one column will hold only characters that are neither uppercase  or lowercase</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-puzzle-how-many-uppercase">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-puzzle-how-many-uppercase#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2219</wfw:commentRss>
		</item>
				<item>
			<title>Data Visualization Tips &#38; Tricks at Community Day 2013</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/data-visualization-tips-tricks</link>
			<pubDate>Wed, 12 Jun 2013 12:21:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">SSRS</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2218@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;In exactly one week I&amp;#8217;ll be giving a session with my colleague Valentino Vranken (&lt;a href=&quot;http://blog.hoegaerden.be/&quot;&gt;blog&lt;/a&gt; | &lt;a href=&quot;https://twitter.com/ValentinoV42&quot;&gt;twitter&lt;/a&gt;) at the &lt;a href=&quot;http://www.communityday.be/&quot;&gt;Belgian Community Day&lt;/a&gt;. We&amp;#8217;ll be talking about Data Visualization. I&amp;#8217;ll be talking about the &lt;em&gt;tips&lt;/em&gt;: how do you need to visualize your data without the audience scratching their eyes out because of the ugly colors you used? Why would or wouldn&amp;#8217;t you use pie charts? And what&amp;#8217;s the difference between an analytical dashboard and an operational dashboard? You can find answers on such question in this session.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Valentino will be talking about the &lt;em&gt;tricks&lt;/em&gt;: little bits of wisdom on how to get things done in Reporting Services. We did the dry-run of the session yesterday and I definitely learned something from his part, so be sure to check it out!&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The Community Day is on the 20&lt;sup&gt;th&lt;/sup&gt; of June in the city of Mechelen. It combines the various user groups of Belgium (and some of the Netherlands) and gives you an astonishing 5 track agenda with over 30 sessions! So get yourself registered, come on over and get your learning cap on!&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.communityday.be/&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/ComDayBe2013/long.png?mtime=1370952579&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;90&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/data-visualization-tips-tricks&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In exactly one week I&#8217;ll be giving a session with my colleague Valentino Vranken (<a href="http://blog.hoegaerden.be/">blog</a> | <a href="https://twitter.com/ValentinoV42">twitter</a>) at the <a href="http://www.communityday.be/">Belgian Community Day</a>. We&#8217;ll be talking about Data Visualization. I&#8217;ll be talking about the <em>tips</em>: how do you need to visualize your data without the audience scratching their eyes out because of the ugly colors you used? Why would or wouldn&#8217;t you use pie charts? And what&#8217;s the difference between an analytical dashboard and an operational dashboard? You can find answers on such question in this session.</p>
<p style="text-align: justify;">Valentino will be talking about the <em>tricks</em>: little bits of wisdom on how to get things done in Reporting Services. We did the dry-run of the session yesterday and I definitely learned something from his part, so be sure to check it out!</p>
<p style="text-align: justify;">The Community Day is on the 20<sup>th</sup> of June in the city of Mechelen. It combines the various user groups of Belgium (and some of the Netherlands) and gives you an astonishing 5 track agenda with over 30 sessions! So get yourself registered, come on over and get your learning cap on!</p>
<p style="text-align: justify;"><a href="http://www.communityday.be/"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/ComDayBe2013/long.png?mtime=1370952579" alt="" width="600" height="90" /></a></p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/data-visualization-tips-tricks">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/data-visualization-tips-tricks#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2218</wfw:commentRss>
		</item>
				<item>
			<title>Building a SharePoint 2013 BI Demo Environment Part 10 &#8211; Creating a BI site</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10</link>
			<pubDate>Wed, 12 Jun 2013 11:59:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">Microsoft SQL Server Admin</category>
<category domain="alt">Microsoft SQL Server</category>
<category domain="alt">SSRS</category>
<category domain="alt">SSAS</category>
<category domain="alt">Excel Reporting</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2215@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;In the final part of this series, we will create a BI subsite in our site collection. You can use this site as the starting point for your SharePoint BI demos. Browse to the PowerPivot site we created earlier in &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;part 7&lt;/a&gt; and go to &lt;em&gt;Site Contents&lt;/em&gt;. Click on the &lt;em&gt;new subsite&lt;/em&gt; link to create a new SharePoint site.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_01.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_01.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;335&quot; height=&quot;373&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;In the following dialog, configure the name, URL, permissions and navigation. Select the &lt;/span&gt;&lt;strong&gt;Business Intelligence Center&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; template, listed under Enterprise. Click &lt;/span&gt;&lt;em&gt;Create&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to finish the configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_02.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_02.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;445&quot; height=&quot;732&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Hold on! An error? It seems we need to activate the &lt;/span&gt;&lt;em&gt;SharePoint Publishing Infrastructure&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; feature at the collection level before we can create the site.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_03.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_03.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;638&quot; height=&quot;244&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;So let&amp;#8217;s activate this feature. Go to Site Settings &amp;gt; Site Collection Features and activate the &lt;/span&gt;&lt;strong&gt;SharePoint Server Publishing Infrastructure&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; feature.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_06.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_06.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;1000&quot; height=&quot;107&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next go to Site Settings &amp;gt; Site Features and activate &lt;/span&gt;&lt;strong&gt;SharePoint Server Publishing&lt;/strong&gt;&lt;strong&gt; if it isn&#039;t already active&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_04.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_04.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;996&quot; height=&quot;105&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Go back to create a BI subsite, fill in the details and hit &lt;/span&gt;&lt;em&gt;Create&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_07.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_07.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;607&quot; height=&quot;203&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;What? Another error! The Performance Point features must also be activated before you can create a BI site. (I hope you are reading through this blog first before you actually try it out). Although I will probably not use Performance Point &amp;#8211; like many other &amp;#8211; I still need to enable it in order to create my site. So let&amp;#8217;s do this.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Go to Central Administration &amp;gt; System Settings &amp;gt; Manage services on server and activate the Performance Point Service.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_01.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_01.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;893&quot; height=&quot;402&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next go to Application Management &amp;gt; Manage service applications. In the ribbon, click &lt;/span&gt;&lt;em&gt;New&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and select &lt;/span&gt;&lt;strong&gt;PerformancePoint Service Application&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;198&quot; height=&quot;304&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Configure the name for the service application and the database server.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02a.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02a.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;425&quot; height=&quot;417&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Create a new application pool and specify the security account. Click &lt;/span&gt;&lt;em&gt;Create&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to finish.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02b.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02b.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;414&quot; height=&quot;407&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;When the creation was successful, you&amp;#8217;ll get a list of possible follow-up actions. Click &lt;/span&gt;&lt;em&gt;OK&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_03.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_03.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;375&quot; height=&quot;345&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Go to Site Settings &amp;gt; Site Collection Features and enable the &lt;/span&gt;&lt;strong&gt;PerformancePoint Services Site Collection Features&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_04a.png?mtime=1370461327&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_04a.png?mtime=1370461327&quot; alt=&quot;&quot; width=&quot;1181&quot; height=&quot;124&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next go to Application Management &amp;gt; Manage service applications. Click on the &lt;/span&gt;&lt;em&gt;PerformancePoint Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and go to its settings.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05a.png?mtime=1370461327&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05a.png?mtime=1370461327&quot; alt=&quot;&quot; width=&quot;788&quot; height=&quot;131&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Configure the unattended service account to SPFarm and click &lt;/span&gt;&lt;em&gt;OK&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; at the bottom.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05.png?mtime=1370461327&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05.png?mtime=1370461327&quot; alt=&quot;&quot; width=&quot;841&quot; height=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Finally go to Application Management. Click on &lt;/span&gt;&lt;em&gt;Configure service application assocations&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_06.png?mtime=1370461327&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_06.png?mtime=1370461327&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Verify if PerformancePoint is correctly associated with the web application.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_07.png?mtime=1370461327&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_07.png?mtime=1370461327&quot; alt=&quot;&quot; width=&quot;724&quot; height=&quot;159&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Now PerformancePoint is enabled, you can finally create your BI site! Repeat the steps from the beginning of this blog post to create your site.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_08.png?mtime=1370461325&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_08.png?mtime=1370461325&quot; alt=&quot;&quot; width=&quot;613&quot; height=&quot;322&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;All that&amp;#8217;s left is to adjust this site to your preferences. This is for example how my Power View library looks like at the time of writing.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_09.png?mtime=1370461326&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_09.png?mtime=1370461326&quot; alt=&quot;&quot; width=&quot;906&quot; height=&quot;564&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;If you want to use a SharePoint list as an OData source for your demos, you don&amp;#8217;t need to install ADO.NET data services like in SharePoint 2010. This functionality is already present.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/AlreadyInstalled.png?mtime=1370462164&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part10/AlreadyInstalled.png?mtime=1370462164&quot; alt=&quot;&quot; width=&quot;606&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;This concludes the series on how to configure your own SharePoint 2013 BI demo environment! Have fun with creating some great demos!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Go back to &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1&quot;&gt;overview&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;br style=&quot;text-align: justify;&quot; /&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Previous part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9&quot;&gt;Installing Reporting Services&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In the final part of this series, we will create a BI subsite in our site collection. You can use this site as the starting point for your SharePoint BI demos. Browse to the PowerPivot site we created earlier in <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">part 7</a> and go to <em>Site Contents</em>. Click on the <em>new subsite</em> link to create a new SharePoint site.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_01.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_01.png?mtime=1370461325" alt="" width="335" height="373" /></a></p>
<p><span style="text-align: justify;">In the following dialog, configure the name, URL, permissions and navigation. Select the </span><strong>Business Intelligence Center</strong><span style="text-align: justify;"> template, listed under Enterprise. Click </span><em>Create</em><span style="text-align: justify;"> to finish the configuration.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_02.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_02.png?mtime=1370461325" alt="" width="445" height="732" /></a></p>
<p><span style="text-align: justify;">Hold on! An error? It seems we need to activate the </span><em>SharePoint Publishing Infrastructure</em><span style="text-align: justify;"> feature at the collection level before we can create the site.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_03.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_03.png?mtime=1370461325" alt="" width="638" height="244" /></a></p>
<p><span style="text-align: justify;">So let&#8217;s activate this feature. Go to Site Settings &gt; Site Collection Features and activate the </span><strong>SharePoint Server Publishing Infrastructure</strong><span style="text-align: justify;"> feature.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_06.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_06.png?mtime=1370461325" alt="" width="1000" height="107" /></a></p>
<p><span style="text-align: justify;">Next go to Site Settings &gt; Site Features and activate </span><strong>SharePoint Server Publishing</strong><strong> if it isn't already active</strong><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_04.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_04.png?mtime=1370461325" alt="" width="996" height="105" /></a></p>
<p><span style="text-align: justify;">Go back to create a BI subsite, fill in the details and hit </span><em>Create</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_07.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_07.png?mtime=1370461325" alt="" width="607" height="203" /></a></p>
<p><span style="text-align: justify;">What? Another error! The Performance Point features must also be activated before you can create a BI site. (I hope you are reading through this blog first before you actually try it out). Although I will probably not use Performance Point &#8211; like many other &#8211; I still need to enable it in order to create my site. So let&#8217;s do this.</span></p>
<p style="text-align: justify;">Go to Central Administration &gt; System Settings &gt; Manage services on server and activate the Performance Point Service.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_01.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_01.png?mtime=1370461326" alt="" width="893" height="402" /></a></p>
<p><span style="text-align: justify;">Next go to Application Management &gt; Manage service applications. In the ribbon, click </span><em>New</em><span style="text-align: justify;"> and select </span><strong>PerformancePoint Service Application</strong><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02.png?mtime=1370461326" alt="" width="198" height="304" /></a></p>
<p><span style="text-align: justify;">Configure the name for the service application and the database server.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02a.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02a.png?mtime=1370461326" alt="" width="425" height="417" /></a></p>
<p><span style="text-align: justify;">Create a new application pool and specify the security account. Click </span><em>Create</em><span style="text-align: justify;"> to finish.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02b.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_02b.png?mtime=1370461326" alt="" width="414" height="407" /></a></p>
<p><span style="text-align: justify;">When the creation was successful, you&#8217;ll get a list of possible follow-up actions. Click </span><em>OK</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_03.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_03.png?mtime=1370461326" alt="" width="375" height="345" /></a></p>
<p><span style="text-align: justify;">Go to Site Settings &gt; Site Collection Features and enable the </span><strong>PerformancePoint Services Site Collection Features</strong><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_04a.png?mtime=1370461327"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_04a.png?mtime=1370461327" alt="" width="1181" height="124" /></a></p>
<p><span style="text-align: justify;">Next go to Application Management &gt; Manage service applications. Click on the </span><em>PerformancePoint Service Application</em><span style="text-align: justify;"> and go to its settings.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05a.png?mtime=1370461327"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05a.png?mtime=1370461327" alt="" width="788" height="131" /></a></p>
<p><span style="text-align: justify;">Configure the unattended service account to SPFarm and click </span><em>OK</em><span style="text-align: justify;"> at the bottom.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05.png?mtime=1370461327"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_05.png?mtime=1370461327" alt="" width="841" height="228" /></a></p>
<p><span style="text-align: justify;">Finally go to Application Management. Click on </span><em>Configure service application assocations</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_06.png?mtime=1370461327"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_06.png?mtime=1370461327" alt="" width="656" height="200" /></a></p>
<p><span style="text-align: justify;">Verify if PerformancePoint is correctly associated with the web application.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_07.png?mtime=1370461327"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/EnablePerformancePoint_07.png?mtime=1370461327" alt="" width="724" height="159" /></a></p>
<p><span style="text-align: justify;">Now PerformancePoint is enabled, you can finally create your BI site! Repeat the steps from the beginning of this blog post to create your site.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_08.png?mtime=1370461325"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_08.png?mtime=1370461325" alt="" width="613" height="322" /></a></p>
<p><span style="text-align: justify;">All that&#8217;s left is to adjust this site to your preferences. This is for example how my Power View library looks like at the time of writing.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_09.png?mtime=1370461326"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/CreateSite_09.png?mtime=1370461326" alt="" width="906" height="564" /></a></p>
<p><span style="text-align: justify;">If you want to use a SharePoint list as an OData source for your demos, you don&#8217;t need to install ADO.NET data services like in SharePoint 2010. This functionality is already present.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/AlreadyInstalled.png?mtime=1370462164"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part10/AlreadyInstalled.png?mtime=1370462164" alt="" width="606" height="292" /></a></p>
<p><span style="text-align: justify;">This concludes the series on how to configure your own SharePoint 2013 BI demo environment! Have fun with creating some great demos!</span></p>
<p style="text-align: justify;"><span style="text-align: justify;">Go back to </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1">overview</a><span style="text-align: justify;">.</span><br style="text-align: justify;" /><span style="text-align: justify;">Previous part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9">Installing Reporting Services</a></span><span style="text-align: justify;">.</span></p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2215</wfw:commentRss>
		</item>
				<item>
			<title>Building a SharePoint 2013 BI Demo Environment Part 9 &#8211; Installing Reporting Services</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9</link>
			<pubDate>Tue, 11 Jun 2013 11:34:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">Microsoft SQL Server Admin</category>
<category domain="alt">Microsoft SQL Server</category>
<category domain="alt">SSRS</category>
<category domain="alt">SSAS</category>
<category domain="alt">Excel Reporting</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2212@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;Finally we are getting to the really sweet stuff: Power View. But first we have to install Reporting Services in SharePoint integrated mode. The steps we are going to follow are described in the following MSDN document: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/jj219068.aspx&quot;&gt;Install Reporting Services SharePoint Mode for SharePoint 2013&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Attach the SQL Server image to the virtual machine and launch the SQL Server setup. Go through the usual steps of the setup wizard until you need to choose the installation type. Choose &lt;em&gt;Add features to an existing instance of SQL Server 2012&lt;/em&gt; and make sure you select the correct instance from the dropdown if you have multiple instances on your machine. Click &lt;em&gt;Next&lt;/em&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_01.png?mtime=1370459857&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_01.png?mtime=1370459857&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;In the Feature Selection step, choose &lt;/span&gt;&lt;strong&gt;Reporting Services &amp;#8211; SharePoint&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and &lt;/span&gt;&lt;strong&gt;Reporting Services Add-in for SharePoint Products&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. The add-in will for example include the Power View feature.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_02.png?mtime=1370459858&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_02.png?mtime=1370459858&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Go over the installation rules, check the disk space requirements and go to the Reporting Services Configuration. Here you simply have the option &lt;em&gt;Install Only&lt;/em&gt;. Click &lt;em&gt;Next&lt;/em&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_04.png?mtime=1370459858&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_04.png?mtime=1370459858&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Skip the Error Reporting, check the installation configuration rules and take a look at the installation overview. If everything seems OK, hit &lt;/span&gt;&lt;em&gt;Install&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_07.png?mtime=1370459858&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_07.png?mtime=1370459858&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;After all of this hard work, you deserve a coffee&amp;#8230;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_08.png?mtime=1370459858&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_08.png?mtime=1370459858&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;After a while the installation will be finished. Click &lt;/span&gt;&lt;em&gt;Close&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to finish the wizard.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_09.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_09.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Once Reporting Services is installed, we need to register and start the Reporting Services SharePoint Service. This can be done with the PowerShell commands &lt;/span&gt;&lt;em&gt;Install-SPRSService&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and &lt;/span&gt;&lt;em&gt;Install-SPRSServiceProxy &lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;in the &lt;/span&gt;&lt;strong&gt;SharePoint 2013 Management Shell&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. However, the first command immediately fails with the following error:&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_10.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_10.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;468&quot; height=&quot;236&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;What&amp;#8217;s the problem? We forgot to update the Reporting Services installation with service pack 1! So launch the sp1 setup and go through the wizard.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_12.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_12.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;You also might want to run the KB again we discussed in &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-4&quot;&gt;part 4&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. It&amp;#8217;s possible a reboot is needed after these updates.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_13.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_13.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Run the two PowerShell command again, who will run without a problem this time.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_15.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_15.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;505&quot; height=&quot;89&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;When we check the services on the SharePoint server (Central Administration &amp;gt; System Settings &amp;gt; Manage services on server), we can now see the &lt;/span&gt;&lt;em&gt;SQL Server Reporting Services Service&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, which is in the stopped state. Click on &lt;/span&gt;&lt;em&gt;Start&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to start the service.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_14.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_14.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;763&quot; height=&quot;507&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The next step is to create a &lt;/span&gt;&lt;em&gt;SQL Server Reporting Services Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, or SSRSSA as we call it. Go to &lt;/span&gt;&lt;em&gt;Manage service applications&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; under Application Management. In the ribbon, click &lt;/span&gt;&lt;em&gt;New&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and select &lt;/span&gt;&lt;em&gt;SQL Server Reporting Services Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_16.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_16.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;263&quot; height=&quot;252&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;image_block&quot;&gt;Type a name, choose to create a new application pool and select the SPFarm account as the security account.&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_17.png?mtime=1370459859&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_17.png?mtime=1370459859&quot; alt=&quot;&quot; width=&quot;492&quot; height=&quot;391&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Configure the database server, the database name and the stored credentials. For the Web Application Assocation, choose &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;http://sp2013bi/&quot;&gt;http://sp2013bi&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. This is the only one we created in this walkthrough.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_18.png?mtime=1370459860&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_18.png?mtime=1370459860&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;389&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click &lt;/span&gt;&lt;em&gt;OK&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to create the service application.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_19.png?mtime=1370459860&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_19.png?mtime=1370459860&quot; alt=&quot;&quot; width=&quot;525&quot; height=&quot;120&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The final step is to active the &lt;/span&gt;&lt;strong&gt;Power View Site Collection Feature&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. Browse to your SharePoint site and go to the Site Settings. Click on &lt;/span&gt;&lt;em&gt;Site collection features.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_21.png?mtime=1370459879&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_21.png?mtime=1370459879&quot; alt=&quot;&quot; width=&quot;402&quot; height=&quot;515&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Locate the &lt;/span&gt;&lt;em&gt;Power View Integration Feature&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and activate it if it isn&amp;#8217;t already.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_22.png?mtime=1370459879&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_22.png?mtime=1370459879&quot; alt=&quot;&quot; width=&quot;1011&quot; height=&quot;142&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The installation and configuration of Reporting Services and Power View is behind us, so now you can create some dazzling reports!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_24.png?mtime=1370459879&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_24.png?mtime=1370459879&quot; alt=&quot;&quot; width=&quot;559&quot; height=&quot;436&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Go back to&amp;#160;&lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1&quot;&gt;overview&lt;/a&gt;.&lt;br /&gt;Previous part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8&quot;&gt;Verifying PowerPivot Integration&lt;/a&gt;.&lt;br /&gt;Next part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10&quot;&gt;Creating a BI site&lt;/a&gt;.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Finally we are getting to the really sweet stuff: Power View. But first we have to install Reporting Services in SharePoint integrated mode. The steps we are going to follow are described in the following MSDN document: <a href="http://msdn.microsoft.com/en-us/library/jj219068.aspx">Install Reporting Services SharePoint Mode for SharePoint 2013</a>.</p>
<p style="text-align: justify;">Attach the SQL Server image to the virtual machine and launch the SQL Server setup. Go through the usual steps of the setup wizard until you need to choose the installation type. Choose <em>Add features to an existing instance of SQL Server 2012</em> and make sure you select the correct instance from the dropdown if you have multiple instances on your machine. Click <em>Next</em>.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_01.png?mtime=1370459857"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_01.png?mtime=1370459857" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">In the Feature Selection step, choose </span><strong>Reporting Services &#8211; SharePoint</strong><span style="text-align: justify;"> and </span><strong>Reporting Services Add-in for SharePoint Products</strong><span style="text-align: justify;">. The add-in will for example include the Power View feature.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_02.png?mtime=1370459858"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_02.png?mtime=1370459858" alt="" width="487" height="365" /></a></p>
<p style="text-align: justify;">Go over the installation rules, check the disk space requirements and go to the Reporting Services Configuration. Here you simply have the option <em>Install Only</em>. Click <em>Next</em>.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_04.png?mtime=1370459858"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_04.png?mtime=1370459858" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">Skip the Error Reporting, check the installation configuration rules and take a look at the installation overview. If everything seems OK, hit </span><em>Install</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_07.png?mtime=1370459858"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_07.png?mtime=1370459858" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">After all of this hard work, you deserve a coffee&#8230;</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_08.png?mtime=1370459858"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_08.png?mtime=1370459858" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">After a while the installation will be finished. Click </span><em>Close</em><span style="text-align: justify;"> to finish the wizard.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_09.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_09.png?mtime=1370459859" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">Once Reporting Services is installed, we need to register and start the Reporting Services SharePoint Service. This can be done with the PowerShell commands </span><em>Install-SPRSService</em><span style="text-align: justify;"> and </span><em>Install-SPRSServiceProxy </em><span style="text-align: justify;">in the </span><strong>SharePoint 2013 Management Shell</strong><span style="text-align: justify;">. However, the first command immediately fails with the following error:</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_10.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_10.png?mtime=1370459859" alt="" width="468" height="236" /></a></p>
<p><span style="text-align: justify;">What&#8217;s the problem? We forgot to update the Reporting Services installation with service pack 1! So launch the sp1 setup and go through the wizard.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_12.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_12.png?mtime=1370459859" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">You also might want to run the KB again we discussed in </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-4">part 4</a><span style="text-align: justify;">. It&#8217;s possible a reboot is needed after these updates.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_13.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_13.png?mtime=1370459859" alt="" width="487" height="365" /></a></p>
<p><span style="text-align: justify;">Run the two PowerShell command again, who will run without a problem this time.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_15.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_15.png?mtime=1370459859" alt="" width="505" height="89" /></a></p>
<p><span style="text-align: justify;">When we check the services on the SharePoint server (Central Administration &gt; System Settings &gt; Manage services on server), we can now see the </span><em>SQL Server Reporting Services Service</em><span style="text-align: justify;">, which is in the stopped state. Click on </span><em>Start</em><span style="text-align: justify;"> to start the service.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_14.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_14.png?mtime=1370459859" alt="" width="763" height="507" /></a></p>
<p><span style="text-align: justify;">The next step is to create a </span><em>SQL Server Reporting Services Service Application</em><span style="text-align: justify;">, or SSRSSA as we call it. Go to </span><em>Manage service applications</em><span style="text-align: justify;"> under Application Management. In the ribbon, click </span><em>New</em><span style="text-align: justify;"> and select </span><em>SQL Server Reporting Services Service Application</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_16.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_16.png?mtime=1370459859" alt="" width="263" height="252" /></a></p>
<div class="image_block">Type a name, choose to create a new application pool and select the SPFarm account as the security account.</div>
<p><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_17.png?mtime=1370459859"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_17.png?mtime=1370459859" alt="" width="492" height="391" /></a></p>
<p><span style="text-align: justify;">Configure the database server, the database name and the stored credentials. For the Web Application Assocation, choose </span><a style="text-align: justify;" href="http://sp2013bi/">http://sp2013bi</a><span style="text-align: justify;">. This is the only one we created in this walkthrough.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_18.png?mtime=1370459860"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_18.png?mtime=1370459860" alt="" width="487" height="389" /></a></p>
<p><span style="text-align: justify;">Click </span><em>OK</em><span style="text-align: justify;"> to create the service application.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_19.png?mtime=1370459860"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_19.png?mtime=1370459860" alt="" width="525" height="120" /></a></p>
<p><span style="text-align: justify;">The final step is to active the </span><strong>Power View Site Collection Feature</strong><span style="text-align: justify;">. Browse to your SharePoint site and go to the Site Settings. Click on </span><em>Site collection features.</em></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_21.png?mtime=1370459879"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_21.png?mtime=1370459879" alt="" width="402" height="515" /></a></p>
<p><span style="text-align: justify;">Locate the </span><em>Power View Integration Feature</em><span style="text-align: justify;"> and activate it if it isn&#8217;t already.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_22.png?mtime=1370459879"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_22.png?mtime=1370459879" alt="" width="1011" height="142" /></a></p>
<p><span style="text-align: justify;">The installation and configuration of Reporting Services and Power View is behind us, so now you can create some dazzling reports!</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_24.png?mtime=1370459879"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part9/InstallSSRS_24.png?mtime=1370459879" alt="" width="559" height="436" /></a></p>
<p style="text-align: justify;">Go back to&#160;<a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1">overview</a>.<br />Previous part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8">Verifying PowerPivot Integration</a>.<br />Next part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-10">Creating a BI site</a>.</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2212</wfw:commentRss>
		</item>
				<item>
			<title>Building a SharePoint 2013 BI Demo Environment Part 8 &#8211; Verifying PowerPivot Integration</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8</link>
			<pubDate>Mon, 10 Jun 2013 12:08:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">Microsoft SQL Server Admin</category>
<category domain="alt">Microsoft SQL Server</category>
<category domain="alt">SSRS</category>
<category domain="alt">SSAS</category>
<category domain="alt">Excel Reporting</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2211@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;After configuring SharePoint in the &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;part 7&lt;/a&gt;, we will now verify if the configuration was successful and if everything works correctly. The verification process is described in the following MSDN article: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/hh231684.aspx&quot;&gt;Verify a PowerPivot for SharePoint Installation&lt;/a&gt;. First of all let&amp;#8217;s start by verifying the site level integration. Navigate to our newly created PowerPivot site, &lt;a href=&quot;http://sp2013bi/&quot;&gt;http://sp2013bi&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_01.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_01.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;619&quot; height=&quot;358&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on the &lt;/span&gt;&lt;em&gt;PowerPivot Gallery&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; link in the navigation menu. You probably get the Silverlight icon, telling you to install it. Click on the icon to start the installation process. You might have to refresh the browser after the setup to see take it effect. This step is necessary, the PowerPivot libraries and Power View make use of this technology.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;272&quot; height=&quot;118&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;When you upload some PowerPivot workbooks to the PowerPivot gallery, you should get some snapshots on the workbook preview. However, sometimes they do not work.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_21.png?mtime=1370375950&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_21.png?mtime=1370375950&quot; alt=&quot;&quot; width=&quot;498&quot; height=&quot;233&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;This can be caused by a multitude of reasons, of which a bunch are listed in &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;http://support.microsoft.com/kb/2361559&quot;&gt;this KB&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. The example I used probably suffered from the problem described in point 7: &amp;#8220;The workbook might contain more than one data source. If so, a thumbnail will not be generated.&amp;#8221; I uploaded another PowerPivot workbook with a simple pivot on AdventureWorks, and this one worked immediately:&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_22.png?mtime=1370375951&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_22.png?mtime=1370375951&quot; alt=&quot;&quot; width=&quot;994&quot; height=&quot;448&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Let&amp;#8217;s proceed with the verification. In the navigation menu, click on &lt;/span&gt;&lt;em&gt;Site Contents&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. Next click on &lt;/span&gt;&lt;em&gt;add an app&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02a.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02a.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;205&quot; height=&quot;164&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;If you can see the &lt;/span&gt;&lt;strong&gt;Data Feed Library&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and &lt;/span&gt;&lt;strong&gt;PowerPivot Gallery&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; in the list, the PowerPivot feature is integrated correctly.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02b.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02b.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;260&quot; height=&quot;128&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next up is the Central Administration integration. Navigate to the Central Admin site on the following URL: &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;http://sp2013bi:2000/&quot;&gt;http://sp2013bi:2000&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. Now you can see why you had to choose an easy-to-remember port in the SharePoint configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_03.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_03.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;692&quot; height=&quot;438&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on &lt;/span&gt;&lt;em&gt;Manage Farm Features&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; in the System Settings section. The &lt;/span&gt;&lt;strong&gt;PowerPivot Integration Feature&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; should be active.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_04.png?mtime=1370375907&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_04.png?mtime=1370375907&quot; alt=&quot;&quot; width=&quot;1005&quot; height=&quot;487&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Back in the Central Admin, click on &lt;/span&gt;&lt;em&gt;Manage Services on Server&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. The &lt;/span&gt;&lt;strong&gt;SQL Server PowerPivot System Service&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; should be started. The documentation also mentions also a SQL Server Analysis Services service, however this service cannot be found in the list. I don&amp;#8217;t have a SharePoint 2010 installation to verify if it is there in that edition, but you don&amp;#8217;t seem to need it in SharePoint 2013. We do know for sure the PowerPivot SSAS service, installed in &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6&quot;&gt;part 6&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, is running.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_05.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_05.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;751&quot; height=&quot;484&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The next step is &lt;/span&gt;&lt;em&gt;Manage Service Applications&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; in the Application Management section. The Excel Services application should be started, but more important, so should also be the &lt;/span&gt;&lt;strong&gt;Default PowerPivot Service Appplication&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_06.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_06.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;1008&quot; height=&quot;186&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Clicking on the application brings you to the &lt;/span&gt;&lt;strong&gt;PowerPivot Management Dashboard&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, a key instrument for the IT department to guide self-service BI. However, it is empty.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_07.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_07.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;803&quot; height=&quot;445&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;This might be caused by the fact you haven&amp;#8217;t done much PowerPivot related activity on your server, but also because the &lt;/span&gt;&lt;em&gt;PowerPivot Management Dashboard Processing Timer Job&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; (quite a mouthful) hasn&amp;#8217;t run yet and thus hasn&amp;#8217;t collected any data yet. So click on &lt;/span&gt;&lt;em&gt;Review timer job definitions&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to take a look at the job schedules. You&amp;#8217;ll see the Dashboard job has a daily schedule.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;928&quot; height=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Change this to an hourly schedule by clicking on the jobs name to go to the edit screen.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08a.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08a.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;447&quot; height=&quot;435&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on &lt;/span&gt;&lt;em&gt;Run Now&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to launch the job immediately. You&amp;#8217;ll have to wait for a few minutes until the job has finished and the dashboard has been updated. However, in my case, the dashboard stayed empty. So I investigated the issue! In the job definitions menu, you can click on the &lt;/span&gt;&lt;em&gt;Job History &lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;link at the left of the screen.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08b.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08b.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;129&quot; height=&quot;124&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Here I could see the job had failed!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_09.png?mtime=1370375908&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_09.png?mtime=1370375908&quot; alt=&quot;&quot; width=&quot;762&quot; height=&quot;148&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Time to troubleshoot! I used the free download &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;http://ulsviewer.codeplex.com/&quot;&gt;ULS Viewer&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; on Codeplex. After filtering on &lt;/span&gt;&lt;em&gt;Excel&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, I saw the following exception:&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;em&gt;The data connection uses Windows Authentication and user credentials could not be deletegated&lt;/em&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Or in other words: you did not configure a domain controller stupid! This is the one place where it has an actual downside of not having a domain controller configured. This issue could have other possible causes as well. This blog post does a nice job of listing most of them: &lt;a href=&quot;http://powerpivotgeek.com/2010/02/08/the-data-connection-uses-windows-authentication-and-user-credentials-could-not-be-delegated/&quot;&gt;The data connection uses Windows Authentication and user credentials could not be delegated&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_10.png?mtime=1370375909&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_10.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;617&quot; height=&quot;325&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;In order to solve this issue, we need to use an unattended account to run the PowerPivot Management Dashboard. We can do this in the Excel Services application. Go to &lt;/span&gt;&lt;em&gt;Global Settings&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and set the Target Application ID to &lt;/span&gt;&lt;strong&gt;PowerPivotUnattendedAccount&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; (which we configured in &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;part 7&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;) in the External Data section.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_11.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;1009&quot; height=&quot;437&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Unfortunately, this only solves a part of the problem. If you run the timer job again, you can now see the Activity Chart is populated with one nice little bubble, which represents the dashboard itself. But the Server&amp;#160;Health is still very empty. This is caused by the fact that this chart uses some Excel workbooks behind the scenes. These workbooks need to be configured themselves to use an unattended account as well. This procedure is described in the following blog post: &lt;a href=&quot;http://powerpivotgeek.com/2009/11/06/taking-your-server-off-the-network/&quot;&gt;Taking your PowerPivot server off the network&lt;/a&gt;. It is written for people using PowerPivot when disconnected &amp;#8211; for example on an airplane &amp;#8211; and thus have no connection to a domain controller. But it also works for people stubborn enough not to install a domain controller. Such as me.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The process is simple. When in the PowerPivot Management Dashboard, click on &lt;em&gt;Site Contents&lt;/em&gt;. There go to the &lt;em&gt;PowerPivot Management&lt;/em&gt; library.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_13.png?mtime=1370375909&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_13.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;217&quot; height=&quot;326&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on the GUID.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_14.png?mtime=1370375909&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_14.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;471&quot; height=&quot;147&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;You&amp;#8217;ll see the PowerPivot Management Data workbook and a folder called 1033. In the folder you will find a connection and two workbooks, Server Health and Workbook Activity.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_15.png?mtime=1370375909&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_15.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;546&quot; height=&quot;181&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on one of the workbooks to open it in Excel Services. There, click on &lt;/span&gt;&lt;em&gt;Open in Excel&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, which will open the workbook locally on your computer.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_16.png?mtime=1370375909&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_16.png?mtime=1370375909&quot; alt=&quot;&quot; width=&quot;719&quot; height=&quot;235&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Go to the Data tab and click on &lt;/span&gt;&lt;em&gt;Connections&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_17.png?mtime=1370375950&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_17.png?mtime=1370375950&quot; alt=&quot;&quot; width=&quot;154&quot; height=&quot;124&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;There will be only one connection, called &lt;/span&gt;&lt;strong&gt;Data&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. Go to its properties. In the connection properties window, go to the Definition tab and click on &lt;/span&gt;&lt;em&gt;Authentication Settings&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; for Excel Services.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_18.png?mtime=1370375950&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_18.png?mtime=1370375950&quot; alt=&quot;&quot; width=&quot;345&quot; height=&quot;387&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Set the account to use to &lt;/span&gt;&lt;em&gt;None&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. This will force Excel Services to use the unattended account.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19.png?mtime=1370375950&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19.png?mtime=1370375950&quot; alt=&quot;&quot; width=&quot;242&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click &lt;/span&gt;&lt;em&gt;OK&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and repeat the same process for the other workbook. You might get an error about the name for the connection being a reserved name. If this is the case, change it to something else and save. Excel will change the name back automatically. When we now run the timer job again and go to the PowerPivot Management Dashboard, we have a fully populated dashboard!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19a.png?mtime=1370375950&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19a.png?mtime=1370375950&quot; alt=&quot;&quot; width=&quot;982&quot; height=&quot;444&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;This concludes the PowerPivot integration verification. In the next part of this series, we will play with even more awesome features: Power View!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Go back to&amp;#160;&lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1&quot;&gt;overview&lt;/a&gt;.&lt;br /&gt;Previous part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;Configuring SharePoint&lt;/a&gt;.&lt;br /&gt;Next part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9&quot;&gt;Installing Reporting Services&lt;/a&gt;.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After configuring SharePoint in the <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">part 7</a>, we will now verify if the configuration was successful and if everything works correctly. The verification process is described in the following MSDN article: <a href="http://msdn.microsoft.com/en-us/library/hh231684.aspx">Verify a PowerPivot for SharePoint Installation</a>. First of all let&#8217;s start by verifying the site level integration. Navigate to our newly created PowerPivot site, <a href="http://sp2013bi/">http://sp2013bi</a>.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_01.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_01.png?mtime=1370375907" alt="" width="619" height="358" /></a></p>
<p><span style="text-align: justify;">Click on the </span><em>PowerPivot Gallery</em><span style="text-align: justify;"> link in the navigation menu. You probably get the Silverlight icon, telling you to install it. Click on the icon to start the installation process. You might have to refresh the browser after the setup to see take it effect. This step is necessary, the PowerPivot libraries and Power View make use of this technology.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02.png?mtime=1370375907" alt="" width="272" height="118" /></a></p>
<p><span style="text-align: justify;">When you upload some PowerPivot workbooks to the PowerPivot gallery, you should get some snapshots on the workbook preview. However, sometimes they do not work.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_21.png?mtime=1370375950"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_21.png?mtime=1370375950" alt="" width="498" height="233" /></a></p>
<p><span style="text-align: justify;">This can be caused by a multitude of reasons, of which a bunch are listed in </span><a style="text-align: justify;" href="http://support.microsoft.com/kb/2361559">this KB</a><span style="text-align: justify;">. The example I used probably suffered from the problem described in point 7: &#8220;The workbook might contain more than one data source. If so, a thumbnail will not be generated.&#8221; I uploaded another PowerPivot workbook with a simple pivot on AdventureWorks, and this one worked immediately:</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_22.png?mtime=1370375951"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_22.png?mtime=1370375951" alt="" width="994" height="448" /></a></p>
<p><span style="text-align: justify;">Let&#8217;s proceed with the verification. In the navigation menu, click on </span><em>Site Contents</em><span style="text-align: justify;">. Next click on </span><em>add an app</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02a.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02a.png?mtime=1370375907" alt="" width="205" height="164" /></a></p>
<p><span style="text-align: justify;">If you can see the </span><strong>Data Feed Library</strong><span style="text-align: justify;"> and </span><strong>PowerPivot Gallery</strong><span style="text-align: justify;"> in the list, the PowerPivot feature is integrated correctly.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02b.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_02b.png?mtime=1370375907" alt="" width="260" height="128" /></a></p>
<p><span style="text-align: justify;">Next up is the Central Administration integration. Navigate to the Central Admin site on the following URL: </span><a style="text-align: justify;" href="http://sp2013bi:2000/">http://sp2013bi:2000</a><span style="text-align: justify;">. Now you can see why you had to choose an easy-to-remember port in the SharePoint configuration.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_03.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_03.png?mtime=1370375907" alt="" width="692" height="438" /></a></p>
<p><span style="text-align: justify;">Click on </span><em>Manage Farm Features</em><span style="text-align: justify;"> in the System Settings section. The </span><strong>PowerPivot Integration Feature</strong><span style="text-align: justify;"> should be active.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_04.png?mtime=1370375907"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_04.png?mtime=1370375907" alt="" width="1005" height="487" /></a></p>
<p><span style="text-align: justify;">Back in the Central Admin, click on </span><em>Manage Services on Server</em><span style="text-align: justify;">. The </span><strong>SQL Server PowerPivot System Service</strong><span style="text-align: justify;"> should be started. The documentation also mentions also a SQL Server Analysis Services service, however this service cannot be found in the list. I don&#8217;t have a SharePoint 2010 installation to verify if it is there in that edition, but you don&#8217;t seem to need it in SharePoint 2013. We do know for sure the PowerPivot SSAS service, installed in </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6">part 6</a><span style="text-align: justify;">, is running.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_05.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_05.png?mtime=1370375908" alt="" width="751" height="484" /></a></p>
<p><span style="text-align: justify;">The next step is </span><em>Manage Service Applications</em><span style="text-align: justify;"> in the Application Management section. The Excel Services application should be started, but more important, so should also be the </span><strong>Default PowerPivot Service Appplication</strong><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_06.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_06.png?mtime=1370375908" alt="" width="1008" height="186" /></a></p>
<p><span style="text-align: justify;">Clicking on the application brings you to the </span><strong>PowerPivot Management Dashboard</strong><span style="text-align: justify;">, a key instrument for the IT department to guide self-service BI. However, it is empty.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_07.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_07.png?mtime=1370375908" alt="" width="803" height="445" /></a></p>
<p><span style="text-align: justify;">This might be caused by the fact you haven&#8217;t done much PowerPivot related activity on your server, but also because the </span><em>PowerPivot Management Dashboard Processing Timer Job</em><span style="text-align: justify;"> (quite a mouthful) hasn&#8217;t run yet and thus hasn&#8217;t collected any data yet. So click on </span><em>Review timer job definitions</em><span style="text-align: justify;"> to take a look at the job schedules. You&#8217;ll see the Dashboard job has a daily schedule.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08.png?mtime=1370375908" alt="" width="928" height="172" /></a></p>
<p><span style="text-align: justify;">Change this to an hourly schedule by clicking on the jobs name to go to the edit screen.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08a.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08a.png?mtime=1370375908" alt="" width="447" height="435" /></a></p>
<p><span style="text-align: justify;">Click on </span><em>Run Now</em><span style="text-align: justify;"> to launch the job immediately. You&#8217;ll have to wait for a few minutes until the job has finished and the dashboard has been updated. However, in my case, the dashboard stayed empty. So I investigated the issue! In the job definitions menu, you can click on the </span><em>Job History </em><span style="text-align: justify;">link at the left of the screen.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08b.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_08b.png?mtime=1370375908" alt="" width="129" height="124" /></a></p>
<p><span style="text-align: justify;">Here I could see the job had failed!</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_09.png?mtime=1370375908"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_09.png?mtime=1370375908" alt="" width="762" height="148" /></a></p>
<p><span style="text-align: justify;">Time to troubleshoot! I used the free download </span><a style="text-align: justify;" href="http://ulsviewer.codeplex.com/">ULS Viewer</a><span style="text-align: justify;"> on Codeplex. After filtering on </span><em>Excel</em><span style="text-align: justify;">, I saw the following exception:</span></p>
<p style="text-align: justify;"><em>The data connection uses Windows Authentication and user credentials could not be deletegated</em>.</p>
<p style="text-align: justify;">Or in other words: you did not configure a domain controller stupid! This is the one place where it has an actual downside of not having a domain controller configured. This issue could have other possible causes as well. This blog post does a nice job of listing most of them: <a href="http://powerpivotgeek.com/2010/02/08/the-data-connection-uses-windows-authentication-and-user-credentials-could-not-be-delegated/">The data connection uses Windows Authentication and user credentials could not be delegated</a>.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_10.png?mtime=1370375909"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_10.png?mtime=1370375909" alt="" width="617" height="325" /></a></p>
<p><span style="text-align: justify;">In order to solve this issue, we need to use an unattended account to run the PowerPivot Management Dashboard. We can do this in the Excel Services application. Go to </span><em>Global Settings</em><span style="text-align: justify;"> and set the Target Application ID to </span><strong>PowerPivotUnattendedAccount</strong><span style="text-align: justify;"> (which we configured in </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">part 7</a><span style="text-align: justify;">) in the External Data section.</span></p>
<p style="text-align: justify;"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_11.png?mtime=1370375909" alt="" width="1009" height="437" /></p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;">Unfortunately, this only solves a part of the problem. If you run the timer job again, you can now see the Activity Chart is populated with one nice little bubble, which represents the dashboard itself. But the Server&#160;Health is still very empty. This is caused by the fact that this chart uses some Excel workbooks behind the scenes. These workbooks need to be configured themselves to use an unattended account as well. This procedure is described in the following blog post: <a href="http://powerpivotgeek.com/2009/11/06/taking-your-server-off-the-network/">Taking your PowerPivot server off the network</a>. It is written for people using PowerPivot when disconnected &#8211; for example on an airplane &#8211; and thus have no connection to a domain controller. But it also works for people stubborn enough not to install a domain controller. Such as me.</p>
<p style="text-align: justify;">The process is simple. When in the PowerPivot Management Dashboard, click on <em>Site Contents</em>. There go to the <em>PowerPivot Management</em> library.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_13.png?mtime=1370375909"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_13.png?mtime=1370375909" alt="" width="217" height="326" /></a></p>
<p><span style="text-align: justify;">Click on the GUID.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_14.png?mtime=1370375909"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_14.png?mtime=1370375909" alt="" width="471" height="147" /></a></p>
<p><span style="text-align: justify;">You&#8217;ll see the PowerPivot Management Data workbook and a folder called 1033. In the folder you will find a connection and two workbooks, Server Health and Workbook Activity.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_15.png?mtime=1370375909"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_15.png?mtime=1370375909" alt="" width="546" height="181" /></a></p>
<p><span style="text-align: justify;">Click on one of the workbooks to open it in Excel Services. There, click on </span><em>Open in Excel</em><span style="text-align: justify;">, which will open the workbook locally on your computer.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_16.png?mtime=1370375909"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_16.png?mtime=1370375909" alt="" width="719" height="235" /></a></p>
<p><span style="text-align: justify;">Go to the Data tab and click on </span><em>Connections</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_17.png?mtime=1370375950"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_17.png?mtime=1370375950" alt="" width="154" height="124" /></a></p>
<p><span style="text-align: justify;">There will be only one connection, called </span><strong>Data</strong><span style="text-align: justify;">. Go to its properties. In the connection properties window, go to the Definition tab and click on </span><em>Authentication Settings</em><span style="text-align: justify;"> for Excel Services.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_18.png?mtime=1370375950"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_18.png?mtime=1370375950" alt="" width="345" height="387" /></a></p>
<p><span style="text-align: justify;">Set the account to use to </span><em>None</em><span style="text-align: justify;">. This will force Excel Services to use the unattended account.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19.png?mtime=1370375950"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19.png?mtime=1370375950" alt="" width="242" height="200" /></a></p>
<p><span style="text-align: justify;">Click </span><em>OK</em><span style="text-align: justify;"> and repeat the same process for the other workbook. You might get an error about the name for the connection being a reserved name. If this is the case, change it to something else and save. Excel will change the name back automatically. When we now run the timer job again and go to the PowerPivot Management Dashboard, we have a fully populated dashboard!</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19a.png?mtime=1370375950"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part8/VerifyPowerPivot_19a.png?mtime=1370375950" alt="" width="982" height="444" /></a></p>
<p><span style="text-align: justify;">This concludes the PowerPivot integration verification. In the next part of this series, we will play with even more awesome features: Power View!</span></p>
<p style="text-align: justify;">Go back to&#160;<a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1">overview</a>.<br />Previous part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">Configuring SharePoint</a>.<br />Next part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-9">Installing Reporting Services</a>.</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2211</wfw:commentRss>
		</item>
				<item>
			<title>Building a SharePoint 2013 BI Demo Environment Part 7 &#8211; Configuring SharePoint</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7</link>
			<pubDate>Fri, 07 Jun 2013 13:27:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">Microsoft SQL Server Admin</category>
<category domain="alt">Microsoft SQL Server</category>
<category domain="alt">SSRS</category>
<category domain="alt">SSAS</category>
<category domain="alt">Excel Reporting</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2210@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;In this blog post we go over one of the most important parts of the series: running the PowerPivot Configuration Wizard in order to configure our SharePoint installation. If you followed the previous walkthroughs, you can find the wizard in the start menu. It is not necessary to run the wizard, you can do everything yourself using the standard SharePoint configuration wizards. However, using the Configuration Wizard will install some extra components, such as scheduled data refresh, data providers and very important: the PowerPivot Management Dashboard. Read the following &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/jj682085.aspx&quot;&gt;MSDN page&lt;/a&gt; for more info.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_00.png?mtime=1370373774&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_00.png?mtime=1370373774&quot; alt=&quot;&quot; width=&quot;281&quot; height=&quot;117&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;If you get the following message when launching the wizard, it means you forgot to apply SQL Server 2012 service pack 1 to the PowerPivot instance (like I first did if you&amp;#8217;re wondering how I made the screenshot). So hurry back to &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6&quot;&gt;part 6 of the series&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and apply that service pack!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_01.png?mtime=1370373774&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_01.png?mtime=1370373774&quot; alt=&quot;&quot; width=&quot;391&quot; height=&quot;152&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;If the wizard does launch successfully, you have the choice to configure or repair the PowerPivot for SharePoint installation, or to remove or upgrade features, services, applications and solutions. Since it is the first time we are running the wizard, you can only configure. Click &lt;/span&gt;&lt;em&gt;OK&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_04.png?mtime=1370373774&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_04.png?mtime=1370373774&quot; alt=&quot;&quot; width=&quot;461&quot; height=&quot;205&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The wizard consists of a list of sections. In some sections you need to supply parameters, such as passwords or service accounts, in other sections you are not required to take action (indicated with green flags). If you have already setup a farm and configured some services, the wizard will detect this and will automatically fill in the necessary values. In our case we are dealing with a blank server. In each section you can also inspect the PowerShell script that eventually will do the actual configuration. It might come in handy if you want to do a scripted deployment in the future. Since the wizard executes the PowerShell statements behind the scenes, it is possible to configure SharePoint without the use of a domain controller. I leave it up to you to decide if you want to include a domain controller or not.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I&amp;#8217;ll go over each section where input is needed, but a lot of parameters might have already default values specified.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The first one is &lt;em&gt;Configure New Farm&lt;/em&gt;. Here we configure the database server, the farm account (see part 5) and the passphrase. As you can see, I used a local account for the farm account, not a domain account. In a simple demo environment like this it helps if you specify the same password/passphrase for everything. It makes your demos go a lot smoother! (The usual disclaimer: do not do this in production). Finally specify an easy to remember port for the SharePoint Central Administration site.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_06.png?mtime=1370373774&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_06.png?mtime=1370373774&quot; alt=&quot;&quot; width=&quot;638&quot; height=&quot;254&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next up is &lt;/span&gt;&lt;em&gt;Create PowerPivot Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. You need to specify a name for the service application, the database server and the name for the database. Some sections, like this one, are optional. If you do not want those configured, you can deselect the checkbox next to &lt;/span&gt;&lt;em&gt;Include this action in the task list&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_07.png?mtime=1370373775&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_07.png?mtime=1370373775&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;229&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Create Default Web Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; follows in the list. Specify a name for the web application, an URL, the database server and a name for the database. As with most service accounts, I specified the farm account.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_08.png?mtime=1370373775&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_08.png?mtime=1370373775&quot; alt=&quot;&quot; width=&quot;533&quot; height=&quot;241&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Check if the values specified at &lt;/span&gt;&lt;em&gt;Deploy Web Application Solution&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; satisfy your requirements.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_09.png?mtime=1370373775&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_09.png?mtime=1370373775&quot; alt=&quot;&quot; width=&quot;646&quot; height=&quot;256&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;You can create a site collection in &lt;/span&gt;&lt;em&gt;Create Site Collection&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; (they tend to keep things logical). Specify an URL, an administrator &amp;#8211; the email address can be fake &amp;#8211; and the title for the site.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_10.png?mtime=1370373775&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_10.png?mtime=1370373775&quot; alt=&quot;&quot; width=&quot;658&quot; height=&quot;278&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;If you want to add the PowerPivot features to the site, such as the carrousel in the PowerPivot library, select the checkbox in &lt;/span&gt;&lt;em&gt;Activate PowerPivot Feature in a Site Collection&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_11.png?mtime=1370373775&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_11.png?mtime=1370373775&quot; alt=&quot;&quot; width=&quot;649&quot; height=&quot;281&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Next we are going to configure the Secure Store Service, which is important if you want to work with unattended accounts. Specify a name for the Secure Store Service service application (what an alliteration) and the database server in &lt;/span&gt;&lt;em&gt;Create Secure Store Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_12.png?mtime=1370373776&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_12.png?mtime=1370373776&quot; alt=&quot;&quot; width=&quot;661&quot; height=&quot;343&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Also configure the Secure Store Service proxy in &lt;/span&gt;&lt;em&gt;Create Secure Store Service Application Proxy&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; (the defaults are fine).&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_13.png?mtime=1370373776&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_13.png?mtime=1370373776&quot; alt=&quot;&quot; width=&quot;621&quot; height=&quot;363&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;And specify a passphrase in &lt;/span&gt;&lt;em&gt;Update Secure Store Service Master Key&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_14.png?mtime=1370373776&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_14.png?mtime=1370373776&quot; alt=&quot;&quot; width=&quot;664&quot; height=&quot;368&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Finally specify an unattended account for the data refresh in &lt;/span&gt;&lt;em&gt;Create Unattended Account for Data Refresh&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. Configure the target application ID, a friendly name if you must, an account and the site URL.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_15.png?mtime=1370373776&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_15.png?mtime=1370373776&quot; alt=&quot;&quot; width=&quot;660&quot; height=&quot;390&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Excel Services is next in the list. Specify a name for the service application in &lt;/span&gt;&lt;em&gt;Create Excel Service Application&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_16.png?mtime=1370373777&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_16.png?mtime=1370373777&quot; alt=&quot;&quot; width=&quot;640&quot; height=&quot;419&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Add the SSAS PowerPivot instance we installed in &lt;/span&gt;&lt;a style=&quot;text-align: justify;&quot; href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6&quot;&gt;part 6&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to the Registered PowerPivot Servers in &lt;/span&gt;&lt;em&gt;Configure PowerPivot Servers.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_17.png?mtime=1370373777&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_17.png?mtime=1370373777&quot; alt=&quot;&quot; width=&quot;648&quot; height=&quot;429&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Verify the Service Application Name in &lt;/span&gt;&lt;em&gt;Register PowerPivot Addin as Excel Services Usage Tracker&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_18.png?mtime=1370373777&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_18.png?mtime=1370373777&quot; alt=&quot;&quot; width=&quot;624&quot; height=&quot;441&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;You get an overview of the most important information at the top, in &lt;/span&gt;&lt;em&gt;Configure or Repair PowerPivot for SharePoint&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_19.png?mtime=1370373777&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_19.png?mtime=1370373777&quot; alt=&quot;&quot; width=&quot;663&quot; height=&quot;250&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click &lt;/span&gt;&lt;em&gt;Validate&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; at the bottom of the wizard to validate all your specifications. If everything is OK, all items get a green flag.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_20.png?mtime=1370374793&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_20.png?mtime=1370374793&quot; alt=&quot;&quot; width=&quot;687&quot; height=&quot;559&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Click on &lt;/span&gt;&lt;em&gt;Run&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to start the configuration of the SharePoint environment.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_21.png?mtime=1370373803&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_21.png?mtime=1370373803&quot; alt=&quot;&quot; width=&quot;275&quot; height=&quot;135&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Once the configuration is done, you can go to the Central Administration site or your very own PowerPivot site to check if everything works. At first the sites might load a bit slowly, but once everything is in the cache it should go quicker.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_23.png?mtime=1370373803&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_23.png?mtime=1370373803&quot; alt=&quot;&quot; width=&quot;506&quot; height=&quot;412&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;In the next walkthrough, we&amp;#8217;ll go deeper into verifying if everything behaves as expected.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Go back to &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1&quot;&gt;overview&lt;/a&gt;.&lt;br /&gt; Previous part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6&quot;&gt;Installing PowerPivot for SharePoint&lt;/a&gt;.&lt;br /&gt; Next part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8&quot;&gt;Verifying PowerPivot Integration&lt;/a&gt;.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In this blog post we go over one of the most important parts of the series: running the PowerPivot Configuration Wizard in order to configure our SharePoint installation. If you followed the previous walkthroughs, you can find the wizard in the start menu. It is not necessary to run the wizard, you can do everything yourself using the standard SharePoint configuration wizards. However, using the Configuration Wizard will install some extra components, such as scheduled data refresh, data providers and very important: the PowerPivot Management Dashboard. Read the following <a href="http://msdn.microsoft.com/en-us/library/jj682085.aspx">MSDN page</a> for more info.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_00.png?mtime=1370373774"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_00.png?mtime=1370373774" alt="" width="281" height="117" /></a></p>
<p><span style="text-align: justify;">If you get the following message when launching the wizard, it means you forgot to apply SQL Server 2012 service pack 1 to the PowerPivot instance (like I first did if you&#8217;re wondering how I made the screenshot). So hurry back to </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6">part 6 of the series</a><span style="text-align: justify;"> and apply that service pack!</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_01.png?mtime=1370373774"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_01.png?mtime=1370373774" alt="" width="391" height="152" /></a></p>
<p><span style="text-align: justify;">If the wizard does launch successfully, you have the choice to configure or repair the PowerPivot for SharePoint installation, or to remove or upgrade features, services, applications and solutions. Since it is the first time we are running the wizard, you can only configure. Click </span><em>OK</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_04.png?mtime=1370373774"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_04.png?mtime=1370373774" alt="" width="461" height="205" /></a></p>
<p><span style="text-align: justify;">The wizard consists of a list of sections. In some sections you need to supply parameters, such as passwords or service accounts, in other sections you are not required to take action (indicated with green flags). If you have already setup a farm and configured some services, the wizard will detect this and will automatically fill in the necessary values. In our case we are dealing with a blank server. In each section you can also inspect the PowerShell script that eventually will do the actual configuration. It might come in handy if you want to do a scripted deployment in the future. Since the wizard executes the PowerShell statements behind the scenes, it is possible to configure SharePoint without the use of a domain controller. I leave it up to you to decide if you want to include a domain controller or not.</span></p>
<p style="text-align: justify;">I&#8217;ll go over each section where input is needed, but a lot of parameters might have already default values specified.</p>
<p style="text-align: justify;">The first one is <em>Configure New Farm</em>. Here we configure the database server, the farm account (see part 5) and the passphrase. As you can see, I used a local account for the farm account, not a domain account. In a simple demo environment like this it helps if you specify the same password/passphrase for everything. It makes your demos go a lot smoother! (The usual disclaimer: do not do this in production). Finally specify an easy to remember port for the SharePoint Central Administration site.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_06.png?mtime=1370373774"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_06.png?mtime=1370373774" alt="" width="638" height="254" /></a></p>
<p><span style="text-align: justify;">Next up is </span><em>Create PowerPivot Service Application</em><span style="text-align: justify;">. You need to specify a name for the service application, the database server and the name for the database. Some sections, like this one, are optional. If you do not want those configured, you can deselect the checkbox next to </span><em>Include this action in the task list</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_07.png?mtime=1370373775"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_07.png?mtime=1370373775" alt="" width="656" height="229" /></a></p>
<p><em>Create Default Web Application</em><span style="text-align: justify;"> follows in the list. Specify a name for the web application, an URL, the database server and a name for the database. As with most service accounts, I specified the farm account.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_08.png?mtime=1370373775"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_08.png?mtime=1370373775" alt="" width="533" height="241" /></a></p>
<p><span style="text-align: justify;">Check if the values specified at </span><em>Deploy Web Application Solution</em><span style="text-align: justify;"> satisfy your requirements.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_09.png?mtime=1370373775"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_09.png?mtime=1370373775" alt="" width="646" height="256" /></a></p>
<p><span style="text-align: justify;">You can create a site collection in </span><em>Create Site Collection</em><span style="text-align: justify;"> (they tend to keep things logical). Specify an URL, an administrator &#8211; the email address can be fake &#8211; and the title for the site.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_10.png?mtime=1370373775"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_10.png?mtime=1370373775" alt="" width="658" height="278" /></a></p>
<p><span style="text-align: justify;">If you want to add the PowerPivot features to the site, such as the carrousel in the PowerPivot library, select the checkbox in </span><em>Activate PowerPivot Feature in a Site Collection</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_11.png?mtime=1370373775"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_11.png?mtime=1370373775" alt="" width="649" height="281" /></a></p>
<p><span style="text-align: justify;">Next we are going to configure the Secure Store Service, which is important if you want to work with unattended accounts. Specify a name for the Secure Store Service service application (what an alliteration) and the database server in </span><em>Create Secure Store Service Application</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_12.png?mtime=1370373776"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_12.png?mtime=1370373776" alt="" width="661" height="343" /></a></p>
<p><span style="text-align: justify;">Also configure the Secure Store Service proxy in </span><em>Create Secure Store Service Application Proxy</em><span style="text-align: justify;"> (the defaults are fine).</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_13.png?mtime=1370373776"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_13.png?mtime=1370373776" alt="" width="621" height="363" /></a></p>
<p><span style="text-align: justify;">And specify a passphrase in </span><em>Update Secure Store Service Master Key</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_14.png?mtime=1370373776"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_14.png?mtime=1370373776" alt="" width="664" height="368" /></a></p>
<p><span style="text-align: justify;">Finally specify an unattended account for the data refresh in </span><em>Create Unattended Account for Data Refresh</em><span style="text-align: justify;">. Configure the target application ID, a friendly name if you must, an account and the site URL.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_15.png?mtime=1370373776"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_15.png?mtime=1370373776" alt="" width="660" height="390" /></a></p>
<p><span style="text-align: justify;">Excel Services is next in the list. Specify a name for the service application in </span><em>Create Excel Service Application</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_16.png?mtime=1370373777"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_16.png?mtime=1370373777" alt="" width="640" height="419" /></a></p>
<p><span style="text-align: justify;">Add the SSAS PowerPivot instance we installed in </span><a style="text-align: justify;" href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6">part 6</a><span style="text-align: justify;"> to the Registered PowerPivot Servers in </span><em>Configure PowerPivot Servers.</em></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_17.png?mtime=1370373777"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_17.png?mtime=1370373777" alt="" width="648" height="429" /></a></p>
<p><span style="text-align: justify;">Verify the Service Application Name in </span><em>Register PowerPivot Addin as Excel Services Usage Tracker</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_18.png?mtime=1370373777"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_18.png?mtime=1370373777" alt="" width="624" height="441" /></a></p>
<p><span style="text-align: justify;">You get an overview of the most important information at the top, in </span><em>Configure or Repair PowerPivot for SharePoint</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_19.png?mtime=1370373777"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_19.png?mtime=1370373777" alt="" width="663" height="250" /></a></p>
<p><span style="text-align: justify;">Click </span><em>Validate</em><span style="text-align: justify;"> at the bottom of the wizard to validate all your specifications. If everything is OK, all items get a green flag.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_20.png?mtime=1370374793"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_20.png?mtime=1370374793" alt="" width="687" height="559" /></a></p>
<p><span style="text-align: justify;">Click on </span><em>Run</em><span style="text-align: justify;"> to start the configuration of the SharePoint environment.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_21.png?mtime=1370373803"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_21.png?mtime=1370373803" alt="" width="275" height="135" /></a></p>
<p style="text-align: justify;">Once the configuration is done, you can go to the Central Administration site or your very own PowerPivot site to check if everything works. At first the sites might load a bit slowly, but once everything is in the cache it should go quicker.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_23.png?mtime=1370373803"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part7/PowerPivotConfigWizard_23.png?mtime=1370373803" alt="" width="506" height="412" /></a></p>
<p><span style="text-align: justify;">In the next walkthrough, we&#8217;ll go deeper into verifying if everything behaves as expected.</span></p>
<p>Go back to <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1">overview</a>.<br /> Previous part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6">Installing PowerPivot for SharePoint</a>.<br /> Next part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-8">Verifying PowerPivot Integration</a>.</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2210</wfw:commentRss>
		</item>
				<item>
			<title>Building a SharePoint 2013 BI Demo Environment Part 6 &#8211; Installing PowerPivot for SharePoint</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6</link>
			<pubDate>Thu, 06 Jun 2013 12:14:00 +0000</pubDate>			<dc:creator>Koen Verbeeck</dc:creator>
			<category domain="alt">Microsoft SQL Server Admin</category>
<category domain="alt">Microsoft SQL Server</category>
<category domain="alt">SSRS</category>
<category domain="alt">SSAS</category>
<category domain="alt">Excel Reporting</category>
<category domain="main">Business Intelligence</category>			<guid isPermaLink="false">2209@http://blogs.lessthandot.com/</guid>
						<description>&lt;p style=&quot;text-align: justify;&quot;&gt;Before we can configure SharePoint, we will have to install the Analysis Service instance that will host the PowerPivot workbooks used in SharePoint, also known as &amp;#8220;the PowerPivot instance&amp;#8221;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The first step is to create a service account for this instance. I named it SP2013BI\SPPowerPivot.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_00.png?mtime=1370293230&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_00.png?mtime=1370293230&quot; alt=&quot;&quot; width=&quot;273&quot; height=&quot;270&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The next step is attaching the SQL Server image to our virtual machine and launching the SQL Server setup. Go through the usual steps of the setup wizard until you need to choose the installation type. Choose the type &lt;/span&gt;&lt;em&gt;Perform a new installation of SQL Server 2012&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; and click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_01.png?mtime=1370293242&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_01.png?mtime=1370293242&quot; alt=&quot;&quot; width=&quot;486&quot; height=&quot;366&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enter the product key and accept the license terms.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Choose the &lt;/span&gt;&lt;strong&gt;SQL Server PowerPivot for SharePoint&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; setup role. We already have a SQL Server instance installed, so you can deselect the checkbox for adding another instance. Click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_04.png?mtime=1370293274&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_04.png?mtime=1370293274&quot; alt=&quot;&quot; width=&quot;488&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Everything is already selected in the Feature Selection page, so just click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to go to the next step.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_05.png?mtime=1370293282&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_05.png?mtime=1370293282&quot; alt=&quot;&quot; width=&quot;486&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;A set of operation rules will run. It will for example check if the PowerPivot instance name has not already been taken. If everything is validated, click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_06.png?mtime=1370293291&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_06.png?mtime=1370293291&quot; alt=&quot;&quot; width=&quot;484&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;In the Instance Configuration page, leave everything as default and click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_07.png?mtime=1370293305&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_07.png?mtime=1370293305&quot; alt=&quot;&quot; width=&quot;486&quot; height=&quot;363&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Review the disk space requirements and go to the Server Configuration page. Configure the SPPowerPivot account as the service account for our Analysis Services instance. Leave the collation to the default. Click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_09.png?mtime=1370293323&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_09.png?mtime=1370293323&quot; alt=&quot;&quot; width=&quot;490&quot; height=&quot;366&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Add yourself and the SharePoint farm account as administrators. If you have multiple drives, you can optionally move the data and log files to another disk. Click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; twice.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_10.png?mtime=1370293331&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_10.png?mtime=1370293331&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;The Installation Rules will run. If every rule is validated, click &lt;/span&gt;&lt;em&gt;Next&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_12.png?mtime=1370293353&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_12.png?mtime=1370293353&quot; alt=&quot;&quot; width=&quot;488&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Review the installation and click &lt;/span&gt;&lt;em&gt;Install&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; if you&amp;#8217;re satisfied.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_13.png?mtime=1370293361&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_13.png?mtime=1370293361&quot; alt=&quot;&quot; width=&quot;487&quot; height=&quot;363&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Go grab a beverage of your choice while the SSAS instance is being installed&amp;#8230;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_14.png?mtime=1370293368&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_14.png?mtime=1370293368&quot; alt=&quot;&quot; width=&quot;485&quot; height=&quot;362&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Once the installation is finished, click &lt;/span&gt;&lt;em&gt;Close&lt;/em&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; to finish the setup.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_15.png?mtime=1370293381&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_15.png?mtime=1370293381&quot; alt=&quot;&quot; width=&quot;486&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;There is now a SSAS instance called PowerPivot running on the server. When your SharePoint environment is finished and you have PowerPivot workbooks in SharePoint, you get the following list of databases when you log into the instance:&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_16.png?mtime=1370293385&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_16.png?mtime=1370293385&quot; alt=&quot;&quot; width=&quot;481&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Each PowerPivot workbook is a Tabular Model &amp;#8211; with a bunch of gibberish appended to the workbook name - stored in the instance. The interaction is limited though. For example you cannot process the tables.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The last piece is running SQL Server 2012 service pack 1 again. Run the sp1 setup and make sure the PowerPivot instance is selected.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_02.png?mtime=1370294004&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_02.png?mtime=1370294004&quot; alt=&quot;&quot; width=&quot;488&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;After the installation, finish the setup.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_03.png?mtime=1370294040&quot;&gt;&lt;img src=&quot;/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_03.png?mtime=1370294040&quot; alt=&quot;&quot; width=&quot;488&quot; height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;We are now ready to launch the PowerPivot Configuration Wizard, which will be discussed in the following part of the series.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Go back to &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1&quot;&gt;overview&lt;/a&gt;.&lt;br /&gt; Previous part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-5&quot;&gt;Installing SharePoint&lt;/a&gt;.&lt;br /&gt; Next part: &lt;a href=&quot;/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7&quot;&gt;Configuring SharePoint&lt;/a&gt;.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Before we can configure SharePoint, we will have to install the Analysis Service instance that will host the PowerPivot workbooks used in SharePoint, also known as &#8220;the PowerPivot instance&#8221;.</p>
<p style="text-align: justify;">The first step is to create a service account for this instance. I named it SP2013BI\SPPowerPivot.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_00.png?mtime=1370293230"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_00.png?mtime=1370293230" alt="" width="273" height="270" /></a></p>
<p><span style="text-align: justify;">The next step is attaching the SQL Server image to our virtual machine and launching the SQL Server setup. Go through the usual steps of the setup wizard until you need to choose the installation type. Choose the type </span><em>Perform a new installation of SQL Server 2012</em><span style="text-align: justify;"> and click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_01.png?mtime=1370293242"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_01.png?mtime=1370293242" alt="" width="486" height="366" /></a></p>
<p>Enter the product key and accept the license terms.</p>
<p><span style="text-align: justify;">Choose the </span><strong>SQL Server PowerPivot for SharePoint</strong><span style="text-align: justify;"> setup role. We already have a SQL Server instance installed, so you can deselect the checkbox for adding another instance. Click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_04.png?mtime=1370293274"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_04.png?mtime=1370293274" alt="" width="488" height="364" /></a></p>
<p><span style="text-align: justify;">Everything is already selected in the Feature Selection page, so just click </span><em>Next</em><span style="text-align: justify;"> to go to the next step.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_05.png?mtime=1370293282"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_05.png?mtime=1370293282" alt="" width="486" height="364" /></a></p>
<p><span style="text-align: justify;">A set of operation rules will run. It will for example check if the PowerPivot instance name has not already been taken. If everything is validated, click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_06.png?mtime=1370293291"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_06.png?mtime=1370293291" alt="" width="484" height="364" /></a></p>
<p><span style="text-align: justify;">In the Instance Configuration page, leave everything as default and click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_07.png?mtime=1370293305"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_07.png?mtime=1370293305" alt="" width="486" height="363" /></a></p>
<p><span style="text-align: justify;">Review the disk space requirements and go to the Server Configuration page. Configure the SPPowerPivot account as the service account for our Analysis Services instance. Leave the collation to the default. Click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_09.png?mtime=1370293323"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_09.png?mtime=1370293323" alt="" width="490" height="366" /></a></p>
<p><span style="text-align: justify;">Add yourself and the SharePoint farm account as administrators. If you have multiple drives, you can optionally move the data and log files to another disk. Click </span><em>Next</em><span style="text-align: justify;"> twice.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_10.png?mtime=1370293331"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_10.png?mtime=1370293331" alt="" width="487" height="364" /></a></p>
<p><span style="text-align: justify;">The Installation Rules will run. If every rule is validated, click </span><em>Next</em><span style="text-align: justify;">.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_12.png?mtime=1370293353"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_12.png?mtime=1370293353" alt="" width="488" height="364" /></a></p>
<p><span style="text-align: justify;">Review the installation and click </span><em>Install</em><span style="text-align: justify;"> if you&#8217;re satisfied.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_13.png?mtime=1370293361"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_13.png?mtime=1370293361" alt="" width="487" height="363" /></a></p>
<p><span style="text-align: justify;">Go grab a beverage of your choice while the SSAS instance is being installed&#8230;</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_14.png?mtime=1370293368"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_14.png?mtime=1370293368" alt="" width="485" height="362" /></a></p>
<p><span style="text-align: justify;">Once the installation is finished, click </span><em>Close</em><span style="text-align: justify;"> to finish the setup.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_15.png?mtime=1370293381"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_15.png?mtime=1370293381" alt="" width="486" height="364" /></a></p>
<p><span style="text-align: justify;">There is now a SSAS instance called PowerPivot running on the server. When your SharePoint environment is finished and you have PowerPivot workbooks in SharePoint, you get the following list of databases when you log into the instance:</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_16.png?mtime=1370293385"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/InstallPowerPivotInstance_16.png?mtime=1370293385" alt="" width="481" height="200" /></a></p>
<p><span style="text-align: justify;">Each PowerPivot workbook is a Tabular Model &#8211; with a bunch of gibberish appended to the workbook name - stored in the instance. The interaction is limited though. For example you cannot process the tables.</span></p>
<p style="text-align: justify;">The last piece is running SQL Server 2012 service pack 1 again. Run the sp1 setup and make sure the PowerPivot instance is selected.</p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_02.png?mtime=1370294004"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_02.png?mtime=1370294004" alt="" width="488" height="364" /></a></p>
<p><span style="text-align: justify;">After the installation, finish the setup.</span></p>
<p style="text-align: justify;"><a href="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_03.png?mtime=1370294040"><img src="http://blogs.lessthandot.com/media/users/koenverbeeck/SP2013DemoEnv/Part6/PowerPivotConfigWizard_03.png?mtime=1370294040" alt="" width="488" height="364" /></a></p>
<p><span style="text-align: justify;">We are now ready to launch the PowerPivot Configuration Wizard, which will be discussed in the following part of the series.</span></p>
<p>Go back to <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-1">overview</a>.<br /> Previous part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-5">Installing SharePoint</a>.<br /> Next part: <a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-7">Configuring SharePoint</a>.</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/business-intelligence-1/sharepoint-2013-bi-part-6#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2209</wfw:commentRss>
		</item>
				<item>
			<title>Changing a column that is already populated into a column that uses a sequence</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/changing-a-column-that-is</link>
			<pubDate>Wed, 05 Jun 2013 19:38:00 +0000</pubDate>			<dc:creator>SQLDenis</dc:creator>
			<category domain="main">Database Programming</category>
<category domain="alt">Microsoft SQL Server</category>			<guid isPermaLink="false">2214@http://blogs.lessthandot.com/</guid>
						<description>&lt;p&gt;Just got a question on my &lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/a-first-look-at-sequences-in-sql-server&quot;&gt;A first look at sequences in SQL Server Denali&lt;/a&gt; post.&lt;/p&gt;

&lt;p&gt;The question is the following: &lt;em&gt;How can you add a new column to existing table (already populated) and make it a sequence column?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Let&#039;s take a look. First create this very simple table&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb53559&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;CREATE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;TABLE&lt;/span&gt; bla &lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;id &lt;span style=&quot;color: #0000FF;&quot;&gt;INT&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; BLA &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; BLA &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; BLA &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; BLA &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; BLA &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb22046&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;What you want to do is have the sequence start at 6, here is how to do that.&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb67950&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;CREATE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;SEQUENCE&lt;/span&gt; GlobalCounter&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0000FF;&quot;&gt;AS&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;INT&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0000FF;&quot;&gt;MINVALUE&lt;/span&gt; &lt;span style=&quot;color: #000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0000FF;&quot;&gt;NO&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;MAXVALUE&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0000FF;&quot;&gt;START&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;WITH&lt;/span&gt; &lt;span style=&quot;color: #000;&quot;&gt;6&lt;/span&gt;;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;GO&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb8610&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Use START WITH to indicate that the sequence should start at 6&lt;/p&gt;

&lt;p&gt;The next step is to add a default to the column, this default would use the sequence&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb4177&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;ALTER&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;TABLE&lt;/span&gt; bla&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;ADD&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;CONSTRAINT&lt;/span&gt; id_default_sequence&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;DEFAULT&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;NEXT&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;FOR&lt;/span&gt; GlobalCounter &lt;span style=&quot;color: #0000FF;&quot;&gt;FOR&lt;/span&gt; ID;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb61389&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Now if we do an insert, followed by a select&lt;/p&gt;
&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb50014&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; bla &lt;span style=&quot;color: #0000FF;&quot;&gt;DEFAULT&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;VALUES&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; * &lt;span style=&quot;color: #0000FF;&quot;&gt;FROM&lt;/span&gt; Bla&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb74576&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Here are the results&lt;/p&gt;

&lt;p&gt;id&lt;br /&gt;
1&lt;br /&gt;
2&lt;br /&gt;
3&lt;br /&gt;
4&lt;br /&gt;
5&lt;br /&gt;
6&lt;/p&gt;

&lt;p&gt;As you can see the value 6 was inserted&lt;/p&gt;

&lt;p&gt;There you have it, a simple way to change a column to a sequence column&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/changing-a-column-that-is&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Just got a question on my <a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/a-first-look-at-sequences-in-sql-server">A first look at sequences in SQL Server Denali</a> post.</p>

<p>The question is the following: <em>How can you add a new column to existing table (already populated) and make it a sequence column?</em></p>

<p>Let's take a look. First create this very simple table</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb43943'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb43943','cb39360'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb43943" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">CREATE</span> <span style="color: #0000FF;">TABLE</span> bla <span style="color: #808080;">&#40;</span>id <span style="color: #0000FF;">INT</span><span style="color: #808080;">&#41;</span></li><li style="" class="li2"><span style="color: #0000FF;">INSERT</span> BLA <span style="color: #0000FF;">VALUES</span><span style="color: #808080;">&#40;</span><span style="color: #000;">1</span><span style="color: #808080;">&#41;</span></li><li style="" class="li1"><span style="color: #0000FF;">INSERT</span> BLA <span style="color: #0000FF;">VALUES</span><span style="color: #808080;">&#40;</span><span style="color: #000;">2</span><span style="color: #808080;">&#41;</span></li><li style="" class="li2"><span style="color: #0000FF;">INSERT</span> BLA <span style="color: #0000FF;">VALUES</span><span style="color: #808080;">&#40;</span><span style="color: #000;">3</span><span style="color: #808080;">&#41;</span></li><li style="" class="li1"><span style="color: #0000FF;">INSERT</span> BLA <span style="color: #0000FF;">VALUES</span><span style="color: #808080;">&#40;</span><span style="color: #000;">4</span><span style="color: #808080;">&#41;</span></li><li style="" class="li2"><span style="color: #0000FF;">INSERT</span> BLA <span style="color: #0000FF;">VALUES</span><span style="color: #808080;">&#40;</span><span style="color: #000;">5</span><span style="color: #808080;">&#41;</span></li></ol></div><div id="cb39360" style="display: none; color: red;"></div></div></div>

<p>What you want to do is have the sequence start at 6, here is how to do that.</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb23096'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb23096','cb83488'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb23096" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">CREATE</span> <span style="color: #0000FF;">SEQUENCE</span> GlobalCounter</li><li style="" class="li2">&nbsp; &nbsp; <span style="color: #0000FF;">AS</span> <span style="color: #0000FF;">INT</span></li><li style="" class="li1">&nbsp; &nbsp; <span style="color: #0000FF;">MINVALUE</span> <span style="color: #000;">1</span></li><li style="" class="li2">&nbsp; &nbsp; <span style="color: #0000FF;">NO</span> <span style="color: #0000FF;">MAXVALUE</span></li><li style="" class="li1">&nbsp; &nbsp; <span style="color: #0000FF;">START</span> <span style="color: #0000FF;">WITH</span> <span style="color: #000;">6</span>;</li><li style="" class="li2"><span style="color: #0000FF;">GO</span></li></ol></div><div id="cb83488" style="display: none; color: red;"></div></div></div>

<p>Use START WITH to indicate that the sequence should start at 6</p>

<p>The next step is to add a default to the column, this default would use the sequence</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb50929'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb50929','cb88563'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb50929" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">ALTER</span> <span style="color: #0000FF;">TABLE</span> bla</li><li style="" class="li2"><span style="color: #0000FF;">ADD</span> <span style="color: #0000FF;">CONSTRAINT</span> id_default_sequence</li><li style="" class="li1"><span style="color: #0000FF;">DEFAULT</span> <span style="color: #0000FF;">NEXT</span> <span style="color: #0000FF;">VALUE</span> <span style="color: #0000FF;">FOR</span> GlobalCounter <span style="color: #0000FF;">FOR</span> ID;</li></ol></div><div id="cb88563" style="display: none; color: red;"></div></div></div>

<p>Now if we do an insert, followed by a select</p>
<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb54959'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb54959','cb51171'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb54959" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">INSERT</span> bla <span style="color: #0000FF;">DEFAULT</span> <span style="color: #0000FF;">VALUES</span></li><li style="" class="li2">&nbsp;</li><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> * <span style="color: #0000FF;">FROM</span> Bla</li></ol></div><div id="cb51171" style="display: none; color: red;"></div></div></div>

<p>Here are the results</p>

<p>id<br />
1<br />
2<br />
3<br />
4<br />
5<br />
6</p>

<p>As you can see the value 6 was inserted</p>

<p>There you have it, a simple way to change a column to a sequence column</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/changing-a-column-that-is">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/changing-a-column-that-is#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2214</wfw:commentRss>
		</item>
				<item>
			<title>SQL Puzzle.. Sorting results without using ORDER BY</title>
			<link>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/sql-puzzle-sorting-results-without</link>
			<pubDate>Wed, 05 Jun 2013 19:25:00 +0000</pubDate>			<dc:creator>SQLDenis</dc:creator>
			<category domain="main">Microsoft SQL Server</category>			<guid isPermaLink="false">2213@http://blogs.lessthandot.com/</guid>
						<description>&lt;p&gt;Time for this week&#039;s puzzle/teaser. I want to return the results in ascending order but without using ORDER BY&lt;/p&gt;

&lt;p&gt;If you run this code&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb40305&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;CREATE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;TABLE&lt;/span&gt; Puzzle&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;Col1 &lt;span style=&quot;color: #0000FF;&quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;20&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt; NOT NULL &lt;span style=&quot;color: #0000FF;&quot;&gt;PRIMARY&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;KEY&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;CLUSTERED&lt;/span&gt;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Col2 &lt;span style=&quot;color: #0000FF;&quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000;&quot;&gt;20&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt; NOT NULL &lt;span style=&quot;color: #0000FF;&quot;&gt;UNIQUE&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;NONCLUSTERED&lt;/span&gt;&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;INSERT&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;INTO&lt;/span&gt; Puzzle &lt;span style=&quot;color: #808080;&quot;&gt;&amp;#40;&lt;/span&gt;Col1, Col2&lt;span style=&quot;color: #808080;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;Z&#039;&lt;/span&gt;, &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;AA&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;A&#039;&lt;/span&gt;, &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;BB&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;B&#039;&lt;/span&gt;, &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;CC&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;C&#039;&lt;/span&gt;, &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;DD&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;UNION&lt;/span&gt; ALL&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;M&#039;&lt;/span&gt;, &lt;span style=&quot;color: #FF0000;&quot;&gt;&#039;EE&#039;&lt;/span&gt;;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; Col1 &lt;span style=&quot;color: #0000FF;&quot;&gt;FROM&lt;/span&gt; Puzzle;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;DROP&lt;/span&gt; &lt;span style=&quot;color: #0000FF;&quot;&gt;TABLE&lt;/span&gt; Puzzle;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb61022&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;you get these results&lt;/p&gt;

&lt;p&gt;Col1&lt;br /&gt;
Z&lt;br /&gt;
A&lt;br /&gt;
B&lt;br /&gt;
C&lt;br /&gt;
M&lt;/p&gt;

&lt;p&gt;What I want to see is the following&lt;/p&gt;

&lt;p&gt;Col1&lt;br /&gt;
A&lt;br /&gt;
B&lt;br /&gt;
C&lt;br /&gt;
M&lt;br /&gt;
Z&lt;/p&gt;

&lt;p&gt;Without using ORDER BY, how would you make the SELECT query return Col1 in ascending order?  You can&#039;t make changes to the table, all that you are allowed to modify is this part&lt;/p&gt;

&lt;div class=&quot;codebox&quot;&gt;&lt;div class=&quot;codeheader&quot;&gt;Code: &lt;span&gt;tsql&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;codeholder&quot;&gt;&lt;div class=&quot;tsql&quot; id=&quot;cb63645&quot; style=&quot;display: block; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;SELECT&lt;/span&gt; Col1 &lt;span style=&quot;color: #0000FF;&quot;&gt;FROM&lt;/span&gt; Puzzle;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id=&quot;cb67840&quot; style=&quot;display: none; color: red;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Warning&lt;/strong&gt;&lt;br /&gt;
Do not use these suggestion in production code, the only real way to guarantee order of a result set is by using ORDER BY&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/sql-puzzle-sorting-results-without&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://lessthandot.com/&quot;&gt;LessThanDot&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Time for this week's puzzle/teaser. I want to return the results in ascending order but without using ORDER BY</p>

<p>If you run this code</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb88362'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb88362','cb27702'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb88362" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">CREATE</span> <span style="color: #0000FF;">TABLE</span> Puzzle</li><li style="" class="li2">&nbsp; &nbsp; &nbsp;<span style="color: #808080;">&#40;</span>Col1 <span style="color: #0000FF;">varchar</span><span style="color: #808080;">&#40;</span><span style="color: #000;">20</span><span style="color: #808080;">&#41;</span> NOT NULL <span style="color: #0000FF;">PRIMARY</span> <span style="color: #0000FF;">KEY</span> <span style="color: #0000FF;">CLUSTERED</span>,</li><li style="" class="li1">&nbsp; &nbsp; &nbsp; Col2 <span style="color: #0000FF;">varchar</span><span style="color: #808080;">&#40;</span><span style="color: #000;">20</span><span style="color: #808080;">&#41;</span> NOT NULL <span style="color: #0000FF;">UNIQUE</span> <span style="color: #0000FF;">NONCLUSTERED</span><span style="color: #808080;">&#41;</span>;</li><li style="" class="li2">&nbsp;</li><li style="" class="li1"><span style="color: #0000FF;">INSERT</span> <span style="color: #0000FF;">INTO</span> Puzzle <span style="color: #808080;">&#40;</span>Col1, Col2<span style="color: #808080;">&#41;</span></li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'Z'</span>, <span style="color: #FF0000;">'AA'</span></li><li style="" class="li1"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'A'</span>, <span style="color: #FF0000;">'BB'</span></li><li style="" class="li1"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'B'</span>, <span style="color: #FF0000;">'CC'</span></li><li style="" class="li1"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'C'</span>, <span style="color: #FF0000;">'DD'</span></li><li style="" class="li1"><span style="color: #0000FF;">UNION</span> ALL</li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> <span style="color: #FF0000;">'M'</span>, <span style="color: #FF0000;">'EE'</span>;</li><li style="" class="li1">&nbsp;</li><li style="" class="li2"><span style="color: #0000FF;">SELECT</span> Col1 <span style="color: #0000FF;">FROM</span> Puzzle;</li><li style="" class="li1"><span style="color: #0000FF;">DROP</span> <span style="color: #0000FF;">TABLE</span> Puzzle;</li></ol></div><div id="cb27702" style="display: none; color: red;"></div></div></div>

<p>you get these results</p>

<p>Col1<br />
Z<br />
A<br />
B<br />
C<br />
M</p>

<p>What I want to see is the following</p>

<p>Col1<br />
A<br />
B<br />
C<br />
M<br />
Z</p>

<p>Without using ORDER BY, how would you make the SELECT query return Col1 in ascending order?  You can't make changes to the table, all that you are allowed to modify is this part</p>

<div class="codebox"><div class="codeheader"><span>tsql</span><div class="codebox_javascript_links"><a href="http://blogs.lessthandot.com" onclick="linenumberOnOff('cb68109'); return false;">Line number Off</a> | <a href="http://blogs.lessthandot.com#" onclick="expandCode('cb68109','cb74771'); return false;">Hide</a> | <a href="http://blogs.lessthandot.com#" onclick="selectCode(this); return false;">Select all</a></div></div><!-- we need this dummy div to fix a firefox bug when selecting code lines --><div class="codeholder"><div class="tsql" id="cb68109" style="display: block; color: rgb(0, 0, 0);"><ol><li style="" class="li1"><span style="color: #0000FF;">SELECT</span> Col1 <span style="color: #0000FF;">FROM</span> Puzzle;</li></ol></div><div id="cb74771" style="display: none; color: red;"></div></div></div>


<p><strong>Warning</strong><br />
Do not use these suggestion in production code, the only real way to guarantee order of a result set is by using ORDER BY</p><div class="item_footer"><p><small><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/sql-puzzle-sorting-results-without">Original post</a> blogged on <a href="http://lessthandot.com/">LessThanDot</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/sql-puzzle-sorting-results-without#comments</comments>
			<wfw:commentRss>http://blogs.lessthandot.com/index.php/DataMgmt/?tempskin=_rss2&#38;disp=comments&#38;p=2213</wfw:commentRss>
		</item>
			</channel>
</rss>
