Kbase P187759: Error 1432 with errno 0 trying to connect remote databases from Windows 2003, Windows 2008 or Window
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/17/2011 |
|
Status: Unverified
SYMPTOM(s):
Error 1432 with errno 0 trying to connect remote databases from Windows 2003, Windows 2008 or Windows Vista clients
** Could not connect to server for database <DATABASE>, errno 0. (1432)
Error 1432 when trying to connect a remote client to a database broker started with -H, -S and -N.
The servers screen in promon (R&D/1/3) do not show servers with pending connections
Only occurs to specific client machines
New connections show TCP client ports in SYN_SENT status using netstat -a
FACT(s) (Environment):
Windows Server 2003
Windows Server 2008
Windows Vista
OpenEdge 10.x
CAUSE:
Network card has Receive Side Scaling (RSS) enabled and is causing failure of TCP communition with database.
FIX:
Disabled function Recive Side Scaling the network card.
To disable RSS, follow these steps:
Use administrative credentials to open a command prompt.
At the command prompt, type the following command, and then press ENTER:
netsh int tcp set global rss=disabledTo determine the current status of RSS, follow these steps:
Use administrative credentials to open a command prompt.
At the command prompt, type the following command, and then press ENTER:
netsh int tcp show global