Consultor Eletrônico



Kbase P123136: What is the impact of 64 bit DBKEYs on connections between 10.1A and 10.1B?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

What is the impact of 64 bit DBKEYs on connections between 10.1A and 10.1B?

GOAL:

What happens when connecting to a 10.1B database containing more than 2^32 records from a client in a previous version?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

OpenEdge 10.1B has introduced 64 bit DBKEYs, which means the possibility of storing a larger number of records per storage area.
When connecting using a client from a previous version not supporting 64bit DBKEYs, the database server will try to use 32bit DBKEYs whenever possible to maintain compatibility. If the application accesses a record which has a DBKEY larger than 2^32, then the client is disconnected and the following error is generated:
** Disconnected by the server, code 44. (706)

FIX:

References to Written Documentation:
Primus solutions:
P122667, Error 706 with a simple query with NO-LOCK from a OE10.0x and OE10.1A 4GL client to OE10.1B Database