Data-retrieval-services-response-size: 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

Specifies the response size of the data source that is returned to the data retrieval service. This property is equivalent to the Limit Response Size 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-response-size

-propertyvalue <A valid size limit specified in kilobytes>

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

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname data-retrieval-services-response-size

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

A valid size limit, specified in kilobytes. The response size limit of the data source. This setting applies to the following data retrieval service: OLDEB. The default value is 20000.

url

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

Examples

To set a response size limit to 10000 kilobytes (10 KB), use the following syntax:

stsadm -o setproperty -pn data-retrieval-services-response-size -pv 10000

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

stsadm -o getproperty -pn data-retrieval-services-response-size