db2 version : 7.1 fixpaxk 7
Platform : AIX
I have a DR db which is always in rollforwrad pending state. I have a cronjob running which extracts the logs from TSM and applies to it regularly. Now I am getting an error that
SQL1265N The archive log file "S0001413.LOG" is not associated with the
current log sequence for database "WPS" on node "0".
when I tried to apply the logs.
-------------------------------------------------------------------------
Rollforward Status
Input database alias = WPS
Number of nodes have returned status = 1
Node number = 0
Rollforward status = DB working
Next log file to be read = S0001413.LOG
Log files processed = -
Last committed transaction = 2004-09-15-14.19.53.000000
$db2 "rollforward db WPS to end of logs overflow log path(.)"
SQL1265N The archive log file "S0001413.LOG" is not associated with the
current log sequence for database "WPS" on node "0".
--------------------------------------------------------------------------
what's the solution?