SharePoint2016 IT Professional - Project Web App Site

Project ServerSharePoint2016版本做了调整,不再需要单独的Project Database而是将数据存储在Content Database,但是License还是单独控制的。今天就在SharePoint2016createProject Server Site Collection体验了下,整理出来create的步骤供大家参考,包括创建Project Server Service ApplicationProject Site Collection

 

下面我们来详细看下:

  1. SharePoint Central Administration-> Manage service applications中,点击New button,选择Project Service Application

SharePoint2016 IT Professional - Project Web App Site_第1张图片

  1. 在弹出的Create Project Services application窗口中填写nameApplication Pool,点击OK创建;

  1. 等待Project Application ServicesProxy创建完成,检查Services状态,确保对应的是started

Machine generated alternative text:ProJect Service App Connects to 鼾0 」 ect Servlce App Project Application Services Project Services Application Proxy Started Started

  1. Central Administration-> System Settings-> Manage Services in this farm,检查Project Server Services服务确保是Started状态;

SharePoint2016 IT Professional - Project Web App Site_第2张图片

  1. 此时Project Server Services Application创建完成,可以开始创建Project Server Site Collection了。此类型Site Collection需要用命令行创建,先用Administrator方式打开SharePoint2016 Management Shell
  2. 输入创建Project Server Site Collection的命令行并执行;

New-SPSite-ContentDatabase Database Name -URL Site Collection URL -Template pwa#0

在提示输入OwnerAlias处填写创建需要的用户

SharePoint2016 IT Professional - Project Web App Site_第3张图片

  1. 等待Project Web App Site创建完成,打开site collection,到Site Settings-> Site Collection Features开启PWA Feature

  1. 完成Project Web App Site的创建,添加数据使用吧。

SharePoint2016 IT Professional - Project Web App Site_第4张图片

 

以上就是配置和创建Project Web App Site的方法,感谢阅读!

你可能感兴趣的:(Web,server,APP,SharePoint,project,project,PWA)