BRM12 CN - How To Deploy New Billingcare Infranet.properties After Adding New Custom Fields
(Doc ID 2831500.1)
Last updated on DECEMBER 02, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.4.0 and laterInformation in this document applies to any platform.
Goal
On : Cloud Native Billing and Revenue Management (BRM) 12.0.0.4.0 version, Billing Care (BC), Billing Care Web Services (BCWS)
Given the following scenario:
- out of the box (OOTB) /payinfo/cc class has been customized by adding 4 new custom fields
- InfranetPropertiesAdditions.properties and customfields.jar were generated as per procedure from here:
https://docs.oracle.com/en/industries/communications/billing-revenue/12.0/dev-guide/creating-custom-fields-and-storable-classes1.html#GUID-34A9B9EF-AAA1-4F16-AC63-9F8F5563BB38
- in cloud native environment running BRM 12.0.0.4.1, manually added new custom fields definition in Infranet.properties of both BC and BCWS by executing this procedure:
1. Change the infranet.properties inside the PVC. To be noted customfields.jar has not been added to PVC
2. Stop BCWS by scaling it down to 0. kubectl edit domain bcws-domain and change serverStartPolicy: IF_NEEDED to serverStartPolicy: NEVER . This will stop BCWS
3. Start BCWS . kubectl edit domain bcws-domain and change serverStartPolicy back to IF_NEEDED
- after above changes, BC and BCWS were able to get details of accounts having /payinfo/cc linked
- one is now trying to create new docker image to include these changes, as "the manual installation has been removed and base files restored by the cluster".
How it can be done?
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 |