Consultor Eletrônico



Kbase P141118: System Error 193 when configuring the 10.2A ODBC driver on Windows 64-bit
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/13/2011
Status: Unverified

SYMPTOM(s):

System Error 193 when configuring the 10.2A ODBC driver on Windows 64-bit

The setup routines for Progress OpenEdge 10.2A driver ODBC driver could not be loaded due to system error 193

Could not load the setup or translator library

The 10.2A ODBC driver does not appear in the 32-bit version of the ODBC Administrator tool

The ODBC driver is listed in the 64-bit Data Source Administrator

The ODBC driver registry keys are created in:
HKLM\SOFTWARE\ODBC\ODBCINST.INI
HKLM\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

FACT(s) (Environment):

OpenEdge 10.2A
Windows
x86_64 (AMD64/EMT64)

CAUSE:

Bug# OE00180895

FIX:

As a workaround follow the steps below in order to create the registry keys.

1- Create a .REG file, and copy the lines below:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ODBC Drivers]
"Progress OpenEdge 10.2A driver"="Installed"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\Progress OpenEdge 10.2A Driver]
"Driver"="[DLC]\\bin\\pgoe1023.dll"
"Setup"="[DLC]\\bin\\pgoe1023.dll"
"DriverODBCVer"="3.50"
"APILevel"="1"
"ConnectFunctions"="YYN"
"CPTimeout"="60"
"FileUsage"="0"
"SQLLevel"="0"
"UsageCount"="1"

Note: DLC should refer to the 10.2A installation directory. For example: C:\\progress\\openedge

2- Save the file, and double-click on it in order to add the keys in the registry.

3- Open the 32-bit ODBC Data Source Administrator:
%WINDIR%\SysWow64\odbcad32.exe

Make sure there is a valid backup of the registry before modifying it.