![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1903564.1 : Home Location Register (HLR) Responding Incorrectly To Cancel Location-1GT
In this Document
Created from <SR 2-9401024> Applies to:Oracle Communications Subscriber Data Management (SDM) - Version SDM 9.2.5 to SDM 9.5 [Release SDM 9.0]Tekelec Symptoms100% call failure for CL of some GT ChangesNo CauseHLR downgrades Application Version to 1 for that GT which can be found in bluedbg.hlrspnodenumberacmapping in the dB. +-----------+-------------+------+-----------+---------------------+ | NodeClass | NodeNmb | AcId | AcVersion | ActiveSubsTimeStamp | +-----------+-------------+------+-----------+---------------------+ | 149 | 14047259### | 2 | 1 | 2014-04-03 04:44:54 |
Solution
Patch 3 on 9.2.5 will fix the issue.
The following work around can be applied for temporary solution. 1) Delete : a) Log in to BlueCli: BlueCli -u admin :Hlr[]:HlrConfig[HlrInstance = 1]:MapPolicing[]> delete NodeNumberAcMapping[AcId =2; NodeNmb =14047259539] This Command could potentially delete multiple instances permanently. Proceed with delete? (y/[n]): y Deleted: 1
2) Add with AcVersion = 3: :Hlr[]:HlrConfig[HlrInstance = 1]:MapPolicing[]> add NodeNumberAcMapping[AcId = 2; NodeNmb = 14047259539; AcVersion = 3; NodeClass = 149] Added: 1
3) Check the DB : mysql> select * from bluedbg.hlrspnodenumberacmapping where NodeNmb like "%14047259539%";
+-----------+-------------+------+-----------+---------------------+ | NodeClass | NodeNmb | AcId | AcVersion | ActiveSubsTimeStamp |
+-----------+-------------+------+-----------+---------------------+
| 149 | 14047259### | 2 | 3 | 2014-04-03 08:36:24 |
Attachments This solution has no attachment |
||||||||||||||||||
|