During the backup / copying of the files, the files have become corrupt.
A obvious giveaway of this is that the db: <value> does not equate to a valid Progress version number. When the database block size is subtracted from the version value it should equate to the Progress version being used.
Example:
The specific error is: ** Database has the wrong version number. (db: <8192>, pro: <8275>). (44) This Database has a 8 KB blocksize
Database db version: 8192 8192 - 8192 = 0 which is invalid
Client pro version: 8275 8275 - 8192 = 83, which equates to Progress version 8.3 and is correct. |