Standing up a new environment

shaveyh10

New Member
I am standing up another occurance of our existing Production DB (Progress 10.1b) on another server for testing purposes. I was simply going to copy of the .ST files and the last backup saveset and then do a PROREST to create the new database. Here's what I get...

>>$DLC/bin/prorest ./mfgprd ./mfgprd.bk0
This backup of a 32-bit DBKEY database contains BI or TL data.
It cannot be restored by the 64-bit DBKEY codebase. (13732)
Use the 10.1A prorest utility to restore the database.
!!! ERROR - Database restore utility FAILED !!! (8564)

Any ideas?

Thanks.
 
If you think that you do have the same version in both environments try these commands in both places to double-check:

showcfg
file $DLC/bin/_dbutil
sum $DLC/bin/_dbutil
 
Back
Top