Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Alert property will not set

  Asked By: Tracie Bryan         Date: Oct 29, 2009      Category: Sharepoint      Views: 278
 

My email alerts stopped working. So I tried to set at cmd line. But
they will not set.

Expected result:
stsadm -o getproperty -propertyname job-immediate-alerts -url
http://moss
<Property Exist="No" />

stsadm -o setproperty -propertyname job-immediate-alerts -url
http://moss -propertyvalue "every 5 minu
tes between 0 and 59"
Operation completed successfully.

stsadm -o getproperty -propertyname job-immediate-alerts -url
http://moss
<Property Exist="Yes" Value="every 5 minutes between 0 and 59" />

My actual result is that on the check after a successful operation,
it still says <Property Exist="No" />

Does anyone have any idea what might be wrong that this property
won't set?

Tagged:          

 

2 Answers Found

 
Answer #1       Answered By: Himanshu Gohil          Answered On: Oct 29, 2009       

Same problem i was facing in past.
After running given commands i got nothing.
These commands will work and your alerts  will work fine when you will re-start
window service on your server
Just go to

Admin Tools - >Services

restart service Windows SharePoint Services Timer

 
Answer #2       Answered By: Ashton Schroeder          Answered On: Oct 29, 2009       

This program is supposed to help with stsadmin.

blogs.msdn.com/.../stsadmwin-has-an-2007-v
ersion.aspx

 
Didn't find what you were looking for? Find more on Alert property will not set Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].