Hello Jim,
you can try the following step to run the backup:
--- snip ---
db2 force application all
db2 deactivate database <db>
db2 backup database <db> to <dir> // or whatever your backup command is
db2 activate db <db>
--- snip ---
Of course the applications will suffer an impact as they can't connect while the database is deactivated but they should reconnect as soon as the
db2 activate db is done .
Hope that helps .... Hermann
------------------------------
Hermann Huebler
#IBMChampion
------------------------------