Kbase P157629: Getting Errors (778) and (735) when connecting remotely to the database from a remote Client session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/3/2010 |
|
Status: Verified
SYMPTOM(s):
Getting Errors (778) and (735) when connecting remotely to the database from a remote Client session that is not on the same host as the database.
Error 778 appearing on client
Error reading socket, ret=10054, errno=0. (778)
Error <read/writing> socket, ret=<n>, errno=<n>. (778)
** Incomplete write when writing to the server. (735)
Usernum terminated abnormally. (794)
Error 794 occurs in log file for same time as 778 appears on client
FACT(s) (Environment):
Clients on the Database host can connect to the database using -H 127.0.0.1 and -S parameter.
Windows
Progress/OpenEdge Versions
CAUSE:
Database startup parameters in OpenEdge Explorer Tool has host TCP/IP address set for 127.0.0.1 which is for local loopback address. Database must use a Host address that is networked for clients on remote hosts to connect to the database.
FIX:
Start the database using the proper TCP/IP address for the database host.