Kbase P187087: Is it required to recompile the source code when the database is migrated to 64-Bit while the client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/4/2011 |
|
Status: Unverified
GOAL:
Is it required to recompile the source code when the database is migrated to 64-Bit while the clients stay 32-Bit?
GOAL:
Can the a 32-Bit r-code be run against a 64-Bit database product?
GOAL:
Must a recompile be performed if the client is to connect to the 64-Bit database using self-service connection?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
FIX:
If the 32-Bit client is to connect to the 64-Bit database product via remote client/server connection (using -H -S startup parameters), then there is no need to recompile the existing 32-Bit r-code.
If the client is to connect to the 64-Bit database product using self-service (without -H -S startup parameters), then the client itself must be migrated to 64-Bit and the application source code recompiled to produce 64-Bit r-code.
All attempts to run 32-Bit r-code against a 64-Bit database using self-service (shared memory) connection will fail.