CDR Date Validation in Collection Cartridges
(Doc ID 2359211.1)
Last updated on AUGUST 19, 2020
Applies to:
Oracle Communications Offline Mediation Controller Cartridges - Version 6.0.0.3.0 and laterInformation in this document applies to any platform.
Symptoms
On : 6.0.0.3.0 version, Cartridge Pack
The recommended way to process dates is using:
out.timestamp = str2TimeInMilliSecs(in.timestamp,"yyyyMMddHHmmss");
However for some CDRs with invalid date like "20170840120000" (day 40 is invalid), the CDR is getting processed successfully but it should get rejected.
Is this a known defect? How to detect and reject CDRs with invalid dates?
Current behavior:
CDR's are getting processed.
Expected behavior:
CDR's should get rejected.
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 |
Cause |
Solution |
References |