My Oracle Support Banner

OFSAAI 8.1.1.1 PortC.sh UPD Does Not Update Serverhostname In all Locations (Doc ID 2837203.1)

Last updated on MAY 17, 2023

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 8.1.1.1 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI / AAI)
Oracle Financial Services Profitability Management (PFT)
Oracle Financial Services Funds Transfer Pricing (FTP)
Oracle Financial Services Asset Liability Management (ALM)
Oracle Financial Services Enterprise Performance Management (EPM)

Goal

When checking all locations after running PortC.sh UPD, it appears that there are some files that are missed and have to be manually updated.

$FIC_HOME/realtime_processing/WebContent/conf/install.properties
aai.auth.url=https://loadbalancer.server.com:443/OFSAA/loginService/login/post

$FIC_HOME/ficdb/bin/righttoforget.sh
export URL="https://loadbalancer.server.com:443/OFSAA/rest/parties/forgetParties"

$FIC_HOME/AdminMonitor.tar

weblogic.xml
  <session-descriptor>
    <cookie-name>JSESSIONID</cookie-name>
    <cookie-domain>loadbalancer.server.com</cookie-domain>       << this is not updated
    <cookie-path>/OFSAAI</cookie-path>
    <cookie-http-only>true</cookie-http-only>
    <cookie-secure>true</cookie-secure>
  </session-descriptor>

web.xml
       <filter-name>FilterServlet</filter-name>
       <filter-class>com.iflex.fic.filters.FilterServlet</filter-class>
       <init-param>
           <param-name>AllowHosts</param-name>
           <param-value>https://loadbalancer.server.com/ https://ofsaa.server.com/
           </param-value>

 

 

Note: The above servers names "loadbalancer.server.com" and "ofsaa.server.com" are example entries.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.