Consultor Eletrônico



Kbase P158293: Client reports error 778
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/01/2010
Status: Unverified

SYMPTOM(s):

Client reports error 778

Error <read/writing> socket, ret=<n>, errno=<n>. (778)

Error <read/writing> socket, ret=10053, errno=2. (778)


SYSTEM ERROR: Could not get _file-num from _file row - retcode: -2 rowid: 11462

Database contains at least one type II storage area

Client does FOR EACH _file FIELDS( _file-name )

FACT(s) (Environment):

OpenEdge 10.2B
Client 10.2A02 or below
Database 10.2B

CAUSE:

Bug# OE00194477

FIX:

Workarounds:
1. Remove the FIELDS option. Example: FOR EACH _File:
2. Add a new field to the FIELDS option. Example: FOR EACH _File FIELDS ( _file-name _file-num ):