Kbase P135633: 10.1A client cannot run code compiled in 10.1B of OpenEdge even though platforms and displays are co
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/12/2010 |
|
Status: Verified
SYMPTOM(s):
10.1A client cannot run code compiled in 10.1B of OpenEdge even though platforms and displays are consistent.
Invalid version, <version> (expected <version>) in object file <file-name>. (2888)
Invalid version, 1008 (expected 1005) in object file <file-name>. (2888)
Client session where the source code was compiled did not make use of the -noint64 client startup parameter.
FACT(s) (Environment):
Client is running 10.1A
Source code was compiled in 10.1B
The client and server are both running on 32 bit platforms
OpenEdge 10.1A
OpenEdge 10.1B
All Supported Operating Systems
Products / Versions
CAUSE:
R-code was compiled without the -noint64 client session startup parameter. This resulted in the 10.1A run time client not being able to run the compiled source code.
FIX:
Start the client session where the source code is be compiled with the -noint64 client session startup parameter. Then recompile code within this session. Deploy this newly compiled code to the 10.1A client.