I'm trying to create a db by following the directions on the web site
(http://www.sapdb.org/sap_db_howto.htm#How to install a database instance).
Everytime I
run the command below I get this resault. Can someone tell me where I've
went wrong?

$ dbmcli -d opencms -u opencms,opencms -i initsapdb
>param_startsession
OK

---
>param_init
OK

---
>param_put MAXUSERTASKS 5
OK

---
>param_checkall
OK

---
>param_commitsession
OK

---
>param_adddevspace 1 SYS sys_001 F
OK

---
>param_adddevspace 1 LOG LOG_001 F 2000
OK

---
>param_adddevspace 1 DATA DAT_001 F 10000
OK

---
>db_cold
ERR
-24994,ERR_RTE: runtime environment error
1,Kernel died before reaching COLD state

---

Reply via email to