Forum Discussion
Project Online: Error when accessing a newly created PWA instance
- Jul 05, 2022
I just got off the phone with Microsoft support.
Seemed that the GUI for setting this up didn't work and after running a command showed that PWA was disabled - PWAEnabled : Disabled
We ran these in PowerShell (we changed the name here to YOUR tenant name, and YOUR site):
Connect-SPOService -url https://M365TenantNameHere-admin.sharepoint.com
Get-SPOSite -Identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHere |fl
#PWAEnabled : Disabled
Set-SPOSite -Enable $true -identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHereNow it works, I had a few sites that I created, so we ran the command a few times. This is what it should be. Seems when it was going through, it somehow changed the PWAEnabled: Disabled when it should be Enabled. The graphic above shows when we executed and got the result below and checked and it was enabled. Originally it was disabled.
To solve “No Project web app instances found” error, you should enable PWA Site feature for Project Web Instance by doing the following:
Enable PWA Site Feature in Project Server 2016
Steps
Open SharePoint 2016 Management Studio as Administrator.
Open SharePoint 2016 PowerShell - Upgrade and Migrate to Project Server 2016
Enable ‘pwasite‘ feature on the newly created PWA site collection.
Enable-SPFeature pwasite -URL http://PWAURL
Enable PWA Feature PowerShell
Make sure that the PWA site collection has a Project Template “pwa#0″ before enabling the PWA feature. Read more at Failed to find Project Site object. Are there any database mounted?
Go back to browse the PWA 2016 Instance that should be now working properly.
Open PWA 2016
PWA 2016
If you still getting “No Project web app instances found Create at least one PWA instance before accessing this page“, that means the PWA instance is not configured properly. In this case, it’s strongly recommended to check this guide to Install and Configure Project Server 2016 step by step to create a PWA 2016 instance in a proper way.
Conclusion
In conclusion, we have learned how to enable the PWA feature for PWA site collection to avoid “No Project web app instances found. Create at least one PWA instance before accessing this page” in Project Server 2016.
Applies To
Project Server 2016.
Project Server 2013.
You might also like to read
Simply, What are new and deprecated features in Project Server 2016?
Migrate to Project Server 2016 step by step.
SharePoint Permission Mode Vs Project Server Permission Mode in Project Server 2013.
Project Server 2016: SharePoint Permission Mode Vs Project Permission Mode.
This issue usually occurs because of the PWA instance is not provisioned correctly. You didn't create the PWA Project Database. You created the PWA Project Database but you didn't attach it to your PWA instance.