Quote:
|
Originally Posted by sathyaram_s
Then issue restore database sample from C:\restore taken at <timestamp> ....
|
Sathyaram,
I have some problems issuing restore command. Things i have done so far:
1. I copied the backup image from the server to my PC.
Location of the image on my PC:
C:\DB2\BACKUP\GROUP.0\DB2\NODE0000\CATN0000\200405 18\151312.001
-- (Name of the DB is GROUP)
2. Issued the following command:
RESTORE DATABASE GROUP FROM "C:\DB2\BACKUP\" TAKEN AT 20040518151312;
I got this error code below:
Error code:
The database alias or database name "GROUP" was not found at the remote node.
Thanks in advance,
Newbie
I restarted the PC and issued the same above command, it is giving me another error code: SQL0298N Bad container path.
Additional Information:
DB2 ESE 8.1.0 on my PC which runs on Windows XP Professional. - Target
DB2 Connect Edition 8.1.5 on my Server which runs on Windows 2000. - Source