hai can u please send me the backup pending state details and solution
Backup Pending State
Collapse
X
-
-
Hi,
perhaps you could provide a little more detail? Did you load data successfully or did a load process fail? What command(s) did you use ? And most important: What error message or sql error state is DB2 displaying?
If you're on a unix or linux system, a very quick and dirty solution for solving backup pending state is a backup to the null device (means there'll be no real backup):
But make sure to make a proper backup to disk or tsm soon afterwards.Code:db2 backup db [I]mydbname[/I] to /dev/null
Regards,
Bernd
Comment