SharePoint 2016 企业项目管理应用(五,平台还原后配置Project for SharePoint)

来源:互联网 发布:中国鸡蛋市场数据 编辑:程序博客网 时间:2024/05/23 10:48

SharePoint 2016 企业项目管理应用(五,平台还原后配置Project for SharePoint)

  • 平台迁移(备份还原)成功之后,其他网站功能都能正常使用了,但是Project server网站还需要创建。
  • 否则会出现如下问题。我是使用数据库备份还原的形式恢复的。

  • 这里很明显缺少:Project Server Service Application
  • 其实去管理中心对比一下也能发现,缺少部分如下图。

OK 这里再写一下添加步骤
1.在管理中心主页上的“应用程序管理”部分,单击“管理服务应用程序”。
2.在“管理服务应用程序”页上的功能区中,单击“新建”,然后单击“Project Server Service 应用程序”。
3.在“创建 Project Web App 服务应用程序”页上:
a.在“Project Web App 服务应用程序名称”框中为服务应用程序键入名称。
b.在“应用程序池”部分,在“应用程序池名称”框中键入要创建的应用程序池的名称。
c.选择“可配置”选项,然后选择要用于运行应用程序池的管理帐户。
d.单击“确定”。
代码部分:
  • 使用这个命令 Enable-ProjectServerLicense
  • 然后再录入key

  • 创建网站集
  • New-SPSite -ContentDatabase "WSS_Content" –Template "pwa#0" -Name "Project Web App" -OwnerAlias "ad\administrator"
  • New-SPweb -URL http://contoso-appsrv1/sites/ContosoProjects/PWA -Template pwa#0

  • New-SPSite -ContentDatabase PWA_Content -URL http://contoso-appsrv1/sites/PWA -Template pwa#0Enable-SPFeature pwasite -URL http://contoso-appsrv1/sites/PWA

  • 执行效果如下


  • 3.激活功能

  • Enable-SPFeature –Identity "8581a8a7-cf16-4770-ac54-260265ddb0b2" -url "http://sp16"
  • Enable-SPFeature –Identity "697c64b9-3dff-4981-9394-0a62632120ec" -url "http://sp16"
  • Enable-SPFeature –Identity "1d253548-c70d-40fd-9930-9d313bedc359" -url "http://sp16"
  • Enable-SPFeature –Identity "ad739f9e-1525-4dec-a25e-10821ca70c95" -url "http://sp16"
执行完成后,原来的Project 文件已经可以看了。

如果还有问题,
就重新建一个Project Service app.
参考这个:http://blog.csdn.net/duanchuanttao/article/details/74932443







阅读全文
0 0
原创粉丝点击