Perform the Post-Installation Steps

Perform the following steps after you install the patch on the database and middle tiers.

After you install the patch on the database and middle tiers, you need to:

  1. Copy the < hdr8204_patch_dir >/common/hdr.jar file to <HDR_HOME>/database/hdr_cp_lib directory on database tier.
  2. Copy the < hdr8204_patch_dir >/common/hdrclnt.jar file to <HDR_HOME>/weblogic/jars directory on middle tier. Use hdrclnt.jar file in your client application.
  3. Edit the <HDR_HOME>/database/hdr_cp_lib/bc4j.properties file exists on database tier and <HDR_HOME>/weblogic/scripts/bc4j.properties file exists on middle tier to add the following property.
    SNOMED_DEFAULT_PREFERRED_TERM_DESC_TYPEID=900000000000013009
    This property can be set to:
    900000000000013009 – Represents a Preferred Term (Synonym)
    900000000000003001 – Represents a Fully Specified Name (FSN)
    If this property does not exist, the ETS SNOMED loader will default to using the Fully Specified Name (FSN) as the default term.
  4. Update the HDR RIM application from WebLogic server admin console.
  5. Stop WebLogic HDR managed server and Admin server.
  6. Add the following JVM argument to the existing JAVA_OPTION in the startManagedWebLogic.sh file on the WebLogic managed server:
    -DEnableLogAuditEvent=false
    Example : JAVA_OPTIONS="-DEnableLogAuditEvent=false -
    Djava.util.logging.config.file=logging.properties -
    Djava.security.auth.login.config=$DOMAIN_HOME/config/weblogic.security -
    Dtangosol.coherence.mode=prod ${JAVA_OPTIONS}"
    
  7. Start the WebLogic Admin server and the HDR Managed server.