Kbase P12635: Error 1896 when running the existing compiled code against an upgraded database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/8/2008 |
|
Status: Verified
SYMPTOM(s):
Error 1896 when running the existing compiled code against an upgraded database
** CRC for <filn> does not match CRC in <procedure>. Try recompiling. (1896)
FACT(s) (Environment):
The code is deployed against a different version than the version it was originally compiled under
The code were compiled against earlier Database version
The code are deployed in the later database version
All Supported Operating Systems
Progress/OpenEdge Versions
CAUSE:
The current database differs in a major version release; therefore, the CRC value is different.
FIX:
Recompile the source code against the current Database that application is going to run against.