Consultor Eletrônico



Kbase P116872: dbutil was not found when running proutil or rfutil
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/20/2010
Status: Verified

SYMPTOM(s):

dbutil was not found when running proutil or rfutil

Error shown on-screen when running utilities

proutil: _dbutil was not found

rfutil: dbutil was not found

FACT(s) (Environment):

UNIX
OpenEdge 10.1x

CAUSE:

Bug# OE00129457

FIX:

Workarounds:

1. Set the DBUTIL environment variable prior to running Progress utilities.

DBUTIL=$DLC/bin/_dbutil ; export DBUTIL

2. Add the $DLC/bin directory to the PATH.

PATH=$DLC/bin/:$PATH ; export PATH

3. Edit the $DLC/bin/proutil and rfutil scripts. Add the following line below the check for DLC.

DBUTIL=${DBUTIL-$DLC/bin/_dbutil};export DBUTIL