Kbase P150868: Getting error 1371 when attempting to convert a database from version 9.1E to 10.2A
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/08/2009 |
|
Status: Unverified
SYMPTOM(s):
Getting error 1371 when attempting to convert a database from version 9.1E to 10.2A
Usage is: _dbutil [probkup|prorest|prostrct|procopy ] <dbname> ... (1371)
FACT(s) (Environment):
Command: $DLC/bin/proutil dbname -C conv910
Explicit PATH for the $DLC/bin/proutil command is being given when issuing the command.
Multiple versions of Progress installed on the machine.
BI file was truncated prior to converting the database.
All Supported Operating Systems
Progress 9.1E
OpenEdge 10.2A
CHANGE:
Migrating a database from version 9.1E to 10.2A.
CAUSE:
The PATH environment variable had another version of Progress installed. This resulted in our _proutil finding the wrong version of _dbutil which is used internally for the conversion process.
FIX:
Modify the PATH environment variable to prepend the 10.2A, $DLC and $DLC/bin directories.
Example:
DLC=/usr/dlc102a;export DLC
PATH=$DLC:$DLC/bin:$PATH;export PATH