Updated: 2007-12-20
Specifies the frequency to check for alerts that are to be sent immediately. The value specified is in minutes.
stsadm -o setproperty
-propertyname job-immediate-alerts
-propertyvalue <A valid Windows SharePoint Services Timer service schedule>
[-url] <URL>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname job-immediate-alerts
You can substitute -pn for -propertyname and -pv for -propertyvalue.
The following table shows possible values.
propertyname
Gets or sets the name of the property.
propertyvalue
Specifies the frequency schedule to check alerts that are set to be sent immediately. The value should be a properly formatted Windows SharePoint Services Timer service (SPTimer) in the form of any one of the following schedules:
•"Every 5 minutes between 0 and 59"
•"Hourly between 0 and 59"
•"Daily at 15:00:00"
•"Weekly between Fri 22:00:00 and Sun 06:00:00"
url
Typically, a path to the URL of the Web application, in the form http://server_name.
To set an immediate alert to be checked daily at 3:00 p.m., use the following syntax:
stsadm -o setproperty -pn job-immediate-alerts -pv "Daily at 15:00:00"
To view the setting for the job-immediate-alerts property, use the following syntax:
stsadm -o getproperty -pn jobs-immediate-alerts