db_create accepts 3 arguments: 1. the Instance-Name, 2. The DB-User and 3. the OS-System-User (each user komma-seperated user-pwd list). You didn't specify the system user, so db_create probably created the files for your database as root. Since SAP-DB runs (normally) under user sapdb, the sapdb has no access to the instance which runs as user root (permission denied).
Just use:
db_create MYDB DBMUSER,DBMPWD SYSUSER,SYSPWD
Normally SYSUSER,SYSPWD is sapdb,sapdb .
I hope, this is of some use for you.
Regards,
Dominic Veit
You created the
--On Tuesday, March 04, 2003 01:29:25 PM +0100 Frank Friedmann <[EMAIL PROTECTED]> wrote:
hi all, i tried to install and start a new db-instance via dbmcli (on linux loged on as root) by following steps dbmcli> db_create mydb myuser,mypasswd OK dbmcli on mydb>user_logon myuser,mypasswd OK dbmcli on mydb>param_startsession OK dbmcli on mydb>param_init OK dbmcli on mydb>param_put MAXUSERTASKS 50 OK dbmcli on mydb>param_checkall OK dbmcli on my>param_commitsession OK dbmcli on mydb>param_adddevspace 1 SYS sys_001 F OK dbmcli on mydb>param_adddevspace 1 LOG log_001 F 1024 OK dbmcli on mydb>param_adddevspace 1 DATA dat_001 F 2048 OK dbmcli on mydb>db_cold ERR -24994,ERR_RTE: runtime environment error 1,Kernel died before reaching COLD state
the knldiag file prints the following ... ERR 11031 vdiagini cannot open tracedevspace 'knltrace': Permission denied
how should i understand this (what permission systempermission || dbpermission)
i tried another way via databasewizard (win2000, loged on linux as root) as well but the same error occurs
what is my misstake and how can i solve this
regards frank
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
--- Dominic Veit (Software Developer) Medical Center, University of Freiburg Dept. of Rheumatology and Clin. Immunology Hugstetterstr. 55 79106 Freiburg (Germany) Tel.: 0761 270 36 96 Fax: 0761 270 35 31 E-mail: [EMAIL PROTECTED] _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
