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

Comments

Popular posts from this blog

A sharepoint list view of the current month

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

Export SharePoint 2010 List to Excel with PowerShell