Kbase P39978: Error (5028) occurs causing Abnormal Shutdown, but database doesn't shut down.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/02/2010 |
|
Status: Verified
SYMPTOM(s):
Error (5028) occurs causing Abnormal Shutdown, but database doesn't shut down.
SYSTEM ERROR: Releasing regular latch. latchId: <latch-num> (5028)
WARNING: -l exceeded. Automatically increasing from <old value> to <new value>. (5408)
Error (5408) is still increasing even though an Abnormal Shutdown is in effect.
proshut -F dbname doesn't work and just returns to the prompt.
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
A related Progress process has hung, causing the shutdown to halt and wait for that process to finish.
FIX:
Try to kill the associated client process if you can determine which one it is.
If not, kill the database broker _mprosrv process.
On UNIX you can send kill signals progressively to the process until it dies:
kill PID
kill -2 PID
kill -8 PID
kill -9 PID
On Windows you can attempt to use Task Manager and the END TASK button.