cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
610
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

To check for replication issues between Points Of Presence (POPs) Times Ten (TT) instances, query TT for count of records in the NRS_MAP and SUBSCRIBER tables. The count of records should be the same on both tables and on each POP TT instance.

If the numbers are out of sync, contact Cisco Technical Support.

Resolution

To resolve this issue, navigate to the TT installation directory or bin and issue these commands:

  • ./ttIsql -connStr DSN="Instance_Name"
  • sql> select count(*) from nrs_mapping;
  • sql> select count(*) from subscriber;
  • sql> exit;

Issue the commands in every instance on each POP and core site.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: