DB2 documentation says FAILARCHPATH is "Configurable Online" (version 8 & 9) but in my tests I find it requires the database to be recycled. We are using DB2 v8 FP12 from SAP.
FP12 is supposed to include the fix "IY82855: UPDATE FAILARCHPATH MAY RETURN SUCCESS, BUT NOT TAKE EFFECT ALL APPLICATIONS DISCONNECT".
Does anyone know if FP12 from SAP does actually include the fix or if there are other problems with FAILARCHPATH.
I would leave FAILARCHPATH set permanently except that it generates a ton of useless log entries, which I find annoying to scan through. I would therefore rather set it dynamically when I need to.
Hi Chris, could be another phenomenon:
I had this once with auto_runstats, which also should be configurable online according to the docu, but returned SQL1363W (activation after all applications disconnect).
This occured when running the "update db cfg .." statement against an activated database (=running SAP system) without issuing an explicit "db2 connect" before the "db2 update db .." statement.
Just give it a try:
(1) db2 connect
(2) <your update db statement>
(3) db2 terminate
Hope this already solves your problem.
Hans-Juergen
Add a comment