Consultor Eletrônico



Kbase 21410: Remote clients getting error 1432 when connecting to a database.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Remote clients getting error 1432 when connecting to a database.

** Could not connect to server for database <DATABASE>, errno <ERRNO>. (1432)

Database server was started with '-H localhost'

CAUSE:

In version 8, there is no difference when you specify '-H localhost', '-H <machine name>', or no -H is used when starting a Database Server (with _mprosrv or proserve). When the second form is used, Progress performs a check on <machine name> to make sure that it matches the machine name as returned by OS command 'hostname', but other than that there is no functional difference between the three methods.

In Version 9, if you specify '-H localhost', the Database Server process will be bound to the loopback interface only and this will not allow network connections from Clients on other machines.

FIX:

Remove -H from the Database Server startup command (_mprosrv or proserve).