I have a system with 1 DBMS table error and tried doing a DBMS check full and DBMS save and still not cleared he error. Im trying to avoid doing a restore to clear the fault as I believe that its a bit extreme. Ive been reading the software and error logs and have come up with this :
The bad record is in the forwarding info table in record number 844. If I do the DBTAB command, I get the following info :
sws_fwding_info [ 844 ] =
0A 0B 0C 0D 0E 0F 00 01 02 03 04 05 06 07 08
09
02C81C4A: D3 00 00 BD 00 00 00 00 00 00 00 00 00 00 00 00
02C81C5A: 00 00 00 00
I do know how to read the hex values and convert them to decimal, but I need to know how to take the above info and relate it to the record I need to delete. Can anybody shed any light on this or how to use the DBTAB command effectively in clearing database errors. This is my first try at trying to clear a database error without doing a data restore and any help would be much appreciated.
The bad record is in the forwarding info table in record number 844. If I do the DBTAB command, I get the following info :
sws_fwding_info [ 844 ] =
0A 0B 0C 0D 0E 0F 00 01 02 03 04 05 06 07 08
09
02C81C4A: D3 00 00 BD 00 00 00 00 00 00 00 00 00 00 00 00
02C81C5A: 00 00 00 00
I do know how to read the hex values and convert them to decimal, but I need to know how to take the above info and relate it to the record I need to delete. Can anybody shed any light on this or how to use the DBTAB command effectively in clearing database errors. This is my first try at trying to clear a database error without doing a data restore and any help would be much appreciated.