AGENTPORT

This configuration setting specifies the port that the Essbase Agent uses.

Syntax

AGENTPORT n

n—Specifies the port number for the Agent. This port number should not be in use by any other process. The default value is 1423.

Description

AGENTPORT specifies the port that the Agent uses.

You may wish to change the default if the first server port, 1423, is inappropriate for your site.

Example

AGENTPORT 1478
SERVERPORTBEGIN 30768
SERVERPORTEND 31768

This example produces these results:

  • AGENTPORT sets the port that the Agent will use at 1478.

  • SERVERPORTBEGIN sets the value that the first application server process (ESSSVR) will try to use for a port at 30768.

  • SERVERPORTEND sets the highest port number value this Essbase instance can use for application server processes.