Consultor Eletrônico



Kbase P160987: 4GL/ABL: Error (706) running FOR EACH _File, EACH _Field OF _File ... END.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/02/2010
Status: Unverified

SYMPTOM(s):

4GL/ABL: Error (706) running FOR EACH _File, EACH _Field OF _File ... END.

** Disconnected by the server, code <code>. (706)

** Disconnected by the server, code 49. (706)

The error is generated executing the FOR EACH block:
FOR EACH _File NO-LOCK,
EACH _Field NO-LOCK OF _File:
END.

The error is also generated executing the FOR EACH block:
FOR EACH _File NO-LOCK,
EACH _Field NO-LOCK WHERE _Field._File-recid = RECID(_File):
END.

The code is executed from an OpenEdge 10.2A 4GL/ABL Windows 32-bit client against a remote (client/server) OpenEdge 10.2B Windows 64-bit database.

CAUSE:

A client can not establish a successful connection against a database server that has a newer version than the client. To successfully establish a client/server connection, the database server version must be within the same client version Major release or 1 Major release earlier.

FIX:

Ensure the compatibility of the client and server versions.