On Fri, 2003-11-21 at 10:27, Ignat Krushev wrote:
> /opt/sdb/programs/bin/dbmcli db_create TST DBM,DBM
> 
> file tstdb:.....
> param_startsession
> param_init
> param_put MAXUSERTASKS 5
> param_checkall
> param_commitsession
> param_addvolume 1 LOG LOG_001 F 2000
> param_addvolume 1 DATA DAT_001 F 10000
> db_admin
> util_connect
> util_execute INIT CONFIG
> util_activate SYSDBA,SYSDBA
> util_release
> load_systab -ud DOMAIN
> .....
> 
> /opt/sdb/programs/bin/dbmcli -d TST -u DBM,DBM -i tstdb
> 
>  >param_startsession
> OK
> ...
> ...
>  >util_connect
> OK
> 
> ---
>  >util_exec ute INIT CONFIG
> ERR
> -24988,ERR_SQL: sql error
> -3008,Message not available

Look at the example script given with sapdb. Some commands where
renamed, some where removed. For exemple, you should remove the "init
config" command and use db_activate instead of util_activate...

If someone could point me to a complete changelog between sapdb 7.4.0.30
and maxdb 7.5.0.5, that would be nice.



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

Reply via email to