IBM Books

Message Reference


SQL2100 - SQL2199

SQL2150W The table spaces contained in the backup image were restored, however one or more of these table spaces were skipped, as per the request of the caller.

Explanation: A restore was issued, indicating that only a subset of the table spaces in the backup image were to be recovered.

User Response: No action is required.

SQL2154N The RESTORE was not successful. The backup used to restore the table space(s) is not associated with the current log sequence for the database.

Explanation: For table space restore, the backup must have been taken during the current log sequence of the database. The log file sequence is determined by the database that has been restored previously or the log files that have been processed. In addition, the backup must have been taken after the last time the database was enabled for roll forward recovery.

Table space restore has stopped.

User Response: Resubmit the command with a correct backup image.

SQL2155W Changes have been made to the recovery history file since the open scan was issued.

Explanation: Changes have been made to the recovery history file since the file was open for a scan. The data read may not be consistent.

User Response: If it is essential to have consistent data from the scan, close the recovery history file and resubmit the command.

SQL2157N There are already eight recovery history file scans open.

Explanation: Eight recovery history file scans in this process are already open. No more than eight open scans are allowed.

The command cannot be processed.

User Response: Issue one or more CLOSE RECOVERY HISTORY FILE SCAN commands and resubmit the command.

SQL2160W A damaged recovery history file has been replaced. Processing continued.

Explanation: An error was encountered during an access to the recovery history file. The utility is able to recover the file from an alternate copy. The utility continues processing.

User Response: The utility continues processing successfully. The user should take appropriate precautions to ensure the recovery history file is not damaged again.

SQL2161N A damaged recovery history file could not be fixed. The specified action failed.

Explanation: An error was encountered during an access to the recovery history file. The utility is not able to recover the file. The utility stops processing.

User Response: To continue processing, the user may remove the recovery history file and resubmit the command. The utility will regenerate a new file. Any data from the corrupted file are lost. The user may look at the corrupted file to see if any information can be saved. The user should take appropriate precautions to ensure the recovery history file is not damaged again.

SQL2165W The SQLUHINFO structure did not provide enough TABLESPACE entries.

Explanation: The SQLUHINFO structure was not large enough to hold the entry that was to be returned (including all of its TABLESPACES). The value of the SQLN field of the SQLUHINFO structure should be at least as large as the SQLD field returned.

The command cannot be processed.

User Response: Increase the value of the SQLN field in the SQLUHINFO structure to the value indicated by the SQLD field (making sure the SQLUHINFO structure is large enough to support that amount) and resubmit the command.

SQL2170N The utility encountered entries with the same identifier in the recovery history file. Write fails.

Explanation: The utility has encountered an entry with the same identifier (timestamp to the second) in the recovery history file while writing to it. The write to the recovery history file terminates. Database manager ensures the uniqueness of the recovery history file identifiers and makes provisions for it even if there are more than one request per second. However, there may be cases where it will fail if numerous requests come in within a few seconds.

User Response: Check the First Failure Service Log (db2diag.log) for additional information. If the applications are running utilities (such as backup, quiesce, load) that generate numerous entries to the history file, try to pace the utility requests to prevent the problem.

SQL2171N The update of the recovery history file failed because the specified object part does not exist in the file.

Explanation: The entry specified to be updated in the recovery history file does not exist in the file. The utility stops processing.

User Response: Resubmit the command with a valid entry.

SQL2172W The utility has completed but it is not able to log the event in the recovery history file due to error "<error>".

Explanation: The utility has encountered an error writing to the recovery history file. This warning does not affect processing.

User Response: Check the First Failure Service Log (db2diag.log) for additional information. Correct the error condition to prevent future warnings.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]