Hello,
We are trying to install maxdb and create a database, on a Suse 10.1
We downloaded the maxdb-all-linux-32bit-i386-7_8_02_35.tgz
We extracted and install with ./SDBINST
The installation process finished without errors
Then we try to create a database :
base@or:/pl/sdb/MAXDB/bin> ./dbmcli -s db_create BASE1 ADMINDB,ADMINDB
OK
base@or:/pl/sdb/MAXDB/bin> ./dbmcli -d BASE1 -u ADMINDB,ADMINDB -i /pl/maxdb/test.script
>param_startsession
OK
---
>param_init
OK
---
>param_put MAXUSERTASKS 5
OK
---
>param_checkall
OK
---
>param_commitsession
OK
---
>param_addvolume 1 LOG LOG_001 F 2000
OK
---
>param_addvolume 1 DATA DAT_001 F 10000
OK
---
>db_admin
ERR
-24994,ERR_RTE: Runtime environment error
20090,Check kernel message file! Kernel exited with '0' before reaching ADMIN st
ate
Can you help me please ?
Thanks for answer