Unable to open the Timer Job Definition in the Central Administration "Unknown Error"

Issue :

Unable to open the Timer Job Definition in the Central Administration "Unknown Error".

Cause:

Was able to browse through the Job History and the status. Found that there were couple of timer jobs stuck from 2 months and causing this issue. 

Fix:

Ran the "stsadm -o exeadmsvcjobs", but still the error was persist and the jobs were not getting removed.

Ran the following commands and removed the stuck jobs:


Get-SPTimerJob | ? {$_.Displayname -like “Name”}
$job = Get-SPTimerJob -id ""
$job.Delete()

Comments

Popular posts from this blog

"There's a configuration problem preventing us from getting your document. If possible, try opening this document in Microsoft Word." Office WebApp Error

"Sorry, Word Web App can't open this ... document because the service is busy." Office WebApp

Unable to create a "Send to Connection"- verification failed -url is a not a valid routing destination