Kbase P85489: Why do I get the message ** The last session was abnormally terminated. (852) when I start up a data
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/22/2004 |
|
Status: Unverified
GOAL:
Why do I get the message ** The last session was abnormally terminated. (852) when I start up a database that uses proquiet as part of the backup methodology?
FACT(s) (Environment):
Progress 8.2x
FACT(s) (Environment):
Progress 8.3x
FACT(s) (Environment):
Progress 9.x
FACT(s) (Environment):
OpenEdge 10.x
FIX:
Proquiet <database> enable causes all Progress memory buffers (DB, BI, AI, etc) to flush from memory down to disk.
Review the database log to verify when the proquiet has taken effect.
Example:
16:24:00 BROKER 0: Quiet point has been enabled by the broker. (5583)
This allows the files on disk (the db files, the bi files, the ai files, the tl files, etc.) to be backed up and later restored using OS tools.
When the copied files are used, the Progress executables will see that there is no flag in the master block of the database indicating the database was shutdown.
We will therefore post a message to the database log indicating that the database was abnormally terminated.
We will then begin crash recovery steps.
If we successfully go thru crash recovery the database will be up and running and all should be well.