Kbase P13914: Receiving dbman002 error when shutting down a database via dbman
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/05/2007 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Receive dbman002 error when shutting down a database via dbman
DBman errors with Stop timed out. (dbman002)
Database is shutdown even though timeout was received.
dbman -query indicates the database is shutdown
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Edit $DLC/properties/ubroker.properties file and modify the following parameters
[PreferenceRoot]
toolShutdownSvcConfirmRetryInterval=1000
toolShutdownSvcConfirmRetry=10
toolPingSvcRetry=2
These entries deal with the stopping of database and retries between communication with the AdminServer and the database manager.
toolShutdownSvcConfirmRetryInterval=1000 is the time in milliseconds between retry attempts is used in conjunction with toolShutdownSvcConfirmRetry=10, which is the retry count when shutting down to get the total time shutdown command will wait for the shutdown confirmation.