Click here to Skip to main content
15,891,375 members
Articles / WCF
Technical Blog

Configure Power View (Reporting Services Features) on existing SharePoint 2013 Farm With BI Features

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
3 Jul 2013CPOL3 min read 50.1K   1   2
Configure Power View (Reporting Services features) on existing SharePoint 2013 Farm with BI features.

Configuration Summary

  • Install SQL Server 2012 SP1 CTP3
  • Uninstall Report Services - Native If you have installed it
  • Install Reporting Services – SharePoint & Reporting Services Add-In for SharePoint Product
  • Install Analysis Services In Tabular Mode and Data Tools
  • Install SharePoint Reporting Service
  • Install and Configure Power Pivot for SharePoint
  • Configure Performance Point Services
  • Configure Reporting Services
  • Check SharePoint Power Pivot Integration

Install SQL Server 2012 SP1 CTP3

First you need need at least SQL Server 2012 SP1 CTP 3 installed in your farm.  If not you can download and install it from here

Better if you can restart the machine after installation.

Uninstall Report Services – Native

If You have already installed Reporting services Native go to Control Panel and Uninstall SQL Server and remove the Reporting Services – Native Feature.

image

Install Reporting Services – SharePoint & Reporting Services Add-In for SharePoint Product

If you are not installed Reporting Services – SharePoint and Reporting services Add –ins

you need to run SQL Server 2012 and select Add features to an existing instance of SQL Server 2012

 image

Select Reporting Services – SharePoint and Reporting services Add –ins for SharePoint Products and Proceed

 image

Then install as Reporting Services SharePoint Integrated Mode

image

Install Analysis Services In Tabular Mode and Data Tools

If you have already installed the Analysis services uninstall in and install it in Tabular Mode.

image

image

after the installation restart the machine . (This is not mandatory)

Install SharePoint Reporting Service

Open the SharePoint Management Shell and run following commands If every thing is fine it will return no errors.

  • Install-SPRSService
  • Install-SPRSServiceProxy

image 

Note: If you come across this error you need to install SQL Server 2012 SP1 CTP3 again and restart the machine again.

Install-SPRSService : The term 'Install-SPRSService' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the

Install and Configure Power Pivot for SharePoint

Download PoverPivot for SharePoint.  (http://www.microsoft.com/en-us/download/confirmation.aspx?id=35577)

Run the setup as administrator.

image

image

After the installation you need to run the PowerPivot Configuration as a admin.

 image

image

image

Validate and run the configuration.

image

Configure Performance Point Services

Go to Central Admin and go to Manage service applications and create Performance Point Service Application.

image

When creating the Service Application make sure you inserted the Unattended Service Account.

image

ultimately check PerformancePoint Service is up and running.

image

Configure Reporting Services

Go to Central Admin and go to Manage service applications and create Reporting Service Application.

image

When you are creating make relevant web associations to  your web applications.

image

When service application created navigate to Provision Subscriptions and Alerts

image

and enter spadmin account and make in as Windows Credentials. (This account should have sysadmin permission in the Database )

image

Then make sure SQL server Agent is up and running

image

Then download the Script and execute the SQL.

image

and finally make sure SQL Server Reporting Services is running.

image

Now You are almost over.

Now you need to go to site collection and activate features

Site Collection Features

Performance Point Site Collection Feature

PowerPivot Feature Integration for Site Collections

Site Features

PerformancePoint Site Feature

SharePoint Server Enterprise site feature

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionReporting Services Pin
Member 1240170418-Mar-16 4:35
Member 1240170418-Mar-16 4:35 
GeneralMy vote of 5 Pin
alsamflux4-Jun-14 7:56
alsamflux4-Jun-14 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.