Click to Rate and Give Feedback
TechNet
TechNet Library
Windows
Technical reference
Stsadm properties
 Job-immediate-alerts: Stsadm proper...

  Switch on low bandwidth view
Job-immediate-alerts: Stsadm property (Windows SharePoint Services)

Updated: 2007-12-20

Description

Specifies the frequency to check for alerts that are to be sent immediately. The value specified is in minutes.

Syntax

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

   [-url] <URL>

NoteNote:

You can substitute -pn for -propertyname and -pv for -propertyvalue.

Values

The following table shows possible values.

Name Value

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.

Examples

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
What is the min time interval      sangeet ahuja ... Thomas Lee   |   Edit   |   Show History
•"Every 5 minutes between 0 and 59"
can i use •"Every 1 minutes between 0 and 59" , when i use this , my alerts dont get triggered after every minute

[tfl - 15-08-08] - You should post questions like this to the MSDN Forums at http:/forums.microsoft.com/msdn. You are much more likely get a quick response using the forums than through the Community Content.

Pls correct      Peter BAROCZ ... Thomas Lee   |   Edit   |   Show History
Please correct the last line of the Examples section (jobs -> job).
RE: What is the min time interval      jp_eb ... Thomas Lee   |   Edit   |   Show History
"Every 5 minutes between 0 and 59"

I believe the correct syntax is: "every x minutes", where x is between 0 and 59.


Here's the example I found online: stsadm.exe -o setproperty -url <http://yourserver/problemsite > -pn job-immediate-alerts -pv "every 5 minutes"
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker