Martin Cordova S. wrote: > > While restoring a data backup (no logs) in a fresh > reinstalled database > instance, this error is triggered: > > ERR_SHUTDOWN: shutdown of database occured > > my command for dat restore, just after the creation of the database: > > db_cold > util_connect dbm,dbm > recover_start data > util_release > db_warm > > "db_warm" is failing. Same for db_online. > > my database re-creation script (same as for original creation): > > param_startsession > param_init > param_put MAXUSERTASKS 50 > param_put MAXDATADEVSPACES 50 > param_checkall > param_commitsession > param_addvolume 1 LOG c:\sapdb\data\prod\LOG_001 F 1000 > param_addvolume 1 DATA c:\sapdb\data\prod\DAT_001 F 10000 > db_admin > util_connect > util_execute INIT CONFIG > util_activate dba,dba > util_release > load_systab -ud domain > sql_connect dba,dba > sql_execute CREATE USER sa PASSWORD basica DBA NOT EXCLUSIVE > medium_put data c:\sapdb\data\prod\datasave FILE DATA 0 8 YES > medium_put auto c:\sapdb\data\prod\autosave FILE AUTO > util_connect dbm,dbm > backup_save data > autosave_on > > My problem is: how to restore a data backup in the scenario of a total > reinstall of the database software (disk crash). I just can't find a > step-by-step recipe, the samples from the dbmcli > backup/restore PDF are not > working for me. > > Any help will be very appreciated. > > Regards, > Martin
""db_warm" is failing. Same for db_online." Mhm, could you please be a little bit more precise? What is the file knldiag telling you and us? Usually with its output one can see what is really going wrong (what can not be seen when just told 'is failing'), then one can check the archive and if this does not help ask the list again with those details. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
