Consultor Eletrônico



Kbase P21049: 4GL: LOAD statement fails when loading environment from regi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/14/2003
Status: Unverified

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

LOAD statement fails when loading environment from registry

Registry Key referenced is more than 3 "levels" deep

Base-key is included in environment name, for example: "HKEY_CURRENT_USER\Software\PSC\Progress\9.1D"

CAUSE:

Bug# 20030314-007

CAUSE:

It's unknown why this fails when the registry key itself is valid.

However, keep in mind that base keys ("HKEY_<something>") should be referenced using the BASE-KEY option of the LOAD statement, and not in the environment name itself.

FIX:

Remove base-key from key reference and use BASE-KEY option to reference it as needed.
For example, use "Software\PSC\Progress\9.1D" BASE-KEY "HKEY_CURRENT_USER"