Hi,
  I assume you have done a migration backup. I had the same problem some time back and 
the following set of instructions seem to work.(Though some of them might be 
unnecessary;-)).Note that I use a script for setup so if you were using the dbmgui 
search the archives-I saw something there a while back.
Regards,
Ajit

[Create the new database $DB_ID ,and users and initialize it]
#stop database
dbmcli -d $DB_ID -u $SETUPUSER,$SETUPPWD db_stop
#set it to cold state
dbmcli -d $DB_ID -u $SETUPUSER,$SETUPPWD db_start
dbmcli -d $DB_ID -u $SETUPUSER,$SETUPPWD db_cold

dbmcli -d $DB_ID -u $SETUPUSER,$SETUPPWD  
#create the medium
>>medium_put datamedium  "$DATAFILE" FILE DATA
>>db_offline
>>db_start -f
>>util_connect
>>util_execute INIT CONFIG
#recover 
>>recover_start datamedium DATA
>>db_warm
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to