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.
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"
Your,
Roi
Comments
Post a Comment