Data-retrieval-services-inherit: Stsadm property (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2007-09-07

Description

Specifies whether the Web application inherits data retrieval service settings that are located on the SharePoint Central Administration Web site. This property is equivalent to the Web Application 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-inherit

-propertyvalue {True | False}

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

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname data-retrieval-services-inherit

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

Note

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

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 Web application located in the SharePoint Central Administration Web site. This is the default setting.

False: Disables data retrieval services for the Web application located in the SharePoint Central Administration Web site.

url

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

Examples

To indicate that the Web application will not inherit data retrieval services, use the following syntax:

stsadm -o setproperty -pn data-retrieval-services-inherit -pv false

To view the current setting of the data-retrieval-services-inherit property, use the following syntax:

stsadm -o getproperty -pn data-retrieval-services