Kbase P151076: Cannot start databases using dbman command - Getting error DBMan005
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/10/2009 |
|
Status: Unverified
SYMPTOM(s):
Getting error DBMan 005 when trying to start a database via the AdminServer after making changes to the conmgr.properties file.
ERROR: Unable to locate database (DBMan005)
dbman -query is not able to validate any databases as running.
dbconfig errors when validating the conmgr.properties file.
The following errors occurred whilst loading a property file: In group "configuration.cpddb.defaultconfiguration": Invalid property value: "ServerGroup.XXXdb.defaultconfiguration.defaultservergroup" for property: "ServerGroups". (PRPMsg010)
(PRPMsg019)
od -a is not showing any hidden characters or escape sequences on the file where the dbconfig is reporting errors.
FACT(s) (Environment):
The AdminServer was running when changes were being made to the conmgr.properties file.
Manually modifying the conmgr.properties file due to firewalls that prohibit using Progress Explorer at the site.
Linux Intel
OpenEdge 10.1x
CAUSE:
Typographical error associated with the name being used in the servergroup entry not matching the name that was specified as the servergroup in the defaultconfiguration entry for a specific database.
Example:
[configuration.abc.defaultconfiguration]
blocksindatabasebuffers=2000
database=abc
displayname=defaultConfiguration
locktableentries=50000
maxusers=50
servergroups=abc.defaultconfiguration.defaultservergroup <------------------- Is what you configured for the server group name
watchdogprocess=true
and you had a servergroup identified as:
[servergroup.aabc.defaultconfiguration.defaultservergroup] <--------------------- Typographical error associated with the server group name
configuration=abc.defaultconfiguration
displayname=defaultServerGroup
type=4gl
FIX:
Correct typographical error. Ensure that names being used for server groups is consistent with the server group entries as specified in the default configuration.