Answer: This can happen if a table is manually restored via SQL rather than using restorefrombackup. A flag is left in the database that indicates restorefrombackup needs to run to restore the data from the xxtable_name to table_name.
To correct this you need to remove these flags from the database. To verify if these are incorrect run the following query.
select restoredata from maxtable where tablename='table_name'
select restoredata from maxtablecfg where tablename='table_name'
If either of these return a value of 1 they must be changed to 0 to allow ConfigDB to run.
Suri,
ReplyDeleteI don't have clue what table i need to use.In that case what i can do