From: Dominic Veit [mailto:[EMAIL PROTECTED]]
> I tried to migrate a DB-Instance from SAP-DB 7.3.0.15, RH 7.1 > to SAP-DB > 7.3.0.29, SuSE 8.1. I backed up the DB with dbmcli (FILE). > The backup was > consistent. The recover-output didn't say anything > problematic. However > when trying to warm the DB I get the message: > > ERR > -24988,ERR_SQL: sql error > -8003,Message not available "-8003 Log and data must be compatible" ( <http://www.sapdb.org/htmhelp/c5/e3c635d0998e4be10000009b38f839/frameset.htm> ) You have restored your backup in a database which was formerly in mode ONLINE (respectively WARM). So there is log content which does not match to the data content restored from the backup. Before the recovery reset your database in mode ADMIN (respectively COLD) with the DBM command "util_execute INIT CONFIG". Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
