12 October 2011

Daily alerts do not work at SharePoint

Did you encounter a problem alerts list?

Something strange happened to me (hurray sharepoint ...).
Alerts were working fine - just a list daily alerts stopped working. I really do not know why this list.

After searching on google - I realized that take care stsadm commands such problems.

All you have to do is make those commands in the order (and of course replace the http://YOURSITE to your site).

stsadm -o updatealerttemplates -url http://YOURSITE -f "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\alerttemplates.xml" -LCID 1037

stsadm.exe -o setproperty -url http://YOURSITE -pn alerts-enabled -pv true

stsadm.exe -o setproperty -url http://YOURSITE -pn job-immediate-alerts -pv "every 5 minutes"

I would like to thank Noam - helped me find the solution and fix the problem.

Your,
Roi

No comments:

Post a Comment