Kbase P6957: 5149 Error caused by not using proper case or capitalization for hostname.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
SYMPTOM(s):
Error attempting to start database in multi-user mode
Error 5149 starting a database with the -H parameter
The Host parameter supplied was <host>, however, this Host is <host>. (5149)
Database is being started for remote user connections.
CAUSE:
The value for -H hostname must exactly match the actual hostname. Also, the hostname parameter is case sensitive on both PCs and UNIX.
For example,
1. If hostname is TESTSRV, the proserve command must read: proserve dbname -S 4000 -H TESTSRV
2. The hostname has a dash in it but the hostname passed with the -H startup parameter was using an underscore.
FIX:
Change the hostname specified with the -H parameter in the database startup parameters to the correct hostname.