I have installed SharePoint 2016 Server on Windows Server 2012 with SQL Server 2014. I have created content database and enabled SP features using below cmd.
Enable-SPFeature pwasite -URL $http://XYZ/sites/pwa
I received sucess message but when I trying to access URL using Site Primary Administrator account, then system redirected me to an error page saying:
"Sorry, something went wrong An unexpected error has occurred."
I am stuck with this issue from couple of days and not able to setup project server 2016.
Please help, Thanks in advance
After several days of R&D, I came to know that The server farm account is also used by below:
Web Application Pool - SharePoint - 80
Which leads to fail SPTimerService (SPTimerV4).
Thanks M.Qassas for your support so far.