Consultor Eletrônico



Kbase P181796: Error 735 when network issues caused AppServer agent to be disconnected from Database even though bo
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/4/2011
Status: Unverified

SYMPTOM(s):

Error 735 when network issues caused AppServer agent to be disconnected from Database even though both AppServer and the database are on the same machine

** Incomplete write when writing to the server. (735)

AppServer agent is connecting using client/server mode

The DNS IP address is used to specify for the -H for the database connection

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

The cause for the AppServer agent to be disconnected to from the database due to network issues is because of the use of IP address. When an IP address is used the Appserver agent is going through the DNS to resolve the host name for the database connection. Since an issue with network occurred, the communication between agent and the database is interrupted, therefore, the communication is broken.

FIX:

Since the AppServer and the database are on the same machine, use localhost for the database host name for -H which will avoid round trip through the DNS to get back to the Database broker connection on the same machine.