Release Notes for Oracle Health Insurance Product Definition Patch 4.23.1.0.5
This document contains the release notes for Oracle Health Insurance Product Definition Patch 4.23.1.0.5.
Version compatibility: Oracle Health Insurance Product Definition Release 4.23.1.x is only compatible with other Oracle Health Insurance applications release version 4.23.1.x unless explicitly stated otherwise. |
In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Upgrade Steps for Installation
To perform the upgrade, perform the following steps:
-
Perform any pre-upgrade steps.
-
Stop all the managed nodes running the existing version of the application.
-
Perform any pre-undeploy steps.
-
Undeploy the existing version of the application.
-
Back up the database.
-
Perform any post-undeploy steps.
-
Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.
-
Change Installation Configuration: In
<OHI_ROOT>/util/install
, make a copy ofohi_install.cfg.template
and name itohi_install.cfg
. -
Edit
ohi_install.cfg
to contain your specific database connection data and other configuration settings. The settings are explained in the file itself. -
Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)
-
Run the Upgrade script:
-
Open a command window and browse to
<OHI_ROOT>/util/install
. -
Run the upgrade by executing
./ohi-update.sh .
-
-
Make the required changes to the ohi properties file
-
Perform any post-upgrade steps
-
Start WebLogic application server
-
Deploy the Application
-
Perform any post-deploy steps
Bug Fixes
BugDB | SR | Internal | Summary |
---|---|---|---|
35702222 |
PRD-3705 |
SaaS: Default service options and services are not getting added while creating a new product. |
|
Description: |
When 'productIncludeDefaultJET' has a value set to true, this should allow the users to add default services and service options to the Product. Currently, this is not happening in SAAS environments. |
||
Resolution: |
Changed logic to ensure that it accepts the header value case-insensitively and adds default service options and services to the product. |
||
36506953 |
3-36314937451 |
PRD-4329 |
Parameter Alias Value Not Visible in JET when it has value 0 |
Description: |
Parameter values of any type, when the parameter has a value of 0, are not displayed in JET |
||
Resolution: |
Parameter Alias value which has value set to 0 is visible in JET |
||
36459375 |
3-36176430291 |
PRD-4253 |
Dynamic records ID should be returned as string in the API response |
Description: |
The ID of dynamic records of resources are returned as number (Long) in the API response, they should be returned as String. |
||
Resolution: |
The Dynamic records ID was transformed from Long to String in the API response |
||
37082183 |
3-37721036601 |
PRD-4638 |
Carry-over settings are not copied during the copy product IP operation. |
Description: |
Carry-over settings are not copied during the copy product IP operation. |
||
Resolution: |
During the product copy operation, if a product has any carry-over settings, we have added logic to ensure that the carry-over settings are copied along with the product. |
||
36993206 |
3-37715853681 |
PRD-4586 |
Dynamic records ID should be returned as string in the API response |
Description: |
The ID of dynamic records of resources are returned as number (Long) in the API response, they should be returned as String. |
||
Resolution: |
The Dynamic records ID was transformed from Long to String in the API response |
||
37184632 |
3-38227256651 |
PRD-4671 |
reservation regime - regimecode is missing in the product export zip (for products_http) |
Description: |
reservation regime - regime code is missing in the product export zip (for products_http) |
||
Resolution: |
regime code is added to product export zip (for products_http) |
||
37052325 |
PRD-4607 |
Clicking on File Export should download file in HTML format in ADF |
|
Description: |
Clicking on File Export should download file in HTML format in ADF. |
||
Resolution: |
When user clicks on File Export in ADF UI Page, file gets downloaded in HTML format. |
||
35675381 |
PRD-3689 |
Table pages: Only the first few records are loaded in UI; no scrolling is possible after those first few records |
|
Description: |
In table pages, all the records are not rendered in UI. Fewer records are displayed than the total records available. When we add a new record, it is not shown in the UI after scrolling but displayed on search. |
||
Resolution: |
Scrolling is possible after the first few records, and all the results loaded are visible in the UI. |