Kbase 17917: Database shutdowns after receiving CTRL_SHUTDOWN_EVENT
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/06/2009 |
|
Status: Verified
SYMPTOM(s):
Database shutdowns after receiving CTRL_SHUTDOWN_EVENT
Begin ABNORMAL shutdown code (2249)
Registry error : Could not register '' events with the Event Viewer. (5179)
console event received. (5406)
CTRL_SHUTDOWN_EVENT console event received. (9438)
CTRL_SHUTDOWN_EVENT' console event received. (5406)
The Windows server is being shutdown or restarted while the database is running
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
Windows
CAUSE:
The CTRL_SHUTDOWN_EVENT is sent from Windows to all running processes when the system is shut down. They stop whatever they were doing, as does the database. This information is then sent to the event viewer, but because the viewer also has stopped, the errors are written to the *.lg file (if you have EVTLEVEL=none, the 5179 error is not written).
FIX:
Shutdown the database(s) before a Windows shutdown command is issued. You should avoid a Windows shutdown or restart with a database running.