Hi Andreas, [Andreas Ernst wrote] > Subject: Re: -24988, sql error [db_warm -f]; -9212,Message > not available > > Hi Uwe, > > i think you need some more information: > > I have two databases running, a 'normal' one on SuSE Linux 7.3 and a > testing database at home on W2K. > I come from Adabas (there where both running under Linux, because at > home i had an Win98 computer and no more licence). > And now i like it, to have only one coumputer running for testing.
[snipped some info] > With SAP DB i use the repmcli, because after a disscussion on > this list with Tilo, there __is__no__OS__indipendent__backup!!!! > (but some want this - greetings to Jojo - I too - repmcli > does not save users and groups!!): > What do you mean with 'repmcli does not save users and groups'? The command CATALOGEXTRACT TABLE|USER|ALL saves the complete schema of a table, user, or database including the users/groups (afaik). And you can load the schemes using the CATALOGLOAD command. > repmcli -u andreas,pw -d DIS -b backup -o sapdb.log > > tableextract user outfile '/home/aeps/dis_backup' > > When i start at home my computer, and with the database manager the > database i got this error. > Did you get the error before loading the data or after? I suppose before loading? > At home then i recover the backup with the repmcli. > Hmm, I'm sure 'recover' isn't the thing you meant. You can't recover with repmcli. > At home i need no backup, no autolog function, the database > big enough. > Partially not true. When loaded the data using the TABLELOAD command you should backup your data. Otherwise you won't be able to insert data into your tables because they were loaded without logging. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
