Kbase 15599: SE: The before-image file has the wrong cluster size. (881)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
SE: The before-image file has the wrong cluster size. (881)
One reason you might see this error
SYSTEM ERROR: The before-image file has the wrong cluster size. (881)
is that the .bi file was truncated while the database was running in
either single or multi-user mode. If the .lk file is removed, it is
possible to start a proutil truncate bi session before the database is
shut down or to start a database session while the truncate bi is
executing.
There are two things to check when you see this error.
First, check the PROGRESS database .lg file for the sequence of events
that occurred prior to this error. Make sure that the shutdown
completed, the truncate session began and ended, and then the next
user session (single or multi user) began. If the sequence of events
looks unusual, then continue with the second step.
The second step is to check the automated scripts to make sure that if
the commands are executing in the background (these commands will have
an '&' at the end) that there is enough time in between each command
(sleep #) for the previous commands to finish. It is generally much
safer not to run these PROGRESS processes in the background so that
each command will need to complete before the next line in the script
is executed.
28-Mar-96
Progress Software Technical Support Note # 15599