Just a guess:
There was already a database named EDW on both systems.
The first was in "recovery" mode, the second not.
So for the second restore the recovery mode (of the db) was changed to
"yes" and DB2 wants a backup then.
I don't know if the db parameter exists in 8.2 - but you can try what
DB2 says:
SQL1116N A connection to or activation for database "<name>"
cannot be made because of BACKUP PENDING.
Explanation:
The specified database requires a backup to be taken to provide a
starting point for roll-forward recovery.
No connection was made.
User Response:
Back up the database by calling the BACKUP routine or, if
roll-recovery is not required, set the database configuration
parameters LOGARCHMETH1 and LOGARCHMETH2 to OFF.
>> Stay informed about: Restore (Backup Pending)