Kbase P16521: After changing BI settings error DBMAN018 in the log file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/12/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
After changing BI settings error DBMAN018 in the log file
Database <databaseName>, configuration <{configurationName}> startup
timed out (DBMAN018)
Database is started with -Mn 33 -Ma 6 -n 193
CHANGE:
Cluster size of Before Image from 256k to 4MB .
-Mr parameter set from 60 to 1 (Delayed BI File Write).
Creating new BI extents.
CAUSE:
Database startup takes a long time due to the creation of the bi file
if it was truncated, or because of going through the crash recovery.
FIX:
Increase the -timeout parameter e.g.
dbman -database sports2000 -start -timeout 600
This would set the time for dbman to wait for the process to 600 seconds.
If the response is received earlier than 600 seconds, dbman will
not issue error dbman018 and it will return immediately upon receiving the response.