Consultor Eletrônico



Kbase P51828: Clients are getting disconnected with error 796 errno = 32 in database log file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/19/2010
Status: Verified

SYMPTOM(s):

Clients are getting disconnected with error 796 errno = 32 in database log file

Error writing msg, socket=<n> errno=<n> usernum=<n> disconnected. (796)

Error writing msg, socket=53 errno=32 usernum=1 disconnected. (796)

Users are unable to connect to a database

Users are unable to connect to other services using network

FACT(s) (Environment):

UNIX
Progress/OpenEdge Versions
OpenEdge Category: Database

CAUSE:

The connection between client/server gets broken, errno=32 on UNIX means
#define EPIPE 32 /* Broken pipe */

thus the error within the db.lg file indicate that the network appliances did not work properly and clients have been randomly disconnected.

FIX:

Check and fix your network appliances.