Consultor Eletrônico



Kbase P124828: Error 450 running application connecting version 10 client to version 9 database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/9/2007
Status: Unverified

SYMPTOM(s):

Error 450 running application connecting version 10 client to version 9 database

Application running r-code compiled against version 10 database

Database dump and load performed from version 9 to version 10

Application compiled against version 10 database, but run connected to version 9 database

Application using r-code compiled against version 9 database works fine

SYSTEM ERROR: Cannot read field from record, not enough fields. (450)

CAUSE:

The metaschema between version 9 and version 10 databases
is different, so compiling the application code against the
version 10 database will cause that some of the metaschema
present in that database will be added to the r-code, which again
is different from the one found in the version 9 database.

FIX:

Re-compile your application code using client session connected
to the designated release target database.