SharePoint / ASP.Net Development
Experiences from the field...
Navigation
   RSS 2.0
Categories
Entries by Month

# Thursday, October 18, 2007

If you live in the Midwest and are not going to Las Vegas on November 9th, make plans to attend the MOSS Camp - Chicago.

Thursday, October 18, 2007 1:24:22 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, September 12, 2007

One common pain point for SharePoint administrators is the Windows SharePoint Services Timer Service, also known as OWSTIMER.EXE. The Timer Service is responsible for executing several processes that are part of the product. A few of the more well-known processes are the search crawl refresh, recycle bin processing and the workflow processes. Also, the Timer Service is the process that SharePoint uses to push web.config modifications and solutions to all front end servers in the farm.

Two specific issues that are related to the Timer Service are its memory consumption and limited user interface. The Application Extension Download for SharePoint (AED for SharePoint) from Barracuda is designed to help system administrators deal with these issues. The download can be found in the Premium Content section of the Mindsharp web site. (The utility is free, but you will need to provide your name and email.)

Timer Operations Syntax

Restart Timer

stsadm -o restarttimer
{ -farm | -server <server name>;<server name> }
[-exclude <server name>;<server name>]
 
Restarts the Windows SharePoint Services Timer service
on servers in the farm.
 
Use the -farm parameter to restart the service on all servers
in the farm that have the service installed.
 
Use the -server parameter to specify the servers on which to
restart the service.
 
Use the -exclude parameter in conjuction with -farm to restart
the service on all servers except those listed.
 

Enumerate Timer Jobs

stsadm -o enumtimerjobs
[-view {service | webapp}]
[-service <service name>]
[-webapp <web application url>]
[-schedule]
 
Displays the Timer Job Definition information.
 

Start Timer Job

stsadm -o starttimerjob
{ -service <service name> | -webapp <web application url> }
-job <job name>
 
Forces a one-time execution of the specified job.

Wednesday, September 12, 2007 3:11:56 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, September 11, 2007

At my new job, I work with a lot of very smart people. I was chatting with Ben Curry, and he remarked about the troubles that a lot of administrators have with the OWSTimer.exe program. So, I wrote an extension to STSADM that will help manage this program. You can find the Adminstration Extension Download for SharePoint on the Mindsharp site.

Feedback is appreciated. Paul at barracada.net

Tuesday, September 11, 2007 9:38:52 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, May 01, 2007

I found a particularly interesting comment on the Technet Script Center page for Scheduled Tasks:

Note that this class can only return jobs that are created using either a script or AT.exe. It cannot return information about jobs that are either created by or modified by the Scheduled Task wizard.

A search of the .Net Framework turned up empty. As far as I can tell, schtasks.exe is the way to go if you want the end-users to be able to change the default entry…


UPDATED June 14, 2007:   I used the Task Scheduler library from Code Project. 

Tuesday, May 01, 2007 5:12:06 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Monday, April 16, 2007

I want to thank the group from PointBridge for the wonderful evening. Ethan, Bert, et. al. were a pleasure to meet!

Monday, April 16, 2007 11:42:41 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

I am very excited to announce that I have joined Todd Bleeker and Bill English at Mindsharp! I will be working in the Barracuda Tools division along with Keith Richie.

Thanks to everyone at Mindsharp for this wonderful opportunity!

Monday, April 16, 2007 8:25:36 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, April 11, 2007

Todd Bleeker (who is alleged to be a cult figure in some circles) is speaking at two local events:

Building SharePoint Web Parts
Wednesday, April 18th
Chicago DotNet User Group (RSVP requested)
Microsoft Office in Downers Grove, IL

Ghosting, Master Pages, Themes, CSS, etc.
Thursday, April 19th
Chicago SharePoint User Group (RSVP required)
Microsoft Technology Center, 77 West Wacker Drive, Chicago, IL

Wednesday, April 11, 2007 3:55:38 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
Wednesday, April 11, 2007 9:02:15 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
Search

Further Reading...

Powered by: newtelligence dasBlog 2.2.8279.16125

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008, Paul Schaeflein

Send mail to the author(s) E-mail