-----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.$$

Any help welcome

Hermann-Josef Krings
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAydAGHRGeH4Mik4cRAgBbAKCLSoDN9tHybB6Z0VHr5AG/ym/t2ACfSfVs
3JjmLqHO1gNghRBnlVlRABI=
=vifK
-----END PGP SIGNATURE-----


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

Reply via email to