Kbase P101920: Error 1285 running conv89
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/03/2005 |
|
Status: Unverified
SYMPTOM(s):
Error 1285 running conv89
Conversion cancelled. <version> is not a valid version number. (1285)
Conversion cancelled. 12152 is not a valid version number. (1285)
Database being converted is version 8.x
CAUSE:
The DLC or PATH variable is pointing to the wrong version (in this case version 8.x)
FIX:
Set the DLC and PATH environment variables in the manner which
your platform expects it to be set. In the sample code below
please replace <DLC install dir> with the name of the directory
into which the PROGRESS Version 9 product has been installed.
On Unix:
DLC=<DLC install dir>/bin/83dbutils; export DLC
PATH=$DLC:$PATH;export PATH
On NT :
SET DLC=<DLC install dir>\bin\83dbutils
SET PATH=%DLC%;%PATH%