Project Server 2016 部署

僅作本身參考, 來自http://www.cnblogs.com/jindahao/p/5855668.htmlhtml

問題:shell

手動建立網站集後,激活Project的功能時候報錯網站

Only Administrator users can obtain the connection string for [Admin] access levelurl

解決辦法:pwa

採用powershell建立project網站集,具體步驟以下3d

1.輸入Licensehtm

Enable-ProjectServerLicense –Key "23CB6-N4X8Q-WWD7M-6FHCW-9TPVP"blog

2.建立網站集string

New-SPSite -ContentDatabase "WSS_Content" –Template "pwa#0" -Name "Project Web App" -OwnerAlias "ad\administrator"it

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"

最後效果以下:

 

相關文章
相關標籤/搜索