Data-retrieval-services-enabled: Stsadm property (Office SharePoint Server)
Updated: September 13, 2007
Applies To: Office SharePoint Server 2007
Updated: 2007-09-13
Description
Turns data retrieval services on or off. By default, data retrieval services are enabled. This property is equivalent to the Enable Data Retrieval Services user interface setting that is located on the Data Retrieval Service page of the SharePoint Central Administration Web site.
Syntax
stsadm -o setproperty
-propertyname data-retrieval-services-enabled
-propertyvalue {True | False}
[-url] <http://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname data-retrieval-services-enabled
[-url] <http://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 |
True: Enables data retrieval services for the site collection. This is the default setting and is applied to the following data retrieval services:
False: Disables data retrieval services for the site collection. |
|
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
To disable data retrieval services, use the following syntax:
stsadm -o setproperty -pn data-retrieval-services-enabled -pv true
Note:
