Welcome to TechNet Blogs Sign in | Join | Help

Tip of the Day, April 25, 2008

Tip of the day:  Deleting orphaned Timer Jobs

Open SharePoint Central 3.0 Central Administration and click Operations.

Select Timer job definitions under Global Configuration.

image

Select the orphaned Timer Job from the list of Timer Jobs.

Locate the Globally Unique Identifier (GUID) for the Timer Job in the browser address bar.

image

Copy the GUID to the clipboard and replace %2D in the GUID with hyphens.  For example the entry in the illustration above should appear as fc42d1d3-1e94-4dee-998d-e0086b6f8300.

Open a Command Prompt and change directories to %commonprogramfiles%\Microsoft Shared\Web Server Extensions\12\BIN.

Run stsadm -o deleteconfigurationobject {guid} where {guid} is the GUID captured in the previous steps.

NOTE Use this process to manage other orphaned configuration objects in addition to Timer Jobs!
Published Friday, April 25, 2008 2:00 PM by Bill Baer
Filed under:

Comments

# re: Tip of the Day, April 25, 2008

Sunday, April 27, 2008 10:50 AM by AlMo

Would be good to know how to qualify a definition (or other config object) as "orphaned"?

New Comments to this post are disabled
 
Page view tracker