Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1903564.1
Update Date:2016-09-06
Keywords:

Solution Type  Problem Resolution Sure

Solution  1903564.1 :   Home Location Register (HLR) Responding Incorrectly To Cancel Location-1GT  


Related Items
  • Oracle Communications Subscriber Data Management (SDM)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Broadband Network Solutions>SN-SND: Tekelec SDM
  •  




In this Document
Symptoms
Changes
Cause
Solution


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

Symptoms

100% call failure for CL of some GT

Changes

 No

Cause

HLR 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
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback