sharepoint 2013 安装配置PowerView

安装sharepoint 2013 网络上有很多说明。这里列出两个实例:

1、说得比较详细,并提供了下载连接:http://www.sqlant.com/2012/10/sharepoint-2013-installation-and.html

2、中文的,http://blog.****.net/incognito007/article/details/8202085

关键的地方是,很多朋友由于安装环境或安装顺序不同,导致部分服务未在sharepoint场中注册,因此无法进行后面的实验,具体可查看:

http://technet.microsoft.com/zh-cn/library/jj219068.aspx

步骤 2:注册并启动 Reporting Services SharePoint 服务

  1. “开始”按钮

  2. “Microsoft SharePoint 2013 产品”组。

  3. SharePoint 2013 Management Shell

  4. 不会向 Management Shell 返回任何消息

     
     
    Install-SPRSService
    
  5. 不会向 Management Shell 返回任何消息

     
     
    Install-SPRSServiceProxy
    
  6. 运行以下 PowerShell 命令以启动服务,或者查看下面的注释以了解有关从 SharePoint 管理中心启动服务的说明:

     
     
    get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
    
 重要提示

如果您看到与以下内容类似的错误消息:

Install-SPRSService:无法将项“Install-SPRSService”识别为 cmdlet、函数、脚本文件或可运行程序的名称。 请检查 名称的拼写,如果包括路径,请确保路径正确, 然后重试。

您在 Windows Powershell 中而不是 SharePoint Management Shell 中,或尚未安装 Reporting Services SharePoint 模式。