Now we’ll load the Content pack for Self-Service BI.








Execution of PowerShell script failed: The term “Restore-SPSite” is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

After seeing this error and based on experience from “Step #7 – People” I decided to try running “Install.ps1” for this Content Pack manually in a PowerShell window. NOTE – Be sure to include the URL for Contoso Intranet. When I ran the PS1 with no arguments it failed and said that a target Web Application URL is required.
PS C:\Content Packs\Packs\Self-Service BI Demo 15.2.6> .\Install.ps1 http://intranet.contoso.com/



All Operations Completed Successfully!
Starting Incremental Crawl, this may take 5-15 minutes…
Launching Post Install Instructions…

Now when browsing to http://intranet.contoso.com/ we get the BI samples homepage. Woohoo!


NOTE – If you see the below Access Denied message, then double check the Super User and Super Reader accounts. They should be two unique domain users which are not used for any other purpose and have no rights. Using the SPFarm account for Super User will cause the pages not to load. See below links for more detail.
- https://sharepointdemobuilds.codeplex.com/workitem/1480
- http://social.technet.microsoft.com/Forums/en-US/357baa27-ba31-4415-82b6-33e8064f2c7b/access-denied-to-user-accessing-sp-site-after-upgrade-even-after-explicitly-granting-rights
- http://gallery.technet.microsoft.com/SharePoint-Powershell-6df7c19d

