[SOLVED] ERROR 4351 : DATA INCONSISTENCY
-
wizzy
[SOLVED] ERROR 4351 : DATA INCONSISTENCY
Data base checking in progress ...
/............ERROR 4351 : DATA INCONSISTENCY, Table POSTE, station=0003 func_moc=0 neqph
..ERROR 4351 : DATA INCONSISTENCY, Table TABGPBX, pbx_nbr=0 nulog=40
any ideas ????
/............ERROR 4351 : DATA INCONSISTENCY, Table POSTE, station=0003 func_moc=0 neqph
..ERROR 4351 : DATA INCONSISTENCY, Table TABGPBX, pbx_nbr=0 nulog=40
any ideas ????
Last edited by wizzy on 11 Dec 2006 05:25, edited 1 time in total.
-
spring
-
spring
Here is the content of TC410
1. PROBLEM
Risk of misfunctioning if the management of overflow directory number of entities/attendant groups is
not performed.
Concerned releases
All.
2. CONSEQUENCE
Misfunctioning such as backtraces or unexplained CPU reboot.
Memory corruption on private/public incoming calls if the final destination is one of these directory
numbers.
These misfunctioning do not occur immediately.
The checkdb command is used to check the status of entity management: an incident is sent for each
entity or attendant groups if the overflow directory number is wrong or not correctly managed.
Examples of incidents
4351=Data inconsistency : appli INITREM table ENTITY cause invalid cdt info 0 -1 –1
􀃎 Manage the overflow directory number.
ERROR 4351 : DATA INCONSISTENCY CDT cdt not initalized info1=1 info2=0 info3=-1
􀃎 Wrong management of overflow directory number (attendant group call distribution) : the
directory number is wrong.
ERROR 4351 : DATA INCONSISTENCY CDT cdt not initalized info1=0 info2=1 info3=-1
􀃎 Wrong management of overflow directory number (attendant call distribution) : the directory
number is wrong.
01/10/02 08:26:28 000001M|00/11/0/000|=3:1307=MCDU tab distri entite 1, col Day, lig 4
incorrect ou absent
3. SOLUTION
Manage the various overflow directory numbers until the checkdb et telephone application incidents disappear.
1. PROBLEM
Risk of misfunctioning if the management of overflow directory number of entities/attendant groups is
not performed.
Concerned releases
All.
2. CONSEQUENCE
Misfunctioning such as backtraces or unexplained CPU reboot.
Memory corruption on private/public incoming calls if the final destination is one of these directory
numbers.
These misfunctioning do not occur immediately.
The checkdb command is used to check the status of entity management: an incident is sent for each
entity or attendant groups if the overflow directory number is wrong or not correctly managed.
Examples of incidents
4351=Data inconsistency : appli INITREM table ENTITY cause invalid cdt info 0 -1 –1
􀃎 Manage the overflow directory number.
ERROR 4351 : DATA INCONSISTENCY CDT cdt not initalized info1=1 info2=0 info3=-1
􀃎 Wrong management of overflow directory number (attendant group call distribution) : the
directory number is wrong.
ERROR 4351 : DATA INCONSISTENCY CDT cdt not initalized info1=0 info2=1 info3=-1
􀃎 Wrong management of overflow directory number (attendant call distribution) : the directory
number is wrong.
01/10/02 08:26:28 000001M|00/11/0/000|=3:1307=MCDU tab distri entite 1, col Day, lig 4
incorrect ou absent
3. SOLUTION
Manage the various overflow directory numbers until the checkdb et telephone application incidents disappear.
-
cavagnaro
- tot3nkopf
- Alcatel Unleashed Certified Guru

- Posts: 4058
- Joined: 02 Feb 2006 10:41
- Location: Germany & Romania
- Contact:
You simply have a database incoherency. You can manualy check the SQL tables to see which one is station 0003 (in one of the tables you find there you will get the correspondence between 0003 and interior number). maybe you can fix this by deleteng and recreating the interior to which station 0003 corresponds).
By the way to enter the PBX's database the command is:
cdmao
/usr/fab/cuser . m
and you're in.
Enjoy (you need some SQL commands though).
To view certain fields from DB for example use something like:
"select numan from poste" to extract the numan field from "poste".
Hope that helps.
By the way to enter the PBX's database the command is:
cdmao
/usr/fab/cuser . m
and you're in.
Enjoy (you need some SQL commands though).
To view certain fields from DB for example use something like:
"select numan from poste" to extract the numan field from "poste".
Hope that helps.
