<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Alert &#187; Timer Jobs</title>
	<atom:link href="http://sharepointalert.info/tag/timer-jobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointalert.info</link>
	<description>everything you ever wanted to know about SharePoint Alerts</description>
	<lastBuildDate>Fri, 23 Jul 2010 12:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Troubleshooting SharePoint Alerts &#8211; Timer Jobs</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/</link>
		<comments>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:13:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Troubleshooting Alerts]]></category>
		<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Timer Jobs]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://sharepointalert.info/?p=247</guid>
		<description><![CDATA[
			
				
			
		
This part of the Troubleshooting SharePoint Email Alerts guide covers how to verify that the SharePoint Timer jobs that send these alerts are running correctly.
If you are getting the Initial confirmation emails but not the Alerts emails then this may be the culprit.
Its probably the least understood part of the troubleshooting process; reading through the [...]


Related posts:<ol><li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Primer'>Troubleshooting SharePoint Alerts &#8211; Primer</a> <small> To make best use of the guide to troubleshooting...</small></li>
<li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-alerts-check-email-setupinfrastructure/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure'>Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure</a> <small> This part of the alert troubleshooting guide will talk...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-sharepoint-alerts-part/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Part 1'>Troubleshooting SharePoint Alerts &#8211; Part 1</a> <small> This guide will help you troubleshoot why you are...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F11%2Ftroubleshooting-sharepoint-alerts-timer-jobs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F11%2Ftroubleshooting-sharepoint-alerts-timer-jobs%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This part of the <a href="../troubleshooting-sharepoint-alerts/">Troubleshooting SharePoint Email Alerts</a> guide covers how to verify that the SharePoint Timer jobs that send these alerts are running correctly.</p>
<p>If you are getting the <a href="http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/">Initial confirmation emails but not the Alerts emails</a> then this <strong>may </strong>be the culprit.</p>
<p>Its probably the least understood part of the troubleshooting process; reading through the newsgroups/blogosphere you will notice lots of posts explaining how something seemingly random like disabling and enabling alerts fixed someone&#8217;s problem, who said Reboot? <img src='http://sharepointalert.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; but not another.</p>
<p>But hey, whilst its nice to understand why something worked &#8211; sometimes we just need to get it working!</p>
<h3>Check the <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/cc678870.aspx" target="_blank">“Windows SharePoint Services Timer”</a> service (owstimer.exe) is running</h3>
<p>If its not running try and start it. Check the Windows Event logs for problems &#8211; any problems are almost certainly to do with the account its running under and permissions given.</p>
<h3>Check the Timer Jobs Status in SharePoint Central Admnistration</h3>
<p>SharePoint 3.0 Central Administration &gt; Operations &gt; Timer Job Satus</p>
<p>Check for any columns where status != Succeeded and progress &lt; 100% for clues. Check the last Started time is in the range you would expect (different jobs run on different schedules, check the Timer Job Definitions)</p>
<h3>Use STSADM to verify properties</h3>
<p><em>Note &#8211; To add to STSADM&#8217;s to paths use</em><span id="dnn_ctr437_ViewHelpFileHost_lblContent"><code> SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\"</code></span></p>
<pre>STSADM -o getproperty -url http://YourSiteURL -pn alerts-enabled</pre>
<pre>You should see  &lt;Property Exists=”Yes” /&gt;
</pre>
<pre>
<pre>STSADM -o getproperty -url http://YourSiteURL–pn job-immediate-alerts</pre>
<p>You should see something like the default (but can be changed) &lt;Property Exists=”Yes” Value=”every 5 minutes between 0 and 59” /&gt;</pre>
<h3>Use STSADM to reset properties</h3>
<p>Some users have reported that even though these properties are listed correctly above, simply resetting them solved the problem. Be aware, some but not all have reported that this can remove existing alerts.</p>
<pre>stsadm –o setproperty –url http://YourSiteURL –pn alerts-enabled –pv False
</pre>
<pre>stsadm –o setproperty –url http://YourSiteURL –pn alerts-enabled –pv True

stsadm –o setproperty -url http://YourSiteURL –pn job-immediate-alerts –pv “Every 5 minutes between 0 and 59"</pre>
<p>Reference for <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/cc263206.aspx" target="_blank">alerts-enabled</a> and <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/cc262432.aspx" target="_blank">job-immediate-alerts</a> properties</p>
<h3>Use STSADM to re-register the alert templates</h3>
<p>Again, some people have reported that this works with no agreement on the cause.</p>
<pre>stsadm -o <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/dd278299.aspx" target="_blank">updatealerttemplates </a>-url http://YourSiteURL
   -f "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\alerttemplates.xml"
   -LCID 1033
</pre>
<p>Where LCID is your <a href="http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx" target="_blank">languages Locale ID</a>, 1033 is English &#8211; US</p>
<p>Reference for <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/dd278299.aspx" target="_blank">updatealerttemplates </a>operation</p>
<h3>Other things to look at</h3>
<p>See Steve Chen and harikumh&#8217;s posts where they talk about checking through ULS jobs and the database tables that underpin SharePoint Alerts.</p>
<ul>
<li><a href="http://msdn2.microsoft.com/en-us/library/ms998697.aspx">ImmedSubscriptions</a> (Alerts for emails that are sent immediately when changes occur)</li>
<li><a href="http://msdn2.microsoft.com/en-us/library/ms998703.aspx">SchedSubscriptions</a> (Daily or weekly scheduled alerts)</li>
<li><a href="http://msdn2.microsoft.com/en-us/library/ms998693.aspx">EventLog</a> (Events for which only non-immediate alerts exist)</li>
<li><a href="http://msdn2.microsoft.com/en-us/library/ms998692.aspx">EventCache</a> (Events for which users have requested alerts. WSS inserts events into this table as they occur)</li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd585233(office.11).aspx" target="_blank">TimerLock</a> (Records the server that processes the timerjobs)</li>
</ul>
<p>Of course if you get to this stage you may want to consider placing a call to Microsoft Product Support.</p>
<h3>Further reading</h3>
<p><a rel="nofollow" href="http://support.microsoft.com/kb/942989" target="_blank">KB942989 If you back up a SharePoint web application and then restore it t a new farm, some SharePoint timer jobs are not restored successfully</a> &#8211; now fixed in <a rel="nofollow" href="http://support.microsoft.com/kb/941422/" target="_blank">Post Service pack 1 hotfix 941422 Jan 31st 2008</a> and subsequent cumulative updates.</p>
<p>Steve Chen &#8211; <a href="http://blogs.technet.com/steve_chen/archive/2009/11/20/alerts-in-sharepoint-troubleshooting-moss-wss.aspx" target="_blank">blogs.technet.com/steve_chen &#8211; Alerts in SharePoint (Troubleshooting MOSS/WSS)</a></p>
<p>Harikumh &#8211; <a href="http://blogs.technet.com/harikumh/archive/2008/05/25/troubleshooting-alerts.aspx" target="_blank">Troubleshooting Alerts</a></p>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Primer'>Troubleshooting SharePoint Alerts &#8211; Primer</a> <small> To make best use of the guide to troubleshooting...</small></li>
<li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-alerts-check-email-setupinfrastructure/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure'>Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure</a> <small> This part of the alert troubleshooting guide will talk...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-sharepoint-alerts-part/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Part 1'>Troubleshooting SharePoint Alerts &#8211; Part 1</a> <small> This guide will help you troubleshoot why you are...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
