hi everyone
When i m trying resrore the database system is throwing this error.
[B]RESTORE DATABASE NSWD FROM "C:\db2_backups " TAKEN AT 20080429211406 TO "C:" INTO NSWD WITH 2 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
SQL2542N No match for a database image file was found based on
the source database alias "NSWD" and timestamp "20080429211406 "
provided.
Explanation:
The backup image file filename consists of a database alias and a
timestamp component. A filename is constructed from the source
database alias and timestamp parameters provided in the Database
Restore call. No filename existed in the source directory that
matched based on the source database alias and timestamp
provided. If this error was received from an automatic
incremental restore then a required image was not found based on
the timestamp and location in the database history.
User Response:
Ensure that the database backup image resides on the media
source. Resubmit the operation by specifying a correct timestamp
to result in a match.
If this error was received from an automatic incremental restore,
check the database history for the corresponding backup entry
and verify that the location listed matches the actual location
of the backup image. Either update the database history and
retry the operation to result in a match or issue a RESTORE
INCREMENTAL ABORT command to cleanup any resources that may have
been created during processing.
please anyone suggest what i will have to do
Regards,
aashiss03
When i m trying resrore the database system is throwing this error.
[B]RESTORE DATABASE NSWD FROM "C:\db2_backups " TAKEN AT 20080429211406 TO "C:" INTO NSWD WITH 2 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
SQL2542N No match for a database image file was found based on
the source database alias "NSWD" and timestamp "20080429211406 "
provided.
Explanation:
The backup image file filename consists of a database alias and a
timestamp component. A filename is constructed from the source
database alias and timestamp parameters provided in the Database
Restore call. No filename existed in the source directory that
matched based on the source database alias and timestamp
provided. If this error was received from an automatic
incremental restore then a required image was not found based on
the timestamp and location in the database history.
User Response:
Ensure that the database backup image resides on the media
source. Resubmit the operation by specifying a correct timestamp
to result in a match.
If this error was received from an automatic incremental restore,
check the database history for the corresponding backup entry
and verify that the location listed matches the actual location
of the backup image. Either update the database history and
retry the operation to result in a match or issue a RESTORE
INCREMENTAL ABORT command to cleanup any resources that may have
been created during processing.
please anyone suggest what i will have to do
Regards,
aashiss03
Comment