Hi all Can anyone tell me how to transfer database from one MaxDb server to another. My objective is to setup a new server and database instances from my database backups. I cannot afford to lose data or have a parallel (mirrored) server running due to hardware restrictions.
I am running MAXDB on a win2k platform. I have created complete backup as below: 1. dbmcli -d DBname -u dba,dba medium_put MyBackup c:\maxdb\backup\filename FILE DATA 0 8 YES 2. dbmcli -d DBname -u dba,dba -uUTL -c backup_start MyBackup 3. I set up a new server and created new instances from my backup file 'MyBackup'. All pages were copied correctly but the db remains in admin state only after the installation. It cannot be switch to online state. It returns an error - dbmcli on scidata>db_restart ERR -24895,ERR_SHUTDOWN: shutdown of database occured -71,connection broken How can I make it online? please help Thanks in advance regds K R Pulamte -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
