The default analytics port is 9502, such as http://myserver:9702/analytics. I want to change that port to 80, so that we can just access http://myserver/analytics. Here's what worked for me:
- Use the search tool of your choice to find all files under your BI home directory (a) have an .xml extension; and, (b) contain the string 9502.
- Search each file for the string '9502' to determine if it refers to a port number. If it does, change it to port 80.
Under c:\oracle\middleware\user_projects\domains\bi\config\
- Config.xml
- Backup_config2.xml
- Backup_config3.xml
- Backup_config4.xml
- Wsm-ccw-config.xml
- After making the changes from 9502 to 80, sign in to Weblogic Server
- Lock & Edit
- Environment > Servers > bi_server1
- Configuration tab
- Change the Listen Port: 80 (formerly 9502)
- Save
- Activate Changes
- Test connecting to the repository in online mode with the Administration tool
- Test connecting to OBIEE Analytics without the :9502 port
Thanks you very much. I thought that I only need to alter the port in the Admin Console > Environment > Servers > Configuration. And I met problem : "Unable to Sign In | An error occurred during authentication. Try again later or contact your system administrator. Error Codes: OPR4ONWY:U9IM8TAC:U9IM8TAC"
ReplyDeleteYou should not have to edit XML files for this. Change the port through the Admin Console as you described, then you MUST stop BI and bounce the server completely afterwards. This is the method recommended by Oracle for OBIEE 11g, and it works as well in 12c. Oracle Doc # 1286157.1.
ReplyDeleteThanks,I was configure the port 80 in my unix environment login into Analytics .atr file is pointing to ROOT. I started NodeManager using SUDO. if I start using ./start.sh node manger not able reach port 80. is there any work around??
ReplyDeleteRegards,
Avinash