cancel
Showing results for 
Search instead for 
Did you mean: 

Backup failing

Former Member
0 Kudos

We had a problem where there were server corrupted tables and indexes. We rebuilt the problem tables and indexes but the backup is still failing with the following error:

2011-01-06 08:26:10 0x63C ERR 20005 Kernel Bad page - header and trailer not matching

2011-01-06 08:26:10 0x63C ERR 20006 Kernel + Header [ 369291 - data - inv_subtree - checksumData - empty ]

2011-01-06 08:26:10 0x63C ERR 20007 Kernel + Trailer[ 303475 - data - inv - checksumData - empty ]

2011-01-06 08:26:12 0x63C ERR 20005 Kernel Bad page - header and trailer not matching

2011-01-06 08:26:12 0x63C ERR 20006 Kernel + Header [ 369291 - data - inv_subtree - checksumData - empty ]

2011-01-06 08:26:12 0x63C ERR 20007 Kernel + Trailer[ 303475 - data - inv - checksumData - empty ]

2011-01-06 08:26:14 0x63C ERR 20005 Kernel Bad page - header and trailer not matching

2011-01-06 08:26:14 0x63C ERR 20006 Kernel + Header [ 369291 - data - inv_subtree - checksumData - empty ]

2011-01-06 08:26:14 0x63C ERR 20007 Kernel + Trailer[ 303475 - data - inv - checksumData - empty ]

2011-01-06 08:26:16 0x644 ERR 52012 SAVE error occured, basis_err 6433

2011-01-06 08:26:16 0x644 ERR 51080 SYSERROR -9407 unexpected error

2011-01-06 08:26:16 0x644 ERR 3 Backup Data backup failed

2011-01-06 08:26:16 0x644 ERR 5 IOMan + Failed consistency check

on read page,VOLUME_TYPE=data,VOLUME_ID=3,BLOCK_NO=32316,VOLUME_ID_1=3,BLOCK_NO_1=323

2011-01-06 08:26:16 0x644 ERR 5 IOMan + 15,NUMBER=2,NUMBER1=2,NUMBER2=4,NUMBER3=5

2011-01-06 08:26:16 0x644 ERR 10 IOMan + Data backup is inconsistent,VOLUME_ID=3,BLOCK_NO=32318

2011-01-06 08:26:16 0x644 ERR 17 SrvTasks + Servertask Info: because Error in backup task occured

2011-01-06 08:26:16 0x644 ERR 10 SrvTasks + Job 5 (Backup / Restore Volume Task) [executing] WaitingT85 Result=6433

2011-01-06 08:26:16 0x644 ERR 6 KernelCo + Error in backup task occured, Error code 6433 "system_error"

2011-01-06 08:26:16 0x644 ERR 5 Converte + Page is not a part of the current data backup,PAGENO=642717,PERSISTENT_TYPE=perm

2011-01-06 08:26:16 0x644 ERR 1 Backup + Backupmedium #1 (c:\backup\database.bak) end of file reached

2011-01-06 08:26:16 0x644 ERR 6 KernelCo + Backup error occured, Error code 5750 "write_task_crash"

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

Hi there,

if you really did "rebuild the problem tables and indexes", then the reason for the failing backup is that the pages are still on the to-be-backed-up list.

In order to fix this, you should run a "CHECK DATA WITH UPDATE" in ADMIN mode.

But please make sure to have a current release of MaxDB in place here, since there had been some bugs with CHECK DATA.

Besides that, I highly recommend that you digg out the last backup that was done without error and all the log backups created since then.

regards,

Lars