AGTSVRCONNECTIONS

Specifies the maximum number of the Essbase Server can spawn to allow the first connection to an application and database, negotiated between the Agent and server.

Syntax

AGTSVRCONNECTIONS n

Where n is the number of threads that Essbase Server can spawn:

Description

AGTSVRCONNECTIONS specifies the maximum number of threads that the Essbase Server can create to connect to the Agent. Each connection uses one thread only while logging in and connecting to an application and database. Once connected, client requests are managed by threads whose maximum is controlled by SERVERTHREADS and by the number of licensed ports.

You may wish to adjust this value from the default value 5 if, for example, you are expecting a large number of users to login and select a single application in a short period of time.

The configuration parameter AGENTTHREADS controls the maximum number of threads the agent can create, so keep the value of AGTSVRCONNECTIONS equal to or less than the value of AGENTTHREADS to avoid wasting resources.

Notes

Example

AGTSVRCONNECTIONS 7

Increases the maximum number of simultaneous connections between Agent and server, from the default of 5 to 7.

See Also

AGENTTHREADS