Consultor Eletrônico



Kbase P58368: How to determine the Progress version based on error 44
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

GOAL:

How to determine the Progress version based on error 44

GOAL:

Error 44 does not tell the Progress version

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

FIX:

The db and pro values returned by the error 44 are the sum of Database version + database block size.

For example:

database block = 4 K or 4096
database version = 91
4096 + 91 = 4187
message should display
Database has the wrong version number. (db: 4187, pro: <value>). (44)


The db / pro values for the different versions of Progress at the different database blocksizes are listed below:

Progress Version 1K block size 2K block size 4K block size 8K block size
1x.x 1174 2198 4246 8342
9.x 1115 2139 4187 8283
8.x 1107 2131 4179 8275
7.x 1102 2126 4174 8260