View Single Post
  #5 (permalink)  
Old 03-19-10, 02:02
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,611
Quote:
Originally Posted by Neharao View Post
Will this solve my error related to backup as well ?
Disabling drop table recovery won't resolve the error related to backup, backup operation needs to update the history file. As Sathyaram said, check the db2diag.log to understand why you're getting this error.

What you may try to do is to rename your existing history files (db2rhist.asc and db2rhist.bak) located under the db directory of this db. DB2 will recreate them when it needs to write to the history file.
Reply With Quote