ssrs 2012 deployment guide - insight decision solutions · 2 ms sql server reporting services 2012...

15
SSRS 2012 Deployment Guide Insight Enterprise Insight Decision Solutions Inc. 8920 Woodbine Avenue, Suite 205 Markham, ON, L3R 9W9, Canada www.insightdecision.com 905 475 3282

Upload: others

Post on 28-Mar-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

SSRS 2012 Deployment

Guide

Insight Enterprise

Insight Decision Solutions Inc.

8920 Woodbine Avenue, Suite 205

Markham, ON, L3R 9W9, Canada

www.insightdecision.com

905 475 3282

© Insight Decision Solutions Inc. All rights reserved.

All data and information contained in this document is confidential and

proprietary information of Insight Decision Solutions, Inc., and all rights

therein are expressly reserved. By accepting this material, the recipient agrees that this material and the information contained therein are held in

confidence and will not be used, reproduced in whole or in part, nor its

contents revealed in any manner to others, without the express written

permission of Insight Decision Solutions, Inc..

This document may only be duplicated in its entirety. This document

includes 15 pages, including covers and contents.

The names of actual companies and products mentioned herein may be the

trademarks of their respective owners.

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 3

SSRS 2012 Deployment Guide

Contents

1 Overview .......................................................................................... 4

2 MS SQL Server Reporting Services 2012 and SPS2010 Integration ......... 4

2.1 Farm Topology .......................................................................... 4

2.2 Permission Requirements ........................................................... 4

3 Reporting Services Installation............................................................ 5

4 Reporting Services update ................................................................10

5 Create a Reporting Services Service Application ..................................10

6 Deploying SSRS reports ....................................................................12

7 References ......................................................................................15

SSRS 2012 DEPLOYMENT GUIDE

Page 4 Confidential © Insight Decision Solutions

1 Overview

This document is intended to be used in conjunction with the Web Portal Deployment Guide for

SPS 2010. Section Deploying SSRS reports describes the process to deploy the SSRS reports

provided with the Insight Enterprise web portal. Prior to the SSRS deployment, the Reporting

Services must be installed. This document includes the setup and configuration requirements in

the section that follows.

2 MS SQL Server Reporting Services 2012 and SPS2010

Integration

2.1 Farm Topology

In the configuration described in this document there is a scale-out deployment of the Report

Server 2012 running in the SharePoint integrated mode:

SharePoint Server

Central Administration

Web Application

SSRS Add-In

SSRS Shared Service instance

Database Server

SPS Configuration Database

SPS Content Database

SSRS Service Database

2.2 Permission Requirements

You must be a member of the local administrators group on the Web server to run

SSRS setup

You must be the SharePoint farm administrator in order to run SSRS setup

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 5

3 Reporting Services Installation

You need to install Reporting Services on the Web server. Follow these steps:

1. Log in to the Web server using SharePoint Admin Account

2. Run the SQL Server 2012 Installation Wizard and click Options. Make sure that x64

is selected

SSRS 2012 DEPLOYMENT GUIDE

Page 6 Confidential © Insight Decision Solutions

3. Click Installation in the left side of the wizard and then click New SQL Server

stand-alone installation or add features to an existing installation

4. Click OK on the Setup Support Rules page, assuming all rules passed

5. On the Product Key page, type your key. Click Next

6. Review and accept the license terms

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 7

7. If you see the Product Updates page, make sure that Include SQL Server product

updates is checked and click Next

8. On the Setup Support Rules page click Next after the support files have completed

installing and the support rules show a status of passed. Review any warnings or

blocking issues. You may get Windows Firewall warning. Just ignore it.

SSRS 2012 DEPLOYMENT GUIDE

Page 8 Confidential © Insight Decision Solutions

9. Select SQL Server Feature Installation and click Next

10. Select the following on the Feature Selection page:

Reporting Services – SharePoint

Reporting Services add-in for SharePoint 2010 products

SQL Server Data Tools (It will install BIDS)

Management Tools - Basic

Management Tools - Complete

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 9

Click Next

11. Click Next on the Installation Rules page. Review any warnings or blocking issues

12. Review the Disk Space Requirements page and click Next

13. On the Reporting Services Configuration page you should see the Install only

option is selected. Click Next

14. On the Error Reporting page click Next

15. Click Next on the Installation Configuration page. Review any warnings.

SSRS 2012 DEPLOYMENT GUIDE

Page 10 Confidential © Insight Decision Solutions

16. On the Ready to Install page click Install

17. After installation is finished, restart computer.

4 Reporting Services update

Install exactly the same SPs and other updates as on the farm configuration database server

(the one which hosts SharePoint 2010 configuration databases).

5 Create a Reporting Services Service Application

1. In SharePoint Central Administration, in the Application Management group, click

Manage Service Applications

2. In the SharePoint ribbon, click the New button

3. In the New menu, click SQL Server Reporting Services Service Application

4. In the Create SQL Server Reporting Services Service Application page, enter a

name for the application: Insight Enterprise SSRS Reports

5. In Application Pool section, select Create a new application pool. Enter name for

the new application pool: Insight Enterprise SSRS Reports

6. Select Service Applications Account as application pool account

7. Make sure that Database Server set to the farm configuration database server

8. Leave Database Name by default

9. In Database Authentication, make sure that Windows Authentication is selected

10. In Web Application Association section select Insight Enterprise Portal web application

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 11

11. Click OK

12. When it is complete, you will see a confirmation message. Click OK.

SSRS 2012 DEPLOYMENT GUIDE

Page 12 Confidential © Insight Decision Solutions

6 Deploying SSRS reports

Delete existing SSRS reports and SSRS connections from the Insight Enterprise Site collection.

Open SSRS solution in SQL Server Data Tools (former BIDS) You can use SQL Server Data

Tools installed on the web server in the previous steps.

Do the following:

1. Copy SSRS solution folder to the Web server

2. Open file iwSystemReports.sln, you will see 4 or more projects depending on the

IDS version that you have.

For each project (System Overview, Applications, Data Store, OLAP) do the following

steps:

1. Right click and select Properties:

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 13

2. Change the “InsightEnterprise” URL to your portal URL

3. Click “OK” and it will save your URL.

4. Double click on connection:

SSRS 2012 DEPLOYMENT GUIDE

Page 14 Confidential © Insight Decision Solutions

5. Adjust Database Server name and Database name:

6. Click “OK”

7. Make sure you save the solution

8. Don’t forget to do the above steps for the other projects in the Solution

When you are done with all projects, right click solution name (root of the tree) and select

Deploy Solution. All reports and connection files will be deployed to the server.

INSIGHT ENTERPRISE

© Insight Decision Solutions Confidential Page 15

7 References

http://msdn.microsoft.com/en-ca/library/gg492276.aspx

http://msdn.microsoft.com/en-us/library/hh231674.aspx (look at the Two-Tier Deployment

section)