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 ? 

Reply via email to