Kbase P130368: Application dies after creating a new menu and deploying on the production site.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/11/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
SYMPTOM(s):
Application dies after creating a new menu and deploying on the production site.
Application crashed randomly at some point in a client session.
CAUSE:
The source code was compiled in OpenEdge 10.1B and deployed on clients 10.0B
FIX:
If the application is ported to a lower point release within a major release, (e.g. 10.1 -> 10.0) it is highly recommended to recompile the application with the Progress lower version.
The problem is that when deployed in such way (source code compiles in 10.1B and deployed in 10.0B) the r-code may be taking advantage of functionality not available in the target release and might lead to unpredictable results.
It is not needed to recompile when porting to a higher point release within a major release. (e.g. 10.0 -> 10.1).