Forum Discussion
TamaraF
Jul 21, 2021Brass Contributor
Migration from 2013->2019 - Project site selection not possible
Hello, after migrating from Project Server 2013 to Project Server 2019 I found this strange behavior for Enterprise Project Types: The dropdown field for selecting the Project Site Template languag...
- Jul 21, 2021
Hello TamaraF ,
Try the following:
- Arrange a system outage
- Assuming the system is live etc.
- Backup the content database where the PWA site collection is hosted
- Just in case something goes wrong, you can restore the database backup
- Run the following PowerShell command: Disable-SPFeature pwasite -Url <URL>
- Run the following PowerShell command: Enable-SPFeature pwasite -Url <URL>
See if that resolves the issue.
Paul
- Arrange a system outage
Paul_Mather
MVP
Hello TamaraF ,
Try the following:
- Arrange a system outage
- Assuming the system is live etc.
- Backup the content database where the PWA site collection is hosted
- Just in case something goes wrong, you can restore the database backup
- Run the following PowerShell command: Disable-SPFeature pwasite -Url <URL>
- Run the following PowerShell command: Enable-SPFeature pwasite -Url <URL>
See if that resolves the issue.
Paul
TamaraF
Jul 21, 2021Brass Contributor
Thanks, Paul. That did the trick - the Project Site templates are now back in the dropdown!