首页 > 其他 > 详细

sharepoint 2013 安装配置PowerView

时间:2014-02-23 13:16:50      阅读:432      评论:0      收藏:0      [点我收藏+]

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

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

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

 

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

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

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

  1. Start button‘ data-guid="1fe99f48846b982948f736f41f7529bb">单击“开始”按钮

  2. Microsoft SharePoint 2013 Products group.‘ data-guid="2d6e7a29747dee9ee8018481e98c3df9">单击“Microsoft SharePoint 2013 产品”组。

  3. SharePoint 2013 Management Shell click Run as administrator.‘ data-guid="9f882bb24f301605f31a9ca5443a7db2">右键单击 SharePoint 2013 Management Shell,然后单击“以管理员身份运行”。 注意:在标准 Windows PowerShell 窗口中无法识别 SharePoint 命令。 SharePoint 2013 Management Shell.‘ data-guid="8f6188f6daff2499010ad295259b95a1">请使用 SharePoint 2013 Management Shell

  4. 运行以下 PowerShell 命令以安装 SharePoint 服务。 命令成功完成后会在 Management Shell 中显示一个新行。 No message is returned to the management shell when the command completes successfully:‘ data-guid="83992ffca8515f0f023cf2669d5cff3f">当命令成功完成时,不会向 Management Shell 返回任何消息

     
     
    Install-SPRSService
    
  5. 运行以下 PowerShell 命令以安装服务代理。 命令成功完成后会在 Management Shell 中显示一个新行。 No message is returned to the management shell when the command completes successfully:‘ data-guid="83992ffca8515f0f023cf2669d5cff3f">当命令成功完成时,不会向 Management Shell 返回任何消息

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

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

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

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

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

sharepoint 2013 安装配置PowerView

原文:http://www.cnblogs.com/zuike/p/3561474.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!