Hi All,
I am trying to restore a DB2 7.2.3 database from a backup. I believe backup was done on a windows 2003/2000(I didnt do the backup). I am trying to restore it on my windows XP professional machine.
I have DB2 7.1 with fixpacks 3 and 5 applied making it 7.2.3.
I tried restoring the backup by itself and i got a "The database alias parameter is not valid or not specified " error.
I googled the error and found some advice about need to create a database and then restoring the backup over it.
i didnt get the directory structure right and i got this error.
The error SQL2542N means No match for a database image file was found based
on the source database alias and timestamp provided.
I found some advice on this forum which asked me to just point to the root of the drive in my case
(g:\).
I did that and used this command "restore database testdev from G:\ into testdev". I got this error.
SQL2523W Warning! Restoring to an existing database that is different from the database on the backup image, but have matching names. The target database will be overwritten by the backup version. The Roll-forward recovery logs associated with the target database will be deleted.
SQL2001N The utility was interrupted. The output data may be incomplete.
I don't know what else to do . Also i would like to add that the guy who did the backup, backed up the database on my portable hard drive and i am using the same drive connected by USB to my XP pro machine.
PLease help !!!!!!!
ps : UPDATE .....
I tried this command
restore database testdev from g:\ to e:\ into testdev without prompting
-----------------------------------------------------------------------------
SQL2540W Restore is successful, however a warning "2523" was encountered
during Database Restore while processing in No Interrupt mode.
I don't see any of the application tables either.