Quote:
|
Originally Posted by achiola
hi and thanks Marcus.
I canīt connect to db.
db2 => connect to dwcorp
SQL1117N A connection to or activation of database "DWCORP" cannot be made because of ROLL-FORWARD PENDING. SQLSTATE=57019
I can change the buffer pool size whitout connection?
Thanks.
Abel.
|
At this point, you should probably be calling support...
There is a parameter DB2_OVERRIDE_BPF that can be used in this case. What it does is tell DB2 to ignore the bufferpool file, which has the definitions for your bufferpools.
ie. db2set DB2_OVERRIDE_BPF=1000
(It's in pages - more documentation for it in the Admin Guide for Performance)
Don't forget to unset it once you're done!
This *may* work, I've never seen it used before a ROLLFORWARD to be perfectly honest, usually it's used when someone cannot connect because they set their Bufferpool ridiculously large.