-P

To set the TCP port number with which Integration Server communicates with its clients to a port different from the default 3388:

In Windows:

In the startup.bat file, add -Pportnumber after "C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapisvr.exe". For example:

"C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapisvr.exe" -P8850

If you change the default port number, in Integration Services Console you must log in to the Integration Server by typing the server name or IP address and the non-standard port number, separated by a colon; for example:

aspen:8850

When starting Integration Services Shell, to change the TCP port number, at the command line, type -Pportnumber. For example:

olapicmd -P8850

In UNIX:

When starting Integration Server or Integration Services Shell, to change the TCP port number, type:

olapisvr -P8850

or

olapicmd -P8850

In Windows or UNIX:

In the ais.cfg file, this parameter is specified in the following format:

[P]=8850