问题:shell
手动建立网站集后,激活Project的功能时候报错网站
Only Administrator users can obtain the connection string for [Admin] access levelurl
解决办法:pwa
采用powershell建立project网站集,具体步骤以下3d
1.输入Licenseblog
Enable-ProjectServerLicense –Key "23CB6-N4X8Q-WWD7M-6FHCW-9TPVP"string
2.建立网站集it
New-SPSite -ContentDatabase "WSS_Content" –Template "pwa#0" -Name "Project Web App" -OwnerAlias "ad\administrator"io
3.激活功能im
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"
最后效果以下: