Job-ceip-datacollection: Stsadm property (Office SharePoint Server) | |
Stsadm command-line tool (Office SharePoint Server) > Stsadm properties (Office SharePoint Server) > Timer Job: Stsadm properties (Office SharePoint Server) > |
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Description
Specifies the time schedule for when Customer Experience Improvement Program (CEIP) data is collected.
This property is equivalent to the CEIP Data Collection entry that is located on the Timer Job Definitions page of the SharePoint Central Administration Web site.
For additional information about CEIP, see Configure diagnostic logging settings.
Syntax
stsadm -o setproperty
-propertyname job-ceip-datacollection
-propertyvalue <valid date and time interval>
[-url <http://server_name> ]
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname job-ceip-datacollection
[-url <http://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:
|
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
To set the schedule for CEIP data collection, use following syntax:
stsadm -o setproperty -pn job-ceip-datacollection -pv "Monthly at 03:00:00"
To view the current setting of the job-ceip-datacollection property, use the following syntax:
stsadm -o getproperty -pn job-ceip-datacollection