Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Incorrect Application cluster name showing in deployment -HFM version11.1.2.4.209

Dear Friends,
In HFM application recently I have changed from HTTP to HTTPS and applied certificate successfully on OHS server. I have followed the steps as recommended by Oracle knowledge module Steps to Setting Up SSL Offloading with OHS Webserver From EPM 11.1.2.x (Doc ID 1530169.1) .
when we were doing consolidation HFM application deployment an Incorrect cluster name is displayed as "FINANCIAL_MANAGEMENT_LWA". I have followed the knowledge module (1937212.1) but no success.
Did you face this kind of issue please let me help in this regard. Enclosed the errors screenshot for your reference.
Comments
-
Hi,
What is the logical web address defined for HFM (Financial Management ADF Web Application), you can check this from deployment report. It seems EPMA's communication with HFM LWA is the problem. If you are using any load balancer currently for LWA, you can set HFM LWA to OHS web for testing if that is the issue.
Regards,
Krishna
-
Dear Krishna, Thanks for reply on this, I have checked the report and enclosed for your reference. This is single standalone server everything is installed in the same (Web, App) and separate db server for Microsoft SQL server. Single Node Server (No Clustering) with Load Balancer. Incase anything needs to change in this?
-
Hi @Baalu
It is from registry report. Run the deployment report and you will see the LWA section at the start of the report.
Regards,
Krishna
-
Hi Krishna
Just ran the report but I disabled Listen port 19000 in httpd.conf /mod_wl_ohs.conf.
Full report enclosed as a text file (just removed the server name)
-
What is the workspace url you are using? Is it https://OHS-Server/workspace/index.jsp ?
Are other components communicating with LWA? Open calculation manager and expand HFM and see if it works.
I think you followed the document to disable the communication on 19000 port, but you are using that port with OHS in your LWA configuration. Try reverting those changes and allow communication from 19000 and test.
Regards,
Krishna
-
Dear Krishna,
Workspace URL is https://server:19443/workspace/index.jsp
I can open calc manager and it is working fine. But we need to disable non ssl port 19000 and enabling SSL port 19443 right?
I have enabled listener 19000 in httpd.conf but still it is showing the incorrect application server name in deployment.
Regards
Balu
-
Hi Balu,
Try if this url is working fine http://server:19000 if you are allowing the port and plan to use it in LWA
Your logic is correct to disable non ssl port 19000 if you want to avoid accessing it from 19000 port, but you are still referring that port in LWA.
If you want to disable non-ssl port port 19000, then change the LWA port/s also. You can set them to the respective default ports. As you are using only one server, so it does not make much difference keeping it to the respective default ports.
Default looks as below for you reference.
Regards,
Krishna
-
Dear Krishna,
Presently my epm logical address pointing to 19443, earlier it is pointing to 19000. So as per your suggestion I have to change the port only HFM or all product ports? and I need to change non ssl port or SSL port? Could you please advise? This is test system only once it is success will deploy in Dev and prod also.
-
Hi Balu,
Is your LWA that points to 19443 is via http or https? If it is http://server:19443, then it does not make sense
You use ssl port with https and non-ssl port with http.
You can update the non-ssl ports for EPMA and HFM to default as shown in my screenshot and test deploying.
Regards,
Krishna
-
Dear Krishna,
Thanks much for your help Krishna!... Its really GREAT help, I have updated as it individual ports. Now I can deploy the application and can see the application server name.
Last and final doubt If it is distributed environment (like 1 web, 2 app, 1 db) the same steps has follow?
Regards
Balu