Kbase 15631: How to Run Conv67 When V6 Truncate Was Forgotten
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/20/2006 |
|
Status: Unverified
SYMPTOM(s):
Problems converting database from Progress version 6.x to version 7.x.
** Database has the wrong version number. (db: <value>, pro: <value>). (44)
CAUSE:
V6 is no longer available on their system and .bi is not truncated. This typically occurs with archived or forgotten Version 6 databases that later surface. This solution describes a workaround that doesn't require re-installing the entire V6 again.
FIX:
1) Retrieve the Following files from a V6 backup:
$DLC/_proutil and $DLC/progress.cfg
2) Put them in /tmp.
3) Set PROCFG=/tmp/progress.cfg; export PROCFG
4) Then /tmp/_proutil V6database -C truncate
5) After truncation you can unset PROCFG
After this you are able to run proutil database -C conv67 with V7.
Example: pro V6database shows:
** Database has the wrong version number. (db: 1088, pro: 1102). (44)