Kbase P110692: Error 1846 compiling word break table for utf-8 database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
UNIX
SYMPTOM(s):
compiling word break table for utf-8 database fails with error 1846
** Unable to open language table file <procoll.xxx>. Errno=<errno>. (1846)
** Unable to open language table file <path to $DLC/prolang/convmap/utf8-bas.wbt. Errno=2. (1846)
Executing proutil -C wbreak-compiler $DLC/prolang/convmap/utf-8.bas <number>
CAUSE:
The path to the utf8-bas.wbt file is not correct in the command line.
FIX:
Use the absolute path to the utf8-bas.wbt file in the command line, not the $DLC environment variable.
For example:
proutil -C wbreak-compiler /usr/progress/prolang/convmap/utf-8.bas <number>