Getting initial confirmation mails but not the Alert mails
Hi All, I am getting initial confirmation mail as "Alert has been craeted for Tasks list successfully", but when i change anything there then no alert is triggered. I have tried all the below commands, but no joy Use STSADM to verify properties Note – To add to STSADM’s to paths use SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\" STSADM -o getproperty -url http://YourSiteURL -pn alerts-enabled You should see <Property Exists=”Yes” /> STSADM -o getproperty -url http://YourSiteURL–pn job-immediate-alerts You should see something like the default (but can be changed) <Property Exists=”Yes” Value=”every 5 minutes between 0 and 59” /> Use STSADM to reset properties 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. stsadm –o setproperty –url http://YourSiteURL –pn alerts-enabled –pv False 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" Reference for alerts-enabled and job-immediate-alerts properties Use STSADM to re-register the alert templates Again, some people have reported that this works with no agreement on the cause. stsadm -o updatealerttemplates -url http://YourSiteURL -f "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\alerttemplates.xml" -LCID 1033 Can anyone help me, how can i resolve this issue.....? Thanks Shailu.Success is not to be pursued; it is to be attracted by the person we become.
May 20th, 2011 5:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics