Kbase P68299: Error 5149 when starting database after installing 91D08 or later
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/17/2008 |
|
Status: Verified
SYMPTOM(s):
The Host parameter supplied was <host>, however, this Host is <host>. (5149)
The Host parameter supplied was pcllaubach.emea.progress.com, however, this Host is pcllaubach. (5149)
Error 5149 when starting database
Unable to start database when using fully qualified domain name
Using same .pf file for database server and clients
Adminserver fails to start database and error in database log indicates (5149).
dbman fails to start database and error in database log indicates (5149).
FACT(s) (Environment):
Progress 9.1D
All Supported Operating Systems
CHANGE:
Installed 9.1D08 (service pack 8)
CAUSE:
The host name you are supplying with -H is not the same name that is being returned by the gethostname() sockets API. When you supply a -H, the name specified must match exactly (except for upper/lower case) the name returned from gethostbyname().
FIX:
Make the -H used within database startup to be a same as server hostname or do not use -H within database server startup.