<?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 Geek &#187; stsadm</title>
	<atom:link href="http://sharepoint-geek.com/category/stsadm/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint-geek.com</link>
	<description>SharePoint Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Delete An SSP (Shared Services Provider) In Sharepoint</title>
		<link>http://sharepoint-geek.com/2010/07/15/how-to-delete-an-ssp-shared-services-provider-in-sharepoint/</link>
		<comments>http://sharepoint-geek.com/2010/07/15/how-to-delete-an-ssp-shared-services-provider-in-sharepoint/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 18:16:07 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Shared Services Provider - SSP]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2010/07/15/how-to-delete-an-ssp-shared-services-provider-in-sharepoint/</guid>
		<description><![CDATA[Sharepoint Shared Services Providers (SSPs) can be forced to delete using the following stsadm command: stsadm -o deletessp -title &#34;SSPNAME&#34; -force &#160; If you also want to delete the SSP database also use the following stsadm command: stsadm -o deletessp -title &#34;SSPNAME&#34; -deletedatabases –force Tags: Shared Services Provider - SSP, stsadm Related posts No related [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">Sharepoint</a> Shared Services Providers (SSPs) can be forced to delete using the following <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> command:</p>
<div class="codesnip-container" >
<div class="dos codesnip" style="font-family:monospace;"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o deletessp -<a href="http://www.ss64.com/nt/title.html"><span class="kw3">title</span></a> &quot;SSPNAME&quot; -force</div>
</div>
<p>&#160;</p>
<p>If you also want to delete the SSP database also use the following <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> command:</p>
<div class="codesnip-container" >
<div class="dos codesnip" style="font-family:monospace;"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o deletessp -<a href="http://www.ss64.com/nt/title.html"><span class="kw3">title</span></a> &quot;SSPNAME&quot; -deletedatabases –force</div>
</div>

	Tags: <a href="http://sharepoint-geek.com/category/shared-services-provider-ssp/" title="Shared Services Provider - SSP" rel="tag">Shared Services Provider - SSP</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2010/07/15/how-to-delete-an-ssp-shared-services-provider-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Workflow With Email Enabled Lists</title>
		<link>http://sharepoint-geek.com/2009/12/30/enabling-workflow-with-email-enabled-lists/</link>
		<comments>http://sharepoint-geek.com/2009/12/30/enabling-workflow-with-email-enabled-lists/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:57:50 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/12/30/enabling-workflow-with-email-enabled-lists/</guid>
		<description><![CDATA[To enable workflow on lists with incoming email enabled you will need to run the following stsadm command: stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; [...]]]></description>
			<content:encoded><![CDATA[<p>To enable workflow on lists with incoming email enabled you will need to run the following <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> command:</p>
<pre class="csharpcode"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true</pre>
</p>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
</p>
<p>via <a href="http://support.microsoft.com/kb/953289/">http://support.microsoft.com/kb/953289/</a> </p>
<p>***if you are not fully up to date you will need the infrastructure updates</p>

	Tags: <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/" title="Faulty Feature Tool (June 30, 2009)">Faulty Feature Tool</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/12/11/change-central-admin-port/" title="Change Central Admin Port (December 11, 2009)">Change Central Admin Port</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/12/30/enabling-workflow-with-email-enabled-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Central Admin Port</title>
		<link>http://sharepoint-geek.com/2009/12/11/change-central-admin-port/</link>
		<comments>http://sharepoint-geek.com/2009/12/11/change-central-admin-port/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:00:00 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[wss]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/12/11/change-central-admin-port/</guid>
		<description><![CDATA[Change the Central Administration Web site port number Use this procedure to change the port number of the Central Administration Web site. Change the Central Administration Web site port number by using the Stsadm command-line tool On the drive where SharePoint Products and Technologies is installed, open a command-line window and type the following command: [...]]]></description>
			<content:encoded><![CDATA[<h3>Change the Central Administration Web site port number</h3>
<p>Use this procedure to change the port number of the Central Administration Web site. </p>
<h5>Change the Central Administration Web site port number by using the <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">Stsadm</a> command-line tool</h5>
<ol>
<li>
<p>On the drive where <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Products and Technologies is installed, open a command-line window and type the following command: <strong>cd %CommonProgramFiles%\Microsoft Shared\Web Server Extensions\12\bin</strong></p>
</li>
<li>
<p>To determine the current port number for the Central Administration Web site, at the command prompt, type the following command, and then press ENTER: <strong><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o getadminport</strong></p>
<p>For more information, see <a href="http://technet.microsoft.com/en-us/library/cc287648.aspx">Getadminport</a>.</p>
</li>
<li>
<p>To change the port number for the Central Administration Web site, use the following command, including any options that apply to your environment: <strong><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o setadminport -port &lt;</strong><em>port</em><strong>&gt; [-ssl] [-admapcreatenew] [-admapidname] &lt;</strong><em>application pool name</em><strong>&gt;</strong></p>
<p>For more information, see <a href="http://technet.microsoft.com/en-us/library/cc287831.aspx">Setadminport</a>.</p>
</li>
</ol>
<blockquote><p><font color="#ff0000"><strong>Note: </strong>You can only change the port number for the Central Administration Web site by using the <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">Stsadm</a> command-line tool.</font></p>
<p>via <a href="http://technet.microsoft.com/en-us/library/cc288247.aspx" target="_blank">Microsoft Technet</a></p>
</blockquote>

	Tags: <a href="http://sharepoint-geek.com/category/central-administration/" title="Central Administration" rel="tag">Central Administration</a>, <a href="http://sharepoint-geek.com/category/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/category/wss/" title="wss" rel="tag">wss</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/" title="Faulty Feature Tool (June 30, 2009)">Faulty Feature Tool</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/" title="WssRemoveFeatureFromSite + BAT File (October 7, 2009)">WssRemoveFeatureFromSite + BAT File</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/12/11/change-central-admin-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable To Enable Office SharePoint Server Publishing</title>
		<link>http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/</link>
		<comments>http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:00:00 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Office SharePoint Server]]></category>
		<category><![CDATA[Publishing Provisioning]]></category>
		<category><![CDATA[activatefeature]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/</guid>
		<description><![CDATA[Whenever I create a new MOSS site this is going to use the Office SharePoint Server Publishing feature I get an “Access Denied” error when I try enable it. So, I am finally posting the solution: stsadm -o activatefeature -name PublishingResources -url &#60;site&#62; *Be sure to include the &#8220;http://&#8221; in the &#60;site&#62; Hope this helps! [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I create a new <a href="http://sharepoint-geek.com/tag/moss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MOSS">MOSS</a> site this is going to use the Office <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Server Publishing feature I get an “Access Denied” error when I try enable it.</p>
<p>So, I am finally posting the solution:</p>
<pre class="csharpcode"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o activatefeature -name PublishingResources -url &lt;site&gt;</pre>
<p>*Be sure to include the &#8220;http://&#8221; in the &lt;site&gt;</p>
<p>Hope this helps!</p>
<p><!--.csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>

	Tags: <a href="http://sharepoint-geek.com/category/activatefeature/" title="activatefeature" rel="tag">activatefeature</a>, <a href="http://sharepoint-geek.com/category/errors/" title="errors" rel="tag">errors</a>, <a href="http://sharepoint-geek.com/category/features/" title="features" rel="tag">features</a>, <a href="http://sharepoint-geek.com/category/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/category/office-sharepoint-server/" title="Office SharePoint Server" rel="tag">Office SharePoint Server</a>, <a href="http://sharepoint-geek.com/category/publishing-provisioning/" title="Publishing Provisioning" rel="tag">Publishing Provisioning</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/" title="Faulty Feature Tool (June 30, 2009)">Faulty Feature Tool</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2010/02/24/find-checked-out-files/" title="Find Checked Out Files (February 24, 2010)">Find Checked Out Files</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Alerts Not Working</title>
		<link>http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/</link>
		<comments>http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:53:29 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[sharepoint alerts]]></category>
		<category><![CDATA[sharepoint timer jobs]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[wss]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/</guid>
		<description><![CDATA[One of our developers reported to me that the SharePoint Alerts were not sending emails.&#160; The initial notification that the alert was setup was sent but not the alerts themselves. I was able to find a great article by a MS MVP named Susan Bradley called How to Troubleshoot Alerts in WSS 3.0 / MOSS. [...]]]></description>
			<content:encoded><![CDATA[<p>One of our developers reported to me that the <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Alerts were not sending emails.&#160; The initial notification that the alert was setup was sent but not the alerts themselves.</p>
<p>I was able to find a great article by a MS MVP named Susan Bradley called <a href="http://msmvps.com/blogs/bradley/archive/2009/03/22/how-to-troubleshoot-alerts-in-wss-3-0-moss.aspx">How to Troubleshoot Alerts in WSS 3.0 / MOSS</a>.</p>
<p>In going through all the steps, I was able to determine that my issue was caused by the permissions setup on the list.</p>
<p>Thanks, Susan!</p>
<p>Below is the contents of the article:</p>
<p><b>Question:&#160; How to Troubleshoot Alerts in <a href="http://sharepoint-geek.com/tag/wss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wss">WSS</a> 3.0 / <a href="http://sharepoint-geek.com/tag/moss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MOSS">MOSS</a></b>    <br /><b>Answer:</b></p>
<p>The most common issue in alert is the user will get the initial email, but will not get when changes are made to the list where he configured the alert.&#160; Check the following settings in order and ensure that it is correct.</p>
<p><b>1.</b><b> </b> Is it an upgrade from V2 to V3?&#160; If yes, check the upgrade section at the bottom of this page.</p>
<p><b>2.</b><b> </b>If this is a new install of V3 (<a href="http://sharepoint-geek.com/tag/wss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wss">WSS</a> or <a href="http://sharepoint-geek.com/tag/moss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MOSS">MOSS</a>), then do the following </p>
<p><b>a.</b><b> </b>Create a new web app and see if the alerts work there.&#160; If yes, you can move the content db of the non-working site to this one. If customer is not ready to do that, then try the following.</p>
<p><b>b.</b><b> </b>Open the command prompt and go to the 12\Bin folder. Run this command and see whether alerts are enabled for the web application.&#160;&#160; </p>
<p><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">Stsadm</a>.exe-o getproperty -url <a>http://problemsite</a>&#160; -pn <a name="#h16">alert</a>s-enabled</p>
<p>The expected output is &lt;Property Exist=&quot;Yes&quot; Value=&quot;yes&quot; /&gt;.&#160; If you don’t get this, run the following command to change the value.</p>
<p>stsadm.exe -o setproperty -pn alerts-enabled -pv &quot;true&quot; -url <a>http://problemsite</a></p>
<p>If the property is Yes and still the alerts are not sent, toggle the property from Yes to NO</p>
<p>and then from No to Yes.&#160; This may delete all the existing alerts and warn the customer </p>
<p>about this.</p>
<p><b>c.</b><b> </b> Check the property job-immediate-alerts schedule through command prompt.&#160; Run this command from the 12\bin folder.&#160; If we have issues with Scheduled alerts like daily or weekly, then check the property <b>job-daily-alerts </b>and <b>job-weekly-alerts</b>.</p>
<p> stsadm.exe -o getproperty -url <a>http://ProblemSite</a>&#160; -pn job-immediate-alerts</p>
<p>The expected output is </p>
<p>&lt;Property Exist=&quot;Yes&quot; Value=&quot;every 5 minutes between 0 and 59&quot;/&gt;.&#160; If you don’t get this, run the following command to change the value.</p>
<p>stsadm.exe -o setproperty -pn job-immediate-alerts -pv &quot;every 5 minutes</p>
<p>between 0 and 59&quot; -url <a>http://ProblemSite</a></p>
<p><b>d.</b><b> </b>Confirm the above step through the UI. Central adminàOperationsàTimer Job Definitions and ensure that a job named Immediate Alerts is present for the web application.</p>
<p><b>e.</b><b> </b>Configure the alert for a user in a list.&#160; Instead of typing the domain name\ user name, type the email address of the user and see if he gets initial email.&#160; Then make a change to the list and see whether he gets the mail related to the change.</p>
<p><b>f.</b><b> </b>If he gets the alert as expected, then create a new alert and this time select the user from the people picker or type the domain name\user name.&#160; </p>
<p><b>g.</b><b> </b>If the alert is not working after doing the above step, then check the ImmedSubscriptions / SchedSubscriptions table of the content db of the web application depending on the type of alert and see a new record is added and ensure that the email field for the user is populated correctly.&#160; If not, check whether the email address is present in the user’s profile through the SSP admin page.</p>
<p><b>h.</b><b> </b>The initial alert is not security trimmed. So irrespective of whether the user has privileges on the list or not, the initial alert will be sent.&#160; If the user is not getting alert for any changes, then check whether the user has Read permission on the list.</p>
<p><b>i.</b><b> </b>This also happen if there is some issue in their mail provider (third party email providers.&#160; In this case, capture the ULS log with all information events in the verbose mode and check for lines which says Alert has been sent.</p>
<p><b>j.</b><b> </b>Email enabled security groups can also be used for configuring alerts.&#160; If the changes are not notified to the members of the group, check whether the group is added to the list with minimum Read permission.&#160; Also some email providers block email groups if the number of members are more than certain number.</p>
<p><b>k.</b><b> </b>Open SQL Query Analyzer; connect to the content database of problematic site. Run the following query.</p>
<p><b>Select * from timerlock</b></p>
<p>This server is responsible for processing the timer service.&#160; You can follow this KB – </p>
<p><a>http://support.microsoft.com/kb/934838</a> to sync the accounts and password across the </p>
<p>Farm</p>
<p>The internal working mechanism of how an alert should work in v3:</p>
<p>The EventCache table records the SQL level events as they occur and the EventData and ACL columns are not NULL for an alert event.&#160; There is an alerts timer job that runs periodically to process the records in the EventCache. After the alerts timer job runs, it nulls out the EventData and ACL columns. Then, it will log an event into the EventLog table.&#160; So check the following in SQL.</p>
<p><b>select * from eventcache where EventData is not null</b></p>
<p>This will output all of the subscriptions which have not been processed yet. We can see if there are some alerts which are not processed.</p>
<p><b>select * from eventlog where ListID = &#8216;xxx&#8217;</b></p>
<p>You can get the ListID from the EventCache table by running </p>
<p><b>Select * from EventCache</b> and check the documents which correspond to the problematic list. </p>
<p>If you cannot find any record, perform the following tests: </p>
<p>Run filemon on the MOSS server which is responsible for the timer service and check if the Timer </p>
<p>service picks up the alert template during the whole process. </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upload a new document to the document library which is supposed to have the alerts. Begin running&#160; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; the filemon and analyze the logs.</p>
<p><b>p.</b><b> </b><b>select * from eventcache order by EventTime DESC</b></p>
<p>Check if the latest log is the one corresponds to your uploaded document. Make sure the EventData and ACL columns are not NULL. </p>
<p>After 5 minutes or more minutes, check the EventCache table again to see if the EventData and ACL columns are NULLed. </p>
<p>If so, stop filemon after the EventData and ACL columns are NULLed . Review log. </p>
<p><b>Upgrade from V2 to V3</b></p>
<p>1. <b></b>Check this KB &#8211; <a>http://support.microsoft.com/kb/936759/en-us</a></p>
<p>2. If no alerts are getting triggered even for a new web app, then run the Psconfig Wizard without changing any options.&#160; </p>
<p>The timer job displayed an older date because the upgrade job was hung</p>
<p>3. If the alert works on new web apps, then you can move the site collections from the upgraded web app to the newly created web app through stsadm –o backup / restore or stsadm –o export / import.&#160; This action will be useful only if you have fewer site collections and this is only a workaround.</p>
<p><b>Case Study</b></p>
<p>ERROR MESSAGE:   <br />================    <br />Running the psconfig wizard fails immediately with &quot;Unable to upgrade SharePoint     <br />Products and technologies because an upgrade is already in progress&quot;    <br />No psconfig process in task manager</p>
<p>CAUSE:   <br />=======    <br />The timer job displayed an older date because the upgrade job was hung    <br />RESOLUTION:    <br />============    <br />Sharepoint central administration page-&gt;Operations-&gt;Timer job definitions    <br />Asked client to delete the &quot;Upgrade job&quot;    <br />Now the psconfig wizard ran fine    <br />Timer job definition showed all the jobs with the latest date. Especially the     <br />Immediate alerts job</p>

	Tags: <a href="http://sharepoint-geek.com/category/central-administration/" title="Central Administration" rel="tag">Central Administration</a>, <a href="http://sharepoint-geek.com/category/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/sharepoint-alerts/" title="sharepoint alerts" rel="tag">sharepoint alerts</a>, <a href="http://sharepoint-geek.com/category/sharepoint-timer-jobs/" title="sharepoint timer jobs" rel="tag">sharepoint timer jobs</a>, <a href="http://sharepoint-geek.com/tag/sql/" title="sql" rel="tag">sql</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/category/wss/" title="wss" rel="tag">wss</a>, <a href="http://sharepoint-geek.com/tag/wss/" title="wss" rel="tag">wss</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/" title="Faulty Feature Tool (June 30, 2009)">Faulty Feature Tool</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/" title="WssRemoveFeatureFromSite + BAT File (October 7, 2009)">WssRemoveFeatureFromSite + BAT File</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Faulty Feature Tool</title>
		<link>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/</link>
		<comments>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:22:38 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[deactivatefeature]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[site collection]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/</guid>
		<description><![CDATA[I used a tool by Steven Van de Craen called FaultyFeatureTool to compare the features that were enabled on two different sites. It’s not the original purpose of this tool but it came in very handy. You can also remove the feature using the application or STSADM. STSADM -o deactivatefeature -id &#60;FEATUREID&#62;-url http://localhost -force Tags: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharepoint-geek.com/wp-content/uploads/2009/06/image.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" title="image" src="http://sharepoint-geek.com/wp-content/uploads/2009/06/image_thumb.png" border="0" alt="image" width="244" height="189" align="left" /></a> I used a tool by Steven Van de Craen called <a href="http://www.moss2007.be/blogs/vandest/archive/2008/04/28/stsadm-o-export-fatalerror-failed-to-compare-two-elements-in-the-array.aspx">FaultyFeatureTool</a> to compare the features that were enabled on two different sites.</p>
<p>It’s not the original purpose of this tool but it came in very handy.</p>
<p>You can also remove the feature using the application or <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">STSADM</a>.</p>
<pre class="csharpcode"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">STSADM</a> -o deactivatefeature -id &lt;FEATUREID&gt;-url http://localhost -force</pre>
<p><!--.csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>

	Tags: <a href="http://sharepoint-geek.com/category/deactivatefeature/" title="deactivatefeature" rel="tag">deactivatefeature</a>, <a href="http://sharepoint-geek.com/category/features/" title="features" rel="tag">features</a>, <a href="http://sharepoint-geek.com/tag/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/site-collection/" title="site collection" rel="tag">site collection</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2010/02/24/find-checked-out-files/" title="Find Checked Out Files (February 24, 2010)">Find Checked Out Files</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable To Activate Office SharePoint Server Publishing Infrastructure</title>
		<link>http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/</link>
		<comments>http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/#comments</comments>
		<pubDate>Thu, 21 May 2009 17:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Office SharePoint Server]]></category>
		<category><![CDATA[Publishing Provisioning]]></category>
		<category><![CDATA[activatefeature]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[site collection]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/spgeek/?p=6</guid>
		<description><![CDATA[When trying to enable the Office SharePoint Server Publishing Infrastructure feature we were getting an “Access Denied” error.&#160; The error in the application event log was: Event Type:&#160;&#160;&#160; Error Event Source:&#160;&#160;&#160; Office SharePoint Server Event Category:&#160;&#160;&#160; Publishing Provisioning Event ID:&#160;&#160;&#160; 4965 Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5/13/2009 Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 10:16:31 AM User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A Computer:&#160;&#160;&#160; SERVERNAME Description: Event log message was: [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to enable the Office <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Server Publishing Infrastructure feature we were getting an “Access Denied” error.&#160; The error in the application event log was:</p>
<blockquote><p>Event Type:&#160;&#160;&#160; Error      <br />Event Source:&#160;&#160;&#160; Office <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Server       <br />Event Category:&#160;&#160;&#160; Publishing Provisioning       <br />Event ID:&#160;&#160;&#160; 4965       <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5/13/2009       <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 10:16:31 AM       <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A       <br />Computer:&#160;&#160;&#160; SERVERNAME       <br />Description:       <br />Event log message was: &#8216;Failed to provision the scheduling job definitions.&#160; Page scheduling will not succeed.&#8217;. Exception was: &#8216;System.Security.SecurityException: Access denied.       <br />…</p>
</blockquote>
<p>To resolve the issue, we took the following steps:</p>
<ol>
<li>Used <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> to activate the feature:
<ol>
<li><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">stsadm</a> -o activatefeature -name PublishingResources -url <a href="http://www.example.com">http://www.example.com</a></li>
</ol>
</li>
<li>Clicked the [Activate] button on the Site Collection Features page. </li>
</ol>

	Tags: <a href="http://sharepoint-geek.com/category/activatefeature/" title="activatefeature" rel="tag">activatefeature</a>, <a href="http://sharepoint-geek.com/category/errors/" title="errors" rel="tag">errors</a>, <a href="http://sharepoint-geek.com/category/features/" title="features" rel="tag">features</a>, <a href="http://sharepoint-geek.com/category/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/category/office-sharepoint-server/" title="Office SharePoint Server" rel="tag">Office SharePoint Server</a>, <a href="http://sharepoint-geek.com/category/publishing-provisioning/" title="Publishing Provisioning" rel="tag">Publishing Provisioning</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/site-collection/" title="site collection" rel="tag">site collection</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/" title="Faulty Feature Tool (June 30, 2009)">Faulty Feature Tool</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/12/11/change-central-admin-port/" title="Change Central Admin Port (December 11, 2009)">Change Central Admin Port</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/" title="WssRemoveFeatureFromSite + BAT File (October 7, 2009)">WssRemoveFeatureFromSite + BAT File</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
