Kbase 12900: Progress system error 1432 and using -N TCP.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Progress system error 1432 and using -N TCP.
If you get the following error:
Progress version 6:
"** Could not connect to server for database <DB>, errno 0. (1432)"
Progress version 7:
"** Could not connect to server for database <DB>, errno 2. (1432)"
and you are trying to connect thru TCP/IP network, it is most likely
the "services" file on the client side has incorrect information.
Please note, that DOS errno 2 states: "No such file or directory,"
but this applies to the services file.
Solution: FTP the "/etc/services" file from the unix system to the PC
client. Normal location of client SERVICES file:
* Winsock compliant: C:\ETC\SERVICES
* LAN Workplace : C:\XLN\TCP\SERVICES
Change to the appropriate directory and do the following steps:
ftp unix-host
cd /etc
get services
bye
This should solve the problem.
Progress Software Technical Support Note # 12900