Ports of Hyperion Enterprise Performance Management System
Ports of Hyperion Enterprise Performance Management System
I have provided the following information regarding the Ports in accordance to system 11.1.2.1. Even though it
may hold true to other versions as well, please do refer to manuals as per the version you are using for accuracy.
Foundation Services
When an application is accessible via a network it means that it is using a TCP/IP port. When a port is used by
an application, it cannot be used by another one. Even during installation/deployment, we will get an error
message stating that a particular port is being used by another application. Therefore, the skill to find out what
port is being used by what application comes in very handy.
If you want to find out what is using a specific Port, you can open the COMMAND PROPMT and type in
"netstat -aon | more"
or if you know the Port number, you can type in something liek "netstat -aon findstr "6800""
This way you will be able to find out what is being used, whether a particular port is listening, etc.