Consultor Eletrônico



Kbase 19098: Correct PATH to include $DLC/bin to correct error 7171 mkschema
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 8.x
Progress 9.x

SYMPTOM(s):

conversion: mkschema was not found. (7171)

Error 7171 seen during "proutil -C cov89" process

CAUSE:

During the conv89 process, the proutil utility makes a call to the mkschema program. But it can not find mkschema, because $DLC/bin is not in $PATH.

The mkschema program is responsible for changing the metaschema of the database to make it ready for the V9 SQL-92 engine.

FIX:

1. Set PATH environment variable to include $DLC/bin directory where mkschema resides.
PATH=$DLC/bin;$PATH; export PATH

2. Restore the V8 database from backup

3. Rerun conv89