Pages

Sunday, 21 July 2013

SharePoint configuration wizard fails at 9 th step after installation of KB - "Task upgrade has failed with a PostSetupConfigurationTaskException An exception of type Microsoft. SharePoint. PostSetupConfiguration. PostSetupConfiguration Task Exception was thrown. Additional exception information: Failed to upgrade SharePoint Products." - Resolved

Everything was perfectly running and just at the last step I got the error

"Task upgrade has failed with a PostSetupConfigurationTaskException An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown.  Additional exception information: Failed to upgrade SharePoint Products."

..I have digging to much on internet and after lots of R&D's finally I have found the solution and the reason behind the problem...

The problem that cause this error is in your Web applications....one of your web application is missing web.config or global.asax or wpresources , etc... you should have to dig all your web app running and find out which one has these missing files...I am running two front end on which Configuration wizard runs successfully on one Front end so I copied all these files from one front end and paste it into my other Front end...If you are running only one server or one front end , I hope you took the backup and you should have to restore the corrupted or missing files web application...

After these recovery of solve the missing files problems...re run your Configuration wizard with administrator privilages ..and now you got you configuration wizard runs successfully.

 

No comments:

Post a Comment