DM_Oracle Generates Error When Reading Fold Event Object
(Doc ID 1926376.1)
Last updated on SEPTEMBER 30, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 to 7.5.0.0.0 [Release 7.5.0]Information in this document applies to any platform.
Symptoms
On : BRM 7.5.0.0.0 version, DM
Error in DM_Oracle
STEPS
-----------------------
1. create a fold for folding pipeline resource R1 (e.g. free minutes).
2. create acct with pipeline plan that consumes the resource R1.
3. pipeline rate the acct. (in this case there are 118 events)
4. run billing.
5. check if folding event has balance_small as null and balance_large is not null. Try to read the fold event using testnap.
OR
1. create an event using testnap and the flist provided in fold.small. The sub_bal array is 4000 characters, so it will fit in event_essentials_t.balance_small.
2. try to read the event just created with testnap. Should work ok.
3. create an event using testnap and the flist provided in fold.large. The sub_bal array is greater 4000 characters, so it will NOT fit in event_essentials_t.balance_small, so the balance_large will be filled.
4. now, if you try to read the event created in 3, you will get an error.
Attached the fold.large
ERROR
-----------------------
error seen in DM Oracle pinlog:
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 |