AGENTPORT
The AGENTPORT configuration setting specifies the port that the Essbase Agent uses. You may wish to change the default AGENTPORT if the server port 1423 is inappropriate for your site.
Syntax
AGENTPORT n
Where n specifies the port number for the Essbase Agent. The port number you select should not be in use by any other process. The default value is 1423.
Example
AGENTPORT 1478
SERVERPORTBEGIN 30768
SERVERPORTEND 31768
The above configuration 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.