Kbase 21156: LOAD / UNLOAD of Application Defaults from INI File Fails
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/11/2002 |
|
Status: Unverified
FACT(s) (Environment):
Progress 7.3E
Progerss 9.1A
Progress 9.1B
SYMPTOM(s):
Error: The UNLOAD of <key-value file> failed. (4451)
Error: The USE of <key-value file> failed. (4452)
Attempting to LOAD/USE or UNLOAD application defaults from an existing INI file.
CAUSE:
The USE and UNLOAD statements require that the case of the filename/extension (environment) that is specified with them matches up with the case of that same filename/extension (environment) that is specified with the LOAD statement previously executed in the program flow. Thus, if Progress finds case inconsistency between the filename/extension that is passed to those statements, it generates the errors.
For example:
LOAD "PROgress.INI":U DIR "C:\Working":U.
USE "PROgress.INI":U.
UNLOAD "progress.INI":U.
The UNLOAD statment will generate the error.
FIX:
To eliminate the errors and successfully LOAD/USE or UNLOAD a set of environment specifications from an existing initialization file to an application, make sure the case is consistent. Adjust the filename/extension specified with the USE and UNLOAD commands so that they exactly match what is specified with the LOAD command.