To install the new maxdb instance with your 7.3 migrated backup use the following.
db_admin util_connect db_activate recover backupMedium db_online If you use recover_start the log volume is not initialized. This is shown to you in the knldiag with the error message "db identifier mismatch" which means that your log does not belong to the current data area. Kind regards, Uwe >-----Original Message----- >From: Peter Matuska [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 25, 2004 3:30 PM >To: [EMAIL PROTECTED] >Subject: 7.3.0.25 to 7.5.0.12 upgrade problem > > >Hello, > >I'm trying to upgrade SAPDB 7.3.0.25 to MAXDB 7.5.0.12 but without >success. > >A) I tried sdbupd.exe and then the procedure documented in Database >Upgrade from SAP DB 7.3 to 7.4 > with sdbinst.exe but the result was the same error. > >load_systab >ERR >-24909,ERR_DBAUNKNOWN: SYSDBA unknown > >B) As second try I made backup using this sequence of commands: > > db_offline > db_cold > util_execute migrate > util_connect > backup_start backupMedium > >then I dropped database, uninstalled sapdb, installed maxdb >and restored >database with: > > db_cold > util_connect > recover_start backupMedium > db_online > >This time the result was: > >ERR >-24895,ERR_SHUTDOWN: shutdown of database occured >-71,connection broken > >klndiag.err : > >2004-05-25 14:58:43 0xB98 ERR 27 Log DBIdentifier of >DataVolume (bips-nn.nbs.sk:BIPS_20040525_113623) and LogVolume >(bips-nn.nbs.sk:BIPS_20040525_144430 >2004-05-25 14:58:43 0xB98 ERR 27 Log ) does not match > > >Any ideas ? What's wrong ? > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
