Consultor Eletrônico



Kbase P44238: xxxxxx.adm was not found (error 293) when importing data
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/30/2004
Status: Unverified

SYMPTOM(s):

xxxxxx.adm was not found (error 293) when importing data

CAUSE:

The PATH environment variable did not contain an entry pointing the the Progress BIN directory (C:\Progra~1\Progress\Bin)

FIX:

This error always indicates a problem with the PATH.  The exact file name will
vary, but the file name always ends in "adm" for this issue.

To import data, Progress uses an MS-DOS program called QUOTER.EXE.  This program does not look in the PROGRESS.INI file or in the Windows Registry for environment variables.  Setting PATH= in the PROGRESS.INI file will satisfy most requirements but does not work for QUOTER.EXE.  If QUOTER or the dBASE import option is being used, the PATH must be set at the operating system level.

In Windows 3.1, Windows 95, Windows 98 and Windows Me, add the following line to the AUTOEXEC.BAT file:

V8 example =>  PATH=C:\DLC\BIN;%PATH%
V9 example =>  PATH=C:\Program Files\Progress\Bin;%PATH%

Be sure to substitute the appropriate subdirectory in place of "C:\DLC\BIN" or "C:\Program Files\Progress\Bin" in the above examples if your Progress home directory is different.

In Windows NT and Windows 2000 go to the Control Panel, select SYSTEM, select ENVIRONMENT, then add the following to the System PATH variable:

V8 example => C:\DLC\BIN
V9 example => C:\Program Files\Progress\Bin

Once again, be sure to substitute the appropriate subdirectory in place of "C:\DLC\BIN" or "C:\Program Files\Progress\Bin" in the above examples if your Progress home directory is different.

IMPORTANT: Do not replace the existing PATH variable on Windows NT or
       Windows 2000, simply add to the existing PATH.