Job-usage-analysis: Stsadm property (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2007-12-17

Lets an administrator set the time interval for usage processing.

This property is equivalent to the Run processing between these times daily user interface setting that is located on the Usage Analysis Processing page of the SharePoint Central Administration Web site

Syntax

stsadm -o setproperty

-propertyname job-usage-analysis

-propertyvalue <A valid Windows SharePoint Services Timer service schedule>

**\[-url\]** \<https://server\_name\>

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname job-usage-analysis

**\[-url\]** \<https://server\_name\>

Note

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

Property values

The following table shows possible values.

Name

Value

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:

  • "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"

  • "Monthly at 15 15:00:00"

  • "Yearly at Jan 1 15:00:00"

url

Typically, a path to the URL of the Web application, in the form http://server_name.

Examples

To set a time to run a usage analysis process on a Web server, use the following syntax:

stsadm -o setproperty -pn job-usage-analysis -pv "Weekly between 01:00:00 and 01:30:00" –url https://server_name

To view the current setting for the job-usage-analysis property, use the following syntax:

stsadm -o getproperty -pn job-usage-analysis