Data-retrieval-services-update: Stsadm property (Office SharePoint Server)

Applies To: Office SharePoint Server 2007

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.

 

Topic Last Modified: 2015-03-09

Description

Turns on or off the support for update queries. This property is equivalent to the Update Support 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-update

-propertyvalue {True | False}

[-url] <https://server_name>

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname data-retrieval-services-update

[-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

True: Enables support for update queries.

False: Disables support for update queries. This is the default setting and applies to the following data retrieval services: OLDEB.

url

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

Examples

To enable support for update queries, use the following syntax:

stsadm -o setproperty -pn data-retrieval-services-update -pv True

To view the setting for the data-retrieval-services-update property, use the following syntax:

stsadm -o getproperty -pn data-retrieval-services-update