Kbase P78391: Error 7065 when attempting to use CONV89
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/04/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.x
Progress 9.x
All Supported Operating Systems
SYMPTOM(s):
Error 7065 when attempting to use CONV89
mvGetRecord(drPopulateTable): failed with -1. (7065)
Trying to convert a Progress 8.x database to Progress 9.x
CAUSE:
The exact cause is unknown at the time but a number of contributing factors have been identified:
1) the machine run out of memory (RAM)
2) the process run out of heap space
3) a record cannot be found
4) index problems
FIX:
Option #1
Re-index the database in Progress 8.x before attempting CONV89 from Progress 9.x.
proutil <DBName> -C idxbuild ALL
proutil <DBName> -C conv89
Option #2
Dump the database from Progress 8.x and re-load it into a Progress 9.x database.