Consultor Eletrônico



Kbase P16431: SQL-89 ODBC connection fails with error (2660).
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

MERANT 3.60 32-BIT Progress SQL-89
MERANT 3.70 32-BIT Progress SQL-89
MERANT 4.0 32-BIT Progress SQL-89

SYMPTOM(s):

Error attempting to connect to database via SQL-89

BROKER: PROOIDRV variable does not contain Open Access Driver module. (2660)

No errors shown in the prooidrv.lg file.

CAUSE:

PROOIDRV variable is not pointing to the _prooidrv executable.

FIX:

Set the OIB environment variables PROOIBRK and PROOIDRV like this:

NT - Set PROOIBRK=%dlc%\bin\oibrkr32.exe
NT - Set PROOIDRV=%dlc%\bin\oidrvr32.exe

UNIX - PROOIBRK=$DLC/bin/_prooibrk;export PROOIBRK
UNIX - PROOIDRV=$DLC/bin/_prooidrv;export PROOIDRV