Re: Alerts not working

Tech-Archive recommends: Fix windows errors by optimizing your registry



Is sending alerts enabled in WSS, just to be sure... Another intresting
point is that you call the property job-immediate-notification this is
a SPS property in WSS its called job-immediate-alerts.

And to add a note i recently read a blog saying that the
job-immediate-* properties are not working but still documented the
real times at wich this is done can not be changed but to be complete
here are the WSS properties:

stsadm.exe -o setproperty -pn alerts-enabled -pv "true" -url %server%
stsadm.exe -o setproperty -pn alerts-limited -pv "true" -url %server%
stsadm.exe -o setproperty -pn alerts-maximum -pv "50" -url %server%
stsadm.exe -o setproperty -pn job-immediate-alerts -pv "every 5 minutes
between 0 and 59" -url %server%
stsadm.exe -o setproperty -pn job-daily-alerts -pv "daily between
22:00:00 and 02:00:00" -url %server%
stsadm.exe -o setproperty -pn job-weekly-alerts -pv "weekly between Fri
22:00:00 and Sat 12:00:00" -url %server%

Greetings

.