> -----Urspr�ngliche Nachricht-----
> Von: Hermann-Josef Krings [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 11. Juni 2004 17:30
> An: [EMAIL PROTECTED]
> Betreff: util_execute init config fails
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> 
> I am using MaxDB 7.5.00.14 on a SuSE 9.1 System.
> So far I was able to create a database instance without the 
> dbmcli command: util_execute init config
> I can backup the database without problems
> But to restore I would like to initialize using util_execute 
> init config
> 
> This is also described in the "Backup and Recovery of MaxDB 
> Using the Database 
> Manager CLI" pdf File.
> 
> Where ever I try to use "util_execute init config" I get :
> 
> >util_execute INIT CONFIG
> ERR
> - -24988,ERR_SQL: sql error
> - -3008,Invalid keyword or missing delimiter
> 
> There is no diskspace problem as mentioned in one reply.
> 
> Here is part of my restore script:
> # MaxDB laeuft noch nicht mit Kernel 2.6 Umgebung
> echo "-- Umgebung fuer Kernel 2.2.5 setzen ----------------------"
> export LD_ASSUME_KERNEL=2.2.5
> 
> # Datei mit Relaoad Kommandos erstellen
> cat <<EOF > /tmp/restore.$$
> util_execute INIT CONFIG
> recover_start completeF
> db_online
> EOF
> # Restore durchfuehren
> /opt/sdb/programs/bin/dbmcli -uUTL -d $DB -u $DBMUSR,$DBMPW 
> -i /tmp/restore.$$

Hi,

the command sequence init config , recover_start has been put together in
one new command. Try 
        db_activate RECOVER completeF

regards, Martin

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

Reply via email to