<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Troubleshooting SharePoint Alerts – Timer Jobs</title>
	<atom:link href="http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/</link>
	<description>everything you ever wanted to know about SharePoint Alerts</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:24:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Shane</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-7322</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-7322</guid>
		<description>Hi, I&#039;m trying to troubleshoot by checking the timer job status via stsadm but there is no &#039;BIN&#039; folder in folder 12.  There is a &#039;BIN&#039; folder in folder 14 though.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to troubleshoot by checking the timer job status via stsadm but there is no &#8216;BIN&#8217; folder in folder 12.  There is a &#8216;BIN&#8217; folder in folder 14 though.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RG</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-7304</link>
		<dc:creator>RG</dc:creator>
		<pubDate>Mon, 31 Oct 2011 11:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-7304</guid>
		<description>This is a great post! I&#039;ve learned things that I would not have known otherwise and would like to add some information that may help others as it has helped me.

I recently had an issue with users not receiving alerts from one of my web applications. My 2007 farm consists of 5 servers - 4 are WFE&#039;s and one moonlights as CA/Search/Index. I have about 15 web applications, each with one content DB. No load balancing. :(

My issue started when I was informed that two of our heavily alert-based sites were no longer receiving alerts. The first steps I took were to determine if alerts were working anywhere else in the environment. This allowed me to quickly narrow it down to a particular web application, where alerts were not working for any of the site collections.

I checked the logs and could find no issue. I made sure that McAfee was not blocking port 25, and that there had been no changes with the SMTP server - a redundant task being that I already knew alerts were working for the other web applications, but people in my environment have a &#039;need&#039; to know what process have been followed even if they are redundant or a given.

After spinning my wheels there, I found this resource and ran through the stsadm commands. All returned favorable, but alerts were still inoperable. I tried bouncing the app pool for the web app and even went as far as rebooting the WFE. No luck. I finally had enough pressure and lack of options to open a ticket with Premier support. 

Four hours later, we found that one of my other WFE&#039;s had a TimerLock on the affected web applications content database. I would have never found this, as the two WFE&#039;s host completely different sites and operate independant of one another. At least, that&#039;s what I thought.

The issue was resolved by performing the following steps:

1. Ran the following query against the &#039;Home_WSS_Content&#039; database:
select * from timerlock
Observed that the timer was locked by the P01 server.

2. Cleared the configuration cache on the P01 server:
    a. Stop the &#039;Windows SharePoint Services timer&#039; service.
    b. Navigate to C:\ProgramData\Micorosft\SharePoint\Config\
    c. Delete all XML file, and not the cache.ini file.
    d. Open the cache.ini file, and replace its contents with 1. Save and exit.
    e. Start the timer service and observe that the XML files regenerate.

3. We observed that alerts were enabled on the &#039;Home&#039; web app by running the following command:
stsadm.exe-o getproperty -url  http:// -pn alerts-enabled

4. Ran the following commands:
stsadm.exe -o setproperty -pn alerts-enabled -pv &quot;false&quot; -url  http:// 
stsadm.exe -o setproperty -pn alerts-enabled -pv &quot;true&quot; -url  http://

5. After a few minutes, we observed users receiving alert emails on the &#039;SharePoint site catalog&#039; list.


