Set-ecsloadbalancing: Stsadm operation (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

Operation name: Set-ecsloadbalancing

Description

Lets an administrator define load balancing for Excel Calculation Services.

This operation is equivalent to the Load Balancing user interface setting that is located on the Excel Services Settings page of the Shared Services Administration Web site.

Syntax

stsadm -o set-ecsloadbalancing

**   -ssp <SSP name>**

**\[-Scheme {Workbook | RoundRobin | Local}\]**

**\[-RetryInterval \<time in seconds\>\]**

Parameters

Parameter

Value

Required?

Description

ssp

A valid SSP name, such as "SharedServices1"

Yes

The name of the SSP that provides the resources for the Excel Calculation Services you want to configure.

scheme

One of the following values:

  • WorkbookURL: Associate each workbook to a process instance based on the workbook's URL (default value).

  • RoundRobin: Cycle through all process instances in order.

  • Local: Use the local Excel Calculation Services instance.

    Note

    Only one value is accepted.

No

Load-balance scheme for Excel Calculation Service processes.

retryinterval

A valid time value in seconds, for example, 5 to 2073600 (24 days)

No

The time interval, in seconds, after which communication with an unreachable instance of Excel Calculation Services is attempted again.

The default value is 30 seconds.