Consultor Eletrônico



Kbase P113890: Cannot setup MS SQL Server DSN using the OpenEdge 10.1A ODBC Wire Protocol for MS SQL Server ODBC dr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/2/2006
Status: Unverified

FACT(s) (Environment):

MS SQL DataServer
OpenEdge 10.1A

SYMPTOM(s):

Cannot setup MS SQL Server DSN on client

The following error messages appear:

The Setup routines for the OpenEdge 10.1A ODBC Wire Protocol for MS SQL Server ODBC driver could not be accessed. Please reinstall the driver.

The setup routines for %s ODBC driver could not be accessed. Please reinstall the driver.

A NetSetup install has been performed

The driver can be found on the server where OpenEdge is installed locally

CAUSE:

This is a known issue being investigated by Development.

The Setup key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\OpenEdge 10.1A ODBC Wire Protocol driver for MS SQL Server
is not referring to the correct DLL file.

It refers to "p1msss21r.dll" instead of "p1msss21.dll"

FIX:

Modify the "Setup" registry key on the machine where the NetSetup install has been performed.

- Open the registry and go to the following section:
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\OpenEdge 10.1A ODBC Wire Protocol driver for MS SQL Server]

- Edit the "Setup" key and change it to:
<PATH>\bin\odbc\p1msss21.dll
instead of
<PATH>\bin\odbc\p1msss21r.dll