Hi!
I did a backup of my database "Test" with the following command
Code:
db2 backup database test to c:\
The Command created a backup of the database called "test.0.db2......".
Now, i wanted to restore the backup on another computer (same db2-distribution) with command:
Code:
db2 restore database test from test.0.db2....
But I get the error message (the message is translated from german to english)
Code:
SQL2036N: Path of data file test.0.db2.... not valid
What am I doing wrong?
Regards,
Martin