Project server on SharePoint 2016


Creating Project server on SharePoint 2016

Enable the license

After enabling the server license

Enable-ProjectServerLicense -Key

https://profadmins.com/2017/03/05/project-server-installation/

create service and service proxy connection

Project Server Service Application

Create the service application and start the service

Make sure the proxy connection has been created if not review your topology

https://docs.com/officeitpro/4609/minrole-for-sharepoint-server-2016?c=ca4UTZ

Starting the service

Details will be here

https://profadmins.com/2017/03/05/project-server-installation/

Create project server web site

There are two options for deploying Project Web App, either you can create a Project Web App site as the top level of a new site collection, or you can add a Project Web App site to an existing site collection.

Database configuration

It is recommended to create separate Database for the project server

After creating the content Database, it will be better to lock it to prevent SharePoint form adding additional site collection to the database.

First

, make sure you are using the correct database by running the following

Get-SPSite -ContentDatabase <projectserverdatabase name>

Lock database

In the Database Capacity Settings section:

  1. In the Number of sites before a Warning event is generated box, type 0.
  2. In the Maximum number of sites that can be created in this database box, type 1.


https://technet.microsoft.com/en-us/library/ee662105(v=office.16).aspx

Our case will be Clean installation of new site collection

Deploy Project Web App with a new site collection (Project Server 2016)

Create a top-level web site

The steps for creating site collection

https://technet.microsoft.com/en-us/library/ee662105(v=office.16).aspx

Note:
Project Server 2016 does not require a specific template. You can choose any template for your organization.

Permission

After creating the site collection

Make sure to give read for everyone

Enabling the features

We must enable the features from the central admin —- site settings ——- Site collection features

This could be done using the GUI or SharePoint PowerShell; I prefer the PowerShell more specific and time consuming

This is the web site before Appling the project server feature

Now configure it to be project server

Configuration of Project Server

Run the following command

Enable the project server Mode and permission

Changes the permission mode for a Project Web App instance. Running this cmdlet deletes all security settings and reverts to the default settings for the specified mode.

Command

 Set-SPProjectPermissionMode -Url http://websitename -Mode ProjectServer

To make sure you are working under the right mode run the following

Command


https://technet.microsoft.com/en-us/library/jj219486.aspx?f=255&MSPPError=-2147217396

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.