Hi! I've read several information about backup and restore SAP DB's.
Also article http://listserv.sap.com/pipermail/sapdb.general/2002-April/011650.html . Now I have an additional question: We want to perform a similar copy, but from our client's server to ours. So I generated a backup via util_connect medium_put completeF d:\dbBackup.dat FILE DATA 0 8 YES NO backup_start completeF MIGRATION DATA AUTOIGNORE Then I generated an empty db on my system via db_create ClientDB blu,password param_startsession param_init param_put MAXUSERTASKS 99 param_checkall param_commitsession param_adddevspace 1 SYS D:\testDB\sys_001 F param_adddevspace 1 LOG D:\testDB\LOG_001 F 2000 param_adddevspace 1 DATA D:\testDB\DAT_001 F 10000 db_cold db_start util_connect util_execute INIT CONFIG After that I restored the old db: util_connect medium_put completeF d:\dbBackup.dat FILE DATA 0 8 YES NO recover_start - Till now, everything's fine. But there are no users known to the database. I tried to restore the parameters via dbmcli on ClientDB>recover_config completeF ERR -24933,ERR_NOSERVICESESSION: no service kernel session available So far, so good. But when trying to start a service session an error occurs: dbmcli on ClientDB>service_connect ERR -24994,ERR_RTE: runtime environment error 1060,Kernel start failed Do I have to enter the params manually? Do I have to add the user groups and users manually? _What else do I have to think about to get a 1:1 copy??_ Thanks in advance. Yours sincerely, Benjamin Lukner trinomix GmbH _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
