Kbase P130326: How to kill a transaction without damaging the database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/08/2008 |
|
Status: Unverified
GOAL:
How to kill a transaction without damaging the database
GOAL:
How to force a client process to finish without damaging the database
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Versions
FIX:
Disconnect user from database using:
proshut <dbname> -C disconnect
Note that the database may still shutdown to prevent database corruption if the connection to the database for this process is a self-service connection and this process was holding a latch or microtransaction. See solution: P36402, "Why a Database shutdowns with the message User died holding shared memory lock?" for more details.