Hello, i run the following command: PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
On Step 5 out of 6, upgrade exists and gives the following error among of many:
An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfig
1 Answers
Searching for a solution i found that the upgrade is not able to start Sharepoint Services, therefore try re-running the the command again, when it gets to step 5 go to Services and start all Sharepoint services again. You can also create a CMD file with Net Start and Net Stop for all Sharepoint services and run it on step 5.
Setup should finish successfully.