Kbase P114335: Running an r-code startup procedure fails with invalid version error 2888
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Running an r-code startup procedure fails with invalid version error 2888
Invalid version, <version> (expected <version>) in object file <file-name>. (2888)
Invalid version, 1005 (expected 908) in object file <r-code file>.
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
When compiled the startup procedure, was compiled with a 10.1A client and now running the r-code with a 9.1E client.
FIX:
The first number in the statement refers to the version embedded in the r-code at the time it was compiled and the second number(the expected version) is for the client running the code. In this case version 1005 was for 10.1A and version 908 was for 9.1E. When compiling the code, make sure the embedded version is the same as for the client that is expected to run the code. The embedded version is the version of the client that compiles the code.