Salesforce

Error 1432 with errno 0 trying to connect remote databases from Windows clients

« Go Back

Information

 
TitleError 1432 with errno 0 trying to connect remote databases from Windows clients
URL NameError-1432-with-errno-0-trying-to-connect-remote-databases-from-windows-clients
Article Number000134976
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x
OS: Windows
Question/Problem Description
Error 1432 when trying to connect a remote client to a database broker started with -H, -S and -N.
** Could not connect to server for database <DATABASE>, errno 0. (1432)
Error 1432 with errno 0 trying to connect remote databases from Windows 2003, Windows 2008 or Windows Vista clients
New connections show TCP client ports in SYN_SENT status using netstat -a
The servers screen in promon (R&D/1/3) do not show servers with pending connections
Only occurs to specific client machines
Steps to Reproduce
Clarifying Information
Error MessageCould not connect to server for database <DATABASE>, errno 0. (1432)
Defect Number
Enhancement Number
Cause
Network card has Receive Side Scaling (RSS) enabled, which is causing a failure of TCP communications with Progress database.
Resolution
Disable Recive Side Scaling function (RSS) on the network card, as follows:

To disable RSS, follow these steps:
  1. Use administrative credentials to open a command prompt.
  2. At the command prompt, type the following command, and then press ENTER:
    netsh int tcp set global rss=disabled

To determine the current status of RSS, follow these steps:
  1. Use administrative credentials to open a command prompt.
  2. At the command prompt, type the following command, and then press ENTER:
    netsh int tcp show global
Workaround
There could be several other causes for this error (1432), which can be found in other Progress articles.
Notes
Keyword Phrase
Last Modified Date1/5/2017 3:52 AM

Powered by