Consultor Eletrônico



Kbase P180787: Windows 64-bit Install: Cannot open registry key HKEY_LOCAL_MACHINE\SOFTWARE\Secure errno 2"
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/2/2011
Status: Unverified

SYMPTOM(s):

Installation of OpenEdge 10.x 32 bit on Windows 64 bit machine fails with registry errors

'Cannot open registry key HKEY_LOCAL_MACHINE\SOFTWARE\Secure errno 2' when installing 32 bit OpenEdge database on 64 bit Windows

FACT(s) (Environment):

OpenEdge 10.x 32 bit
Progress/OpenEdge Product Family
Windows 64 bit

FIX:

A command prompt window needs to be opened as Administrator (Start-> All Programs -> Accessories -> right click on ?Command Prompt? and then ?Run as administrator?) and the following commands need to be entered:

reg add HKLM\SOFTWARE\Wow6432Node /v Secure
reg add HKLM\SOFTWARE\Wow6432Node\Secure /v ProDbgCK
reg add HKLM\SOFTWARE\Wow6432Node\Secure\ProDbgCK /v "C:\DLC101A.state" /d "Debugging disabled"

(C:\101A need to be replaced by the used DLC path for OpenEdge used on the machine)

To check if the registry was modified correctly enter the following:
?reg query HKLM\SOFTWARE\Wow6432Node\Secure\ProDbgCK?

the output should be similar to the following:
? C:\Progress\OpenEdge101A32bit.state REG_SZ Debugging disabled?

It is then possible to redo the installation again without error messages.