NO_RESPONSE file handling during rating in ECE and OCOMC

Implementing NO RESPONSE file handling for the ECE Cartridge Pack and Offline mediation controller (OCOMC)

PROBLEM STATEMENT : 

The ECE DC receives the CDR input stream, which includes the ECE response records from Oracle Communications Billing and Revenue Management Elastic Charging Engine and checks for CDR errors.
The records for which no response is received from ECE, they are sent to NO_RESPONSE Directory of that particular ECE DC node. If the number of files increases in this no_response directory, then it is a critical situation and this needs to be handled properly.
Such type of Revenue Leakage of the CDRs need to be appropriately routed to avoid causing losses to the Bahrain operator.

BACKGROUND STUDY :

Step 1 : Network Accounting Record (NAR) Collection Cartridge (CC).
The NAR CC reads the no response CDR input stream from the No response directory. The output is made available for the No Response DC ASCII .  

Step 2 : NO RESPONSE OCECE ASCII Distribution Cartridge (DC)
This DC receives no_response CDRs and generates CDR in an ASCII format.

Step 3 : PERL/Unix Script
·         This will read the files created/updated by OCECE ASCII DC and check for the duplicate records based on A-num and Session_id populated against each record in BRM
·         The duplicate records will be rejected and rest unique records will be written to another text file.
·         That text file will be fed to ASCII CC.

Step 4 :ASCII Collection Cartridge (CC).
This CC will pick the files which are generated after running the unix/perl script. The output is made available for the OCECE DC.

Step 5 : NO RESPONSE OCECE Distribution Cartridge (DC)
This DC receives corrected CDRs and sends to ECE for rating. 




Comments

Popular posts from this blog

cm core dump analysis

Script to create snapshot in Oracle ECE