Kbase P48984: Error 1432 with errno 0 due to auto-connect record in databa
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/20/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Client gets error 1432 with errno 0 when connecting to database -
** Could not connect to server for database <DATABASE>, errno 0. (1432)
** Could not connect to server for database <DATABASE>, errno <ERRNO>. (1432)
When connected as last database in sequence, connection works ok
CAUSE:
Database contains an Auto-Connect list, and the connection parameters specified for the auto-connect don't match the parameters that the database was started with.
FIX:
Ensure that the connection parameters in the Auto-Connect record match the parameters used when starting the database.
An example using 9.1D07 on Windows 2000 -
1. prodb sports1 sports
2. prodb sports2 sports
3. proserve sports1
4. proserve sports2
5. Connect to sports2 - Data Administration > Utilities > Edit PROGRESS Auto-Connect List...
PROGRESS Databases: sports1
Physical Name: sports1
CONNECT-Statement Parameters: -H localhost -S prosv01
6. prowin32 -db sports1 -db sports2 connects ok
7. prowin32 -db sports2 -db sports1 returns the 1432:
** Could not connect to server for database sports1, errno 0. (1432)
8. If sports1 is restarted with -H and -S, then prowin32 -db sports2 -db sports1 connects ok.