There is an article on TechNet how to change http://technet.microsoft.com/en-us/library/jj219486(v=office.15).aspx
So, quick summary: You have to run a powershell command - Set-SPProjectPermissionMode
Switching from SharePoint to Project Server mode:
Set-SPPRojectPermissionMode –Url http://projectserver2013/pwa -AdministratorAccount fluentpro\sp-farmadmin -Mode ProjectServer
Switching from Project Server to SharePoint mode:
Set-SPPRojectPermissionMode –Url http://projectserver2013/pwa -AdministratorAccount fluentpro\sp-farmadmin -Mode ProjectServer
Replace http://projectserver2013/pwa with you PWA URL and fluentpro\sp-farmadmin with your domain name \ user name.
Why there is no switch in UI like in Project Online? I have no idea - but this would be a good suggestion to Microsoft to add this into Central Administration in PWA settings.
Enjoy!
Set-SPPRojectPermissionMode –Url http://projectserver2013/pwa -AdministratorAccount fluentpro\sp-farmadmin -Mode ProjectServer
Switching from Project Server to SharePoint mode:
Set-SPPRojectPermissionMode –Url http://projectserver2013/pwa -AdministratorAccount fluentpro\sp-farmadmin -Mode ProjectServer
Replace http://projectserver2013/pwa with you PWA URL and fluentpro\sp-farmadmin with your domain name \ user name.
Why there is no switch in UI like in Project Online? I have no idea - but this would be a good suggestion to Microsoft to add this into Central Administration in PWA settings.
Enjoy!
0 Komentar