Job-watson-trigger: Stsadm property (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Description

Displays the time schedule of the Windows SharePoint Services Watson Upload job. This job is enabled when the customer chooses to automatically and silently upload error reports to Microsoft.

This property is equivalent to the Windows SharePoint Services Watson Upload entry that is located on the Timer Job Definitions page of the SharePoint Central Administration Web site.

Note

The SharePoint Services Watson Upload option can be changed by going to the Error Reports entry that is located on the Diagnostic Logging page of the SharePoint Central Administration Web site.

For additional information about error reporting, see Configuring diagnostic logging settings.

Syntax

stsadm -o setproperty

-propertyname job-watson-trigger

-propertyvalue <valid date and time interval>

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

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname job-watson-trigger

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

Note

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:

  • "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 the schedule for the Windows SharePoint Services Watson Upload job, use following syntax:

stsadm -o setproperty -pn job-watson-trigger -pv "Daily at 02:00:00"

To view the current setting of the job-watson-trigger property, use the following syntax:

stsadm -o getproperty -pn job-watson-trigger