Kbase P13203: Client/server connection results in error 1432.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Client/server connection fails.
** Could not connect to server for database <DATABASE>, errno <ERRNO>. (1432)
Could not connect to database behind firewall.
CHANGE:
Database does not use ports being opened.
FIX:
Proserve dbname -H -S 5000 -N tcp -minport 5100 -maxport 5200. These are chosen randomly but you can use any ports above 3000 that are free. Make certain that the firewall ports 5000 and 5100-5200 are open ( or what ever ports you choose).