I am trying to create the HOTELDB instance using dbmcli, but encountering
some problems.

dbmcli  db_create  HOTELDB  DBM,DBM
dbmcli -d HOTELDB -u DBM,DBM
param_startsession
param_init
param_put _UNICODE YES
param_put SESSION_TIMEOUT 0
param_put MAXUSERTASKS 20
param_put CACHE_SIZE 2500
param_put MAXDATAVOLUMES 64
param_checkall
param_commitsession

All of the above commands worked ok, but when I did:

param_addvolume 1 DATA "C:\Documents and Settings\All Users\Application
Data\sdb\HOTELDB\data\DISKD0001" F 32768
param_addvolume 1 LOG "C:\Documents and Settings\All Users\Application
Data\sdb\HOTELDB\log\DISKL0001" F 16384

It didn't work: "-24892,ERR_NOVOLDIR: the directory
/var/opt/sdb/data/HOTELDB/data does not exist" . When I changed this to:

param_addvolume 1 LOG LOG_001 F 2000
param_addvolume 1 DATA DAT_001 F 10000

It worked ok. I then did:

db_admin
db_activate DBA,DBA
load_systab

And the first two commands worked fine, but 'load_systab' comes back with
"ERR -24936,ERR_DBNORUN: database is not running". I've tried starting the
database with "dbmcli -d HOTELDB -u DBM,DBM db_start" and this completed ok,
but when I go back to the dbcli I get the same error, ERR_DBNORUN.

Please could someone help me!

Thanks



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2/7/2005




This e-mail was scanned for viruses using BitDefender

____________________________________________________________________________
This email and all attachments have been electronically scanned by Kingston
Communications' email Anti-Virus service and no known viruses were detected.
____________________________________________________________________________




-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to