Hi
One of our Mirror is restored everyday from production backup image.
The scheduler script used is a batch file that runs with db2cmd.exe.
For some of times that database cannot be dropped because the error
"database in use"
In Diaglog I find this
Code:
2009-04-23-05.00.02.028000-240 I4148940F375 LEVEL: Severe
PID : 3592 TID : 5632 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000 DB : ECX
APPHDL : 0-982 APPID: GA4602E2.H110.090422201042
FUNCTION: DB2 UDB, routine_infrastructure, sqlerDisassociateWithFmp, probe:30
RETCODE : ZRC=0xFFFFFB95=-1131
2009-04-23-05.00.02.028000-240 I4149317F394 LEVEL: Severe
PID : 3592 TID : 5632 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000 DB : ECX
APPHDL : 0-982 APPID: GA4602E2.H110.090422201042
MESSAGE : dissassociate failed
DATA #1 : Hexdump, 4 bytes
0x000000003E0E8378 : EEFB FFFF
Does this mean to relate to the issue.
Even after forcing applications all and there are no applications with
LIST APPLICATIONS
DB2TOP does not help so have to use
DB2STOP FORCE
DB2STOP FORCE and
DB2START woks and database can be dropped.
But this cannot be used as there is another DB which is being used at the time.
DB2
Deactivate DB does not work.
Any help to Correct or work around ??
DBFinder