New to MaxDB. Installed 7.5.0.8 on win xp. everything
is fine. 

when create an instance, the approach of script
doesn't work. it prints OK on the screen and exit. No
actual database directory is installed on data/wrk/.
However use the same commands without a script (ie
within dbmcli) to set the param and db_admin and
db_activate. It works perfectly. Any suggestion?

thanks. script follows

param_startsession
param_init OLTP
param_put CAT_CACHE_SUPPLY 300
param_put CACHE_SIZE 15000
param_put MAXDATAVOLUMES 5      
param_put MAXUSERTASKS 5 
param_checkall 
param_commitsession 
param_addvolume 1 LOG LOG_001 F 1024
param_addvolume 1 DATA DAT_001 F 10000 
db_admin 
util_connect
db_activate jzhu,phoebe
util_release
load_systab -ud phoebe


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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

Reply via email to