Job-config-refresh : propriété Stsadm (Office SharePoint Server)
Description
Specifies the schedule for the configuration refresh job. This job executes regularly to refresh a local cache of configuration objects with new, modified, and deleted objects.
This property is equivalent to the Config Refresh entry that is located on the Edit Timer Job page of the SharePoint Central Administration Web site.
Syntax
stsadm -o setproperty
-propertyname job-config-refresh
-propertyvalue <valid date and time interval>
[-url <https://server_name>]
The syntax for the getproperty operation is:
stsadm -o getproperty
** propertyname job-config-refresh**
[-url <https://server_name>]
Remarque : |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Property values
The following table shows possible values.
Value | Description |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid Windows SharePoint Services Timer service (SPTimer) schedule in the form of any one of the following schedules:
The default value is "every 15 seconds" |
url |
Typically, a path to the URL of the Web application, in the form http://*server_name*. |
Examples
To set the schedule of a configuration refresh job for the Web application https://test, use the following syntax:
stsadm -o setproperty -pn job-config-refresh -pv "daily at 15:00:00" -url https://test
To view the current setting of the job-config-refresh property, use the following syntax:
stsadm -o getproperty -pn job-config-refresh