I hope this helps someone out there.</description>
		<content:encoded><![CDATA[<p>This is a great post! I&#8217;ve learned things that I would not have known otherwise and would like to add some information that may help others as it has helped me.</p>
<p>I recently had an issue with users not receiving alerts from one of my web applications. My 2007 farm consists of 5 servers &#8211; 4 are WFE&#8217;s and one moonlights as CA/Search/Index. I have about 15 web applications, each with one content DB. No load balancing. <img src='http://sharepointalert.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>My issue started when I was informed that two of our heavily alert-based sites were no longer receiving alerts. The first steps I took were to determine if alerts were working anywhere else in the environment. This allowed me to quickly narrow it down to a particular web application, where alerts were not working for any of the site collections.</p>
<p>I checked the logs and could find no issue. I made sure that McAfee was not blocking port 25, and that there had been no changes with the SMTP server &#8211; a redundant task being that I already knew alerts were working for the other web applications, but people in my environment have a &#8216;need&#8217; to know what process have been followed even if they are redundant or a given.</p>
<p>After spinning my wheels there, I found this resource and ran through the stsadm commands. All returned favorable, but alerts were still inoperable. I tried bouncing the app pool for the web app and even went as far as rebooting the WFE. No luck. I finally had enough pressure and lack of options to open a ticket with Premier support. </p>
<p>Four hours later, we found that one of my other WFE&#8217;s had a TimerLock on the affected web applications content database. I would have never found this, as the two WFE&#8217;s host completely different sites and operate independant of one another. At least, that&#8217;s what I thought.</p>
<p>The issue was resolved by performing the following steps:</p>
<p>1. Ran the following query against the &#8216;Home_WSS_Content&#8217; database:<br />
select * from timerlock<br />
Observed that the timer was locked by the P01 server.</p>
<p>2. Cleared the configuration cache on the P01 server:<br />
    a. Stop the &#8216;Windows SharePoint Services timer&#8217; service.<br />
    b. Navigate to C:\ProgramData\Micorosft\SharePoint\Config\<br />
    c. Delete all XML file, and not the cache.ini file.<br />
    d. Open the cache.ini file, and replace its contents with 1. Save and exit.<br />
    e. Start the timer service and observe that the XML files regenerate.</p>
<p>3. We observed that alerts were enabled on the &#8216;Home&#8217; web app by running the following command:<br />
stsadm.exe-o getproperty -url  http:// -pn alerts-enabled</p>
<p>4. Ran the following commands:<br />
stsadm.exe -o setproperty -pn alerts-enabled -pv &#8220;false&#8221; -url  http://<br />
stsadm.exe -o setproperty -pn alerts-enabled -pv &#8220;true&#8221; -url  http://</p>
<p>5. After a few minutes, we observed users receiving alert emails on the &#8216;SharePoint site catalog&#8217; list.</p>
<p>I hope this helps someone out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paballo Mpini</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-952</link>
		<dc:creator>paballo Mpini</dc:creator>
		<pubDate>Wed, 28 Jul 2010 11:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-952</guid>
		<description>HI i tried the above but no luck the strange thing is that it works on other web applications including a new one i recently created please assist on aother things i should be check</description>
		<content:encoded><![CDATA[<p>HI i tried the above but no luck the strange thing is that it works on other web applications including a new one i recently created please assist on aother things i should be check</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meet</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-821</link>
		<dc:creator>Meet</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-821</guid>
		<description>I have restarted the service but still no joy</description>
		<content:encoded><![CDATA[<p>I have restarted the service but still no joy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meet</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-820</link>
		<dc:creator>Meet</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-820</guid>
		<description>or

http://blogs.msdn.com/b/vedvyas/archive/2009/09/02/troubleshooting-moss-alerts.aspx</description>
		<content:encoded><![CDATA[<p>or</p>
<p><a href="http://blogs.msdn.com/b/vedvyas/archive/2009/09/02/troubleshooting-moss-alerts.aspx" rel="nofollow">http://blogs.msdn.com/b/vedvyas/archive/2009/09/02/troubleshooting-moss-alerts.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meet</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-819</link>
		<dc:creator>Meet</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-819</guid>
		<description>http://technet.microsoft.com/en-us/library/cc678870(office.12).aspx

Is this the article?</description>
		<content:encoded><![CDATA[<p><a href="http://technet.microsoft.com/en-us/library/cc678870(office.12).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/cc678870(office.12).aspx</a></p>
<p>Is this the article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-817</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-817</guid>
		<description>@Meet - there is a link on &quot;Check windows SharePoint services timer&quot; to a Microsoft MSDN article explaining how to do exactly that, have you read it?</description>
		<content:encoded><![CDATA[<p>@Meet &#8211; there is a link on &#8220;Check windows SharePoint services timer&#8221; to a Microsoft MSDN article explaining how to do exactly that, have you read it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meet</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-816</link>
		<dc:creator>Meet</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-816</guid>
		<description>I am new to the sharepoint 2010. I have set some alarms. Although i got the confirmation but no emails when I make any change. Please tell how can i check these &quot;windows sharepoint services timer&quot; ??</description>
		<content:encoded><![CDATA[<p>I am new to the sharepoint 2010. I have set some alarms. Although i got the confirmation but no emails when I make any change. Please tell how can i check these &#8220;windows sharepoint services timer&#8221; ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Ivan Ordonez</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-761</link>
		<dc:creator>Diego Ivan Ordonez</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-761</guid>
		<description>Thanks a lot.
This item has solved my problem :
&quot;Check the “Windows SharePoint Services Timer” service (owstimer.exe) is running&quot;
There was a misconfigured user/password to start the service TIMER.

Kindest regards!</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
This item has solved my problem :<br />
&#8220;Check the “Windows SharePoint Services Timer” service (owstimer.exe) is running&#8221;<br />
There was a misconfigured user/password to start the service TIMER.</p>
<p>Kindest regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troubleshooting Alerts in WSS 3.0 &#171; Blog do Leandro Soares</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/comment-page-1/#comment-528</link>
		<dc:creator>Troubleshooting Alerts in WSS 3.0 &#171; Blog do Leandro Soares</dc:creator>
		<pubDate>Wed, 31 Mar 2010 12:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointalert.info/?p=247#comment-528</guid>
		<description>[...] http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/" rel="nofollow">http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

