Not Able To Load Bus_params_billing.xml In CNE
(Doc ID 2755962.1)
Last updated on OCTOBER 09, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.3.0 and laterInformation in this document applies to any platform.
Goal
On : 12.0.0.3.0 version, Load Apps
When trying to load bus_params_billing.xml with ShortCycle as enabled using config-scripts.
After helm update, checked logs for config jobs, it is showing success, but values are not getting updated in the config object. why ?
NOTE:Mod_t of the config object is having old timestamp.
Here the steps followed
[config_scripts]# cat loadme.sh
# Copyright (c) 2020 Oracle Corporation and/or its affiliates. All rights reserved.
#!/bin/sh
cp /oms/load/business_configuration.xsd /oms/sys/data/config/business_configuration.xsd
cd /oms/sys/data/config; load_pin_bus_params -v /oms/load/bus_params_billing.xml
exit 0
[config_scripts]#
[config_scripts]# kubectl logs -f config-jobs-d74ll -n abcdev-apps
Populating the Oracle Wallet #
Configuration of Virtual Time #
parsing command line options...
reading logging information...
parser initialization...
parsing document...
opening PCM connection...
flist initialization...
starting transaction...
getting data from DOM tree...
commiting transaction...
Success.
[config_scripts]#
# kubectl exec --stdin --tty brm-apps-8584fbf8ff-mnpb2 -n abcdev-apps -- /bin/bash
[omsuser@pje oms]$ sqlplus /@PINPDB
SQL> select obj_id0,param_name,param_value from config_business_params_t c where param_name like '%short_cycle%';
OBJ_ID0
----------
PARAM_NAME
--------------------------------------------------------------------------------
PARAM_VALUE
--------------------------------------------------------------------------------
93466
short_cycle
0
SQL>
[omsuser@
# Copyright (c) 2020 Oracle Corporation and/or its affiliates. All rights reserved.
#!/bin/sh
cp /oms/load/business_configuration.xsd /oms/sys/data/config/business_configuration.xsd
cd /oms/sys/data/config; load_pin_bus_params -v /oms/load/bus_params_billing.xml
exit 0
[config_scripts]#
[config_scripts]# kubectl logs -f config-jobs-d74ll -n abcdev-apps
Populating the Oracle Wallet #
Configuration of Virtual Time #
parsing command line options...
reading logging information...
parser initialization...
parsing document...
opening PCM connection...
flist initialization...
starting transaction...
getting data from DOM tree...
commiting transaction...
Success.
[config_scripts]#
# kubectl exec --stdin --tty brm-apps-8584fbf8ff-mnpb2 -n abcdev-apps -- /bin/bash
[omsuser@pje oms]$ sqlplus /@PINPDB
SQL> select obj_id0,param_name,param_value from config_business_params_t c where param_name like '%short_cycle%';
OBJ_ID0
----------
PARAM_NAME
--------------------------------------------------------------------------------
PARAM_VALUE
--------------------------------------------------------------------------------
93466
short_cycle
0
SQL>
[omsuser@
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 |