SharePoint 2013 SSRS,power view 完全解决方案

Install Reporting Services SharePoint Mode for SharePoint 2013

https://msdn.microsoft.com/en-us/library/jj219068.aspx#bkmk_install_SSRS

最近一个项目中,安装配置完成excel service 我的power view 依然不行。 出现如下错误。

这里问题已经很清楚了, 但是 我还是要把操作方法完整走描述一遍。由于excel 部分之前描述了n 次所以这次 仅仅关注与 SSRS 和power view部分

第一步安装Reprot service for SharePoint 2013

  1. Run the SQL Server Installation Wizard (Setup.exe).
  2. 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.
  3. Click OK on the Setup Support Rules page, assuming all rules passed.
    1. Click Install on the Setup Support Files page. Depending on what is already installed on your computer, you might see the following message:
    2. “One or more affected files have operations pending. You must restart your computer after the setup process is completed.”
    • Click Ok.
    1. Click Next after the support files have completed installing and the
      Support Rules pages show a status of
      Passed. Review any warnings or blocking issues.
    2. On the Installation Type page, click
      Add features to an existing instance of SQL Server 2012. Select the correct instance in the drop-down list and click
      Next.
    3. If you see the Product Key page, type your key or accept the default of the ‘Enterprise Evaluation’ edition.

      Click Next.

    4. If you see the License terms page, review and accept the license terms. Microsoft appreciates you clicking to agree to send feature usage data to help improve product features and support.

      Click Next.

    5. If you see the Setup Role page, select
      SQL Server Feature Installation

      Click Next

    10.Select the following on the Feature Selection page:

    • Reporting Services – SharePoint
    • Reporting Services add-in for SharePoint Products.

      The installation wizard option for installing the add-in is new with the SQL Server 2014 release.

    • If you do not already have an instance of SQL Server Database Engine, you could also select
      Database Engine Services and Management Tools Complete for a complete environment.

    Click Next.

    1. If you see the Installation Rules page. Review any warnings or blocking issues. Then click
      Next
    2. If you selected the Database Engine services, accept the default instance of
      MSSQLSERVER on the Instance Configuration page and click
      Next.

      The Reporting Services SharePoint service architecture is not based on a SQL Server "instance" as was the previous Reporting Services architecture.

    3. Review the Disk Space Requirements page and click
      Next.
    4. If you see the Server Configuration page type appropriate credentials. If you want to use the Reporting Services data alerting or subscription features, you need to change the
      Startup Type for SQL Server Agent to
      Automatic. You may not see the Server Configuration page, depending on what is already installed on the computer.

      Click Next.

    5. If you selected the Database Engine services, you will see the
      Database Engine Configuration page, add appropriate accounts to the list of SQL Administrators and click
      Next.
    6. On the Reporting Services Configuration page you should see the
      Install only option is selected. This option installs the report server files, and does not configure the SharePoint environment for Reporting Services.

    1. Help Microsoft improve SQL Server features and services by clicking the check box to send error reports on the
      Error Reporting page.
    2. Click Next.
    3. Review any warnings and then click Next on the
      Installation Configuration Rules page.
    4. On the Ready to Install page, review the installation summary and then click
      Next. The summary will include a Reporting Services SharePoint Mode child node that will show a value of
      SharePointFilesOnlyMode. Click Install.
    5. The installation will take several minutes. You will see the
      Complete page with the features listed and the status of each feature. You may see an information dialog indicating the computer needs to be restarted.

    安装完成后开始 在SharePoint 上注册,启动,激活report service 服务

    第二步 配置report service

    1. Click the Start button
    2. Click the Microsoft SharePoint 2013 Products group.
    3. Right-click SharePoint 2013 Management Shell click
      Run as administrator. NOTE: the SharePoint commands are not recognized in the standard Windows PowerShell window. Use the
      SharePoint 2013 Management Shell.
    4. Run the following PowerShell command to install the SharePoint service. A successful completion of the command displays a new line in the management shell.
      No message is returned to the management shell when the command completes successfully:

      Install-SPRSService
      
    5. Run the following PowerShell command to install the service proxy. A successful completion of the command displays a new line in the management shell.
      No message is returned to the management shell when the command completes successfully:

      Install-SPRSServiceProxy
      
    6. Run the following PowerShell command to start the service or see the following notes for instructions on how to start the service from SharePoint Central administration:
      get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
      

    注册成功 就这样子了。

    要在管理中心激活它

    1. In SharePoint Central Administration, click Manage Services on Server in the
      System Settings group.
    2. Find SQL Server Reporting Services Service and click
      Start in the Action column.
    3. The status of the Reporting Services service will change from
      Stopped to Started. If the Reporting Services service is not in the list, use PowerShell to install the service.

    第三步 创建report service 应用。

    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..
    1. In the Create SQL Server Reporting Services Service Application page, enter a name for the application. If you are creating multiple Reporting Services service applications, a descriptive name or naming convention will help you
      organize your administration and management operations.
    2. In Application Pool section, create a new application pool for the application (recommended). If you use the same name for both the application pool and the services application, it can make ongoing administration easier. This
      can also be affected by how many service applications you will create and if you need to use several in a single application pool. See the SharePoint Server documentation on recommendations and best practices for application pool management.

      Select or create a security account for the application pool. Be sure to specify a domain user account. A domain user account enables the use of the SharePoint managed account feature, which lets you update passwords and account information in one place.
      Domain accounts are also required if you plan to scale out the deployment to include additional service instances that run under the same identity.

    3. In the Database Server, you can use the current server or choose a different SQL Server.
    4. In Database Name the default value is
      ReportingService_<guid>, which is a unique database name. If you type a new value, type a unique value. This is the new database to be created specifically for the services application.
    5. In Database Authentication, the default is Windows Authentication. If you choose
      SQL Authentication, refer to SharePoint documentation for best practices on how to use this authentication type in a SharePoint deployment.
    6. In the Web Application Association section, select the Web Application to be provisioned for access by the current Reporting Services Service Application. You can associate one Reporting Services service application to one web
      application. If all of the current web applications are already associated with a Reporting Services service application, you see a warning message.
    7. Click OK.

    对了要注意这个哦,打上勾。

    剩下的就简单了 在网站集里激活report service 服务。

    第四步  激活 power view Integration feature

    1. The following steps assume your SharePoint site is configured for the 2013
      experience version.
    2. Open your browser to the desired SharePoint site. For example http://<servername>/sites/bi
    3. Click Settings .
    4. Click Site settings.
    5. In the Site Collection Administration group Click
      Site collection features.
    6. Find Power View Integration Feature in the list.
    7. Click Activate. The feature status will change to
      Active.

    ok  搞定。

  • 时间: 2024-10-29 05:01:08

    SharePoint 2013 SSRS,power view 完全解决方案的相关文章

    解决 SharePoint 2013 “此power View 报表无效或不受此版本的Power View 支持。它....”

    解决 SharePoint 2013 "此power View 报表无效或不受此版本的Power View 支持.它...." 问题抓图如下. 解决方法 1,把此文件的名字全部改成英文就可以了. 但不是最佳解决方案,最佳方法是. 解决方法2,下载补丁. https://support.microsoft.com/en-us/kb/2975498?wa=wsignin1.0 原来此方案针对韩文,其实 中文 也一样搞定. 英文解决方案 是 FIX: Cannot view Power Vi

    如何在SharePoint 2013 创建Power pivot 库(How to create a PowerPivot Gallery )及错误解决方法

    如何在SharePoint 2013 创建Power pivot 库(How to create a PowerPivot Gallery ) 为了这样一个功能 浪费我一个上午的时间. 需求是在SharePoint2013 的环境上创建一个Power Point 库. 1,打开网站--网站设置--网站集管理--网站集功能. 激活 power pivot 网站集功能 如果找不到,英文版是 这里注意,如果没有这项就要重新配置power pivot 我的时间 就是浪费在这里的.  1.单击"开始&qu

    SharePoint 2013 App 局部开发,可替换 WebPart 开发

    SharePoint 2013 新加入了APP 开发,较以往的自定义WebPart开发又多了一种开发选择.APP页面局部显示,就是在APP程序里添加WebPart:添加方法与“WebPart”类似,这里将详细介绍如何局部开发,以达到替换WebPart 的目的. 我是以SharePoint online 为测试环境,测试实例. 1 建立一个SharePoint 2013 的应用程序的解决方案 ,托管模式选择“SharePoint 托管”,项目名为:“Notice”,如下图: 2 右击项目,添加一个

    SharePoint 2013 平台 创建 Power view Report 共享数据源(RSDS)

    SharePoint 2013 平台 创建 Power view Report 共享数据源(RSDS) 由于项目需求,在SharePoint  门户上集成 BI部分,完成了所有Excel Power report 后,需要在SharePoint 页面上 开发.编辑power view  报表. 也就是 RSDS  当然如果你想插入其他类型数据愿 也可以按照此方法操作! 以下正文:由于项目可能是设计密码数据,请允许我打上噪点.也可以加入群交流:212099235 本文使用:平台 SharePoin

    SharePoint 2013 Power Pivot 安装详细说明(图解)

    SharePoint 2013 Power Pivot 安装配置详细说明 前提必要条件,SharePoint 2013 为企业版本,已经安装成功.数据库为SQL Server BI 或企业版本. 一,安装 1,打开SQLServer 2014  企业版 安装程序 开始安装. 选择安装--全新SQL Server 独立安装或向现有安装添加功能. 选中SQL Server PowerPivot for SharePoint 如下图. 然后下一步,默认实例.如下图 录入账号和密码 下一步,数据库引擎配

    SharePoint 2013 场解决方案包含第三方程序集

    前言 当我们使用SharePoint 场解决方案的时候,经常会包含第三方的程序集,而第三方的程序集经常会有强签名的问题,如果有强签名可以部署到GAC,没有的话也可以部署到应用程序下. 那么,很多初学者部署的时候,会纠结怎么将dll跟随wsp部署到GAC或者应用程序,其实,很简单,下面跟着步骤来看一下吧. 我这里创建了一个解决方案,就是一个List模板,包含了一个第三方dll(我这里为了测试,就引用了一个其他解决方案的dll),如下图: 双击解决方案里面的Package下面的Package.pac

    BEGINNING SHAREPOINT&#174; 2013 DEVELOPMENT 第13章节--使用业务连接服务创建业务线解决方案

    BEGINNING SHAREPOINT? 2013 DEVELOPMENT 第13章节--使用业务连接服务创建业务线解决方案 本章中你将学到: 了解Office 365 SP Online中业务连接服务: 理解如何使用OData创建app层次的外部内容类型: 使用SP和BCS的Apps处理SP和Office集成.

    BEGINNING SHAREPOINT&#174; 2013 DEVELOPMENT 第11章节--为Office和SP解决方案开发集成Apps

    BEGINNING SHAREPOINT? 2013 DEVELOPMENT 第11章节--为Office和SP解决方案开发集成Apps 本章中你将学到的是: 使用新的app模型创建集成Office2013解决方案: 理解新的App模型概念和Office的JavaScript对象模型: 了解什么时候,以及如何使用普通模式为Office2013开发和部署Apps.

    在SharePoint 2013/2010 解决方案中使用一般处理程序

    本文讲述如何在 在SharePoint 2013/2010 解决方案中添加 ashx (HttpHandler). 一般处理程序(HttpHandler)是·NET众多web组件的一种,ashx是其扩展名.一个httpHandler接受并处理一个http请求,类比于Java中的servlet.类比于在Java中需要继承HttpServlet类,在.net中需要实现IHttpHandler接口,这个接口有一个IsReusable成员,一个待实现的方法ProcessRequest(HttpConte