<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx</link><description>One of my clients this week managed to take his entire farm offline this week by upsetting the timer service. First a little background – currently they are scrambling to get SharePoint back to a happy state. Why? Well, as happens with lots of customers</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#1681625</link><pubDate>Thu, 26 Mar 2009 14:50:48 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1681625</guid><dc:creator>Nick chapman</dc:creator><description>&lt;p&gt;I have had a problem with my timer jobs ever since i have moved the config database onto a new sql2005 server, the timer jobs link errors and looks like its still looking for my old sql server as i get the following error message :- &lt;/p&gt;
&lt;p&gt;Unable to connect to database. &amp;nbsp;Check database connection information and make sure the database server is running.&lt;/p&gt;
&lt;p&gt;If anyonce could offer any advise it would be greatly appreciated. &amp;nbsp;Regards&lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1681625" width="1" height="1"&gt;</description></item><item><title>re: Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#1651619</link><pubDate>Wed, 22 Oct 2008 14:43:32 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1651619</guid><dc:creator>Sp Guy</dc:creator><description>&lt;p&gt;The web is filled with lots of tricks on how to get into the databases, what files and fields can be hacked, and cool tricks that MS does not support. Although thses are really greate and can get you out of a bind, it is the I&amp;#39;ll do it myself endgame. If going down this path does not fix the problem, your on your own to figure out a fix since you will not be supported by ms. Creating a new content databse takes no more than a few minutes (maybe even less time thatn all the cool hack steps), and you know you will not be haunted later by some setting that was burried so deep in the database you would never have found it.&lt;/p&gt;
&lt;p&gt;I suggest tricks be used when all supported methods have failed and you are totally without hope.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1651619" width="1" height="1"&gt;</description></item><item><title>Links (10/12/2008) &amp;laquo; Steve Pietrek - Everything SharePoint</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#1650657</link><pubDate>Mon, 13 Oct 2008 00:04:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650657</guid><dc:creator>Links (10/12/2008) « Steve Pietrek - Everything SharePoint</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Links (10/12/2008) &amp;laquo; Steve Pietrek - Everything SharePoint&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650657" width="1" height="1"&gt;</description></item><item><title>re: Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#1650475</link><pubDate>Fri, 10 Oct 2008 14:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650475</guid><dc:creator>Anthony Poole</dc:creator><description>&lt;p&gt;Hi Shane,&lt;/p&gt;
&lt;p&gt;Thanks for the post. Last thing I heard, Microsoft did not officially support moving the configuration database - period.&lt;/p&gt;
&lt;p&gt;However I&amp;#39;ve become very familiar with the procedure around moving and restoring config databases over the past year. It&amp;#39;s really not that big of a deal.&lt;/p&gt;
&lt;p&gt;Firstly, I always use SQL2005 aliases. That way you can freely move all your databases without having to change anything (well almost - see below) in SharePoint. You just change the database server in the alias, and hew presto you&amp;#39;re redirected to the new SQL box.&lt;/p&gt;
&lt;p&gt;Secondly, if you either move or restore the config database, you must ALWAYS clear the SharePoint cache on all servers in the farm. Otherwise chances are your timer service will always refuse to play ball. &lt;/p&gt;
&lt;p&gt;This is the procedure you describe above, and the best practice I&amp;#39;ve developed is:&lt;/p&gt;
&lt;p&gt;1) Stop the timer service on all servers in the farm&lt;/p&gt;
&lt;p&gt;2) On all servers in the farm, delete all the xml files in C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config\&amp;lt;guid&amp;gt;\.&lt;/p&gt;
&lt;p&gt;[NB: If you&amp;#39;ve done repeated deployments on the same farm/server, you may have several GUIDs in that folder. To establish which is the current one in use, check the id string in this reg key: HKLM\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Secure\ConfigDB]&lt;/p&gt;
&lt;p&gt;Do NOT delete the cache.ini file!!!!!&lt;/p&gt;
&lt;p&gt;3) Open the cache.ini file in that folder, and replace the contents with the number 1, and save. Repeat on all servers in the farm.&lt;/p&gt;
&lt;p&gt;4) Restart the timer service on all servers.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve written a nice little script which takes care of all of this, let me know if you want a copy. sharepoint@antpoole.com&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Anthony&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650475" width="1" height="1"&gt;</description></item><item><title>re: Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#1650369</link><pubDate>Thu, 09 Oct 2008 20:20:30 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650369</guid><dc:creator>Paul Liebrand</dc:creator><description>&lt;p&gt;I want to clarify that the &amp;quot;sync&amp;quot; operation of STSADM actually has zero destructive switches. There is a switch called &amp;quot;-deleteolddatabases&amp;quot; but it is not what the name implies. This switch simply purges the sync tables which will force SharePoint to repopulate them the next time the sync job runs.&lt;/p&gt;
&lt;p&gt;Just bad naming on Microsoft&amp;#39;s part.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650369" width="1" height="1"&gt;</description></item></channel></rss>