Hello Stephen, >-24977,ERR_COMMAND: unknown command "restore_config"
that would be recover_config. >Can we focus on creating a restore_demo_db.cmd that is tested and works? I thought my previous covered this. >With 7.3 I had this all working, but something changed in the procedure in >7.4 that I can't track down. Do you mind telling us the symptoms? Best Regards, Tilo Heinrich SAP Labs Berlin -----Original Message----- From: Stephen Gutknecht (SAPDB) [mailto:[EMAIL PROTECTED] Sent: Freitag, 14. M�rz 2003 15:04 To: Brunzema, Martin; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: Help! SAPDB 7.4 restore from backup DBMCLI - create_demo_db. cmd example Martin, dbmcli on TST>ERR -24977,ERR_COMMAND: unknown command "restore_config" Can we focus on creating a restore_demo_db.cmd that is tested and works? Exactly what modifications to the stock create_demo_db.cmd needs to be made? It only takes a couple minutes to do the backup and run a restore of such a small database. With 7.3 I had this all working, but something changed in the procedure in 7.4 that I can't track down. Thank you. Stephen Gutknecht currently in Lake Havasu City, Arizona, USA -----Original Message----- From: Brunzema, Martin [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 5:31 AM To: '[EMAIL PROTECTED]'; Stephen "Gutknecht (SAPDB); '[EMAIL PROTECTED]' Subject: RE: Help! SAPDB 7.4 restore from backup DBMCLI - create_demo_db. cmd example Hi, before init config and recovering the data, the configuration of the DB should be initialized to the values from the backup by the command restore_config <backup_medium> But IIRC this should be the case in 7.3 too, if you dropped the database before. regards, martin > -----Original Message----- > From: Dominic Veit [mailto:[EMAIL PROTECTED] > Sent: Freitag, 14. M�rz 2003 14:05 > To: Stephen "Gutknecht (SAPDB) > Cc: '[EMAIL PROTECTED]' > Subject: Re: Help! SAPDB 7.4 restore from backup DBMCLI - > create_demo_db.cmd example > > > Hi, > > as somewhere else in this mailinglist to read, follow the three simple > steps: > > after backup, you have to INIT the DEV-Spaces. The db must be in state > db_cold!: > > dbmcli: util_connect > util_execute INIT CONFIG > util_release > > Then make sure, that the db is still cold, migrate the backup: > > util_connect > recover_start completeF > util_release > > The last step is to warm the db. > > That should do. Don't forgett to set the state cold during the process > and to reinitialise the Dev-Spaces. > > Regards, > > Dominic > > On Fri, 2003-03-14 at 13:37, Stephen Gutknecht (SAPDB) wrote: > > Hi, > > > > I am still unable to get my 7.4 backups to restore on > Windows 2000 using the > > DBMCLI commands I used for 7.3. So I've decided to work > with the TST > > database to get the procedure for 7.4. > > > > Can someone on the SAPDB team me how to modify > create_demo_db.cmd so that it > > will do a restore instead of creating a fresh database? > > > > Here is the backup commands I am using: > > > > backup_demo_db.cmd > > ===================== > > dbmcli -n localhost -d TST -u dbm,dbm medium_put completeF > C:\TSTBK FILE > > DATA 0 8 YES > > dbmcli -n localhost -d TST -u dbm,dbm -uUTL test,test -c > backup_start > > completeF MIGRATION > > > > Next I drop the database and now I want to create it from > the restore file. > > > > Can you show me how to create a restore_demo_db.cmd off of > the original > > create_demo_db.cmd that creates a new database instance > from this backup? > > > > Do you still do the restore in place of the util_activate? > > > > Thank you. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
