Error running dbmcli - unknown command "util_activate"
[email protected] Mon, 5 May 2003 18:09:09 -0400
| Newsgroups | gmane.comp.db.sapdb.sources |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Am trying to create a database through the command line.
From documentation, I am doing the following:
1) running dbmcli db_create kioskdb dhay, dhay
2) running dbmcli -d kioskdb -u dhay, dhay -i startup.txt
where startup.txt contains the following:
param_startsession
param_init
param_put MAXUSERTASKS 5
param_checkall
param_commitsession
param_addvolume 1 LOG LOG_001 F 20000
param_addvolume 1 DATA DAT_001 F 20000
db_admin
util_connect
util_execute INIT CONFIG
util_activate?kiosk, kiosk
util_release
load_systab?-ud?kiosk
However, I get as far as util_activate, and then the following error is thrown:
>util_activate
ERR
-24977,ERR_COMMAND: unknown command "util_activate
It's wierd, as if I run dbmcli and do the steps seperately "inside" dbmcli, it works fine (ie typing in the startup.txt lines one by one).
util_activate is recognized fine then.
Anyone know what the problem is?
Cheers,
David