Tuesday, February 19, 2013

500 Internal Server Error

Issue:
In SharePoint 2010 one of the web app not browse able and getting error message as "500 Internal Server Error". This issue is only specific to single web app.

Resolution:
Stop timer services --> Clear the cache files --> Start the timer services at all the servers.

We also tried to changed the web app through IIS manager, to check if that app pool is corrupt or not.

Unable to run powershell command at SharePoint 2010 server

Issue:
Some time you might be getting the following error message while running the powershell command at SharePoint 2010 server.
The term "" is not recognized as the name of cmdlet, function, script file, or operable program....
Resolution:
Run the following command:
add-pssnapin Mricosoft.SharePoint.Powershell  and then Press enter