Repeated CMT Deploy Updates Audit Tables Incorrectly
(Doc ID 1083407.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.3.0.0.0 to 7.5.0.0.0 [Release 7.3.0 to 7.5.0]Information in this document applies to any platform.
Symptoms
Issue :
If pin_cmt deploy is run multiple times for same stage id , it results in inconsistent data in au_profile_t and au_service_t .
Scenario:
- run pin-cmt -import (stage id 100) with any sample input xml and check the following query output :
select poid_type, au_parent_obj_type from au_service_t where poid_id0=386058;
/service/ip NULL - introduce a failure when pin_cmt -deploy is executed. For example, stop eai_js, so that pin_cmt fails at the time of running cycle_fees , during pin_cmt deploy.
- run pin-cmt -deploy (for stage id 100). It results in an error. See below output of the sql query:
select poid_type, au_parent_obj_type from au_service_t where poid_id0=386058;
/au_service/ip /service/ip - now start eai_js so that next run of pin_cmt succeeds this time
- run pin_cmt -deploy (for stage id 100) again. Check the same sql query output:
/au_service/ip /au_service/ip
Notice that the second column has changed to '/au_service/ip' while it should remain as '/service/ip'
Note : Same issue is exhibited for au_profile_t table. Due to the issue, rating of CDRs is failing.
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |