Consultor Eletrônico



Kbase P44688: DataDirect 4.20 32-Bit Progress SQL92 v10.0A driver has not been installed during OpenEdge installat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

OpenEdge 10.0A
Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

DataDirect 4.20 32-Bit Progress SQL92 v10.0A driver has not been installed during OpenEdge installation

Cannot see ODBC driver for OpenEdge after installation

Unable to setup ODBC connection to OpenEdge under ODBC32 Administrator

The pgpro1019.dll is present under %DLC%/bin directory

CAUSE:

This is a known issue - installer has not created registry key for DataDirect/Merant driver

FIX:

Copy following lines as xx.reg and import the xx.reg into your registry via regedit. Alter path to your OE 10 installation. The driver will be revived. Exclude <begin> and <end> lines.

<begin>
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\DataDirect 4.20 32-Bit Progress SQL92 v10.0A]
"APILevel"="1"
"ConnectFunctions"="YYN"
"CPTimeout"="60"
"Driver"="c:\\progress\\openedge\\bin\\PGPRO1019.DLL"
"DriverODBCVer"="4.20"
"FileUsage"="0"
"Setup"="c:\\progress\\openedge\\bin\\PGPRO1019S.DLL"
"SQLLevel"="0"
"UsageCount"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
"DataDirect 4.20 32-Bit Progress SQL92 v10.0A"="Installed"
<end>