Link to home
Start Free TrialLog in
Avatar of itik050400
itik050400

asked on

System 11 ODBC driver

I want to connect to Sybase database using System 11 ODBC driver.
The message error occur when I try test within my application (VIP ver 2.5).
The error message is "[Intersolv][ODBC driver][SQL Server]ct_connect():directory service layer:internal directory control error:Requested server name not found "

What is the possiblity mistake that i did?

I also got these error when add data source in another PC :
"The setup routine for the PD Sybase SQL Server ODBC driver could not be loaded due to system error code 1157
Could not setup or translator library".
Avatar of knel1234
knel1234
Flag of United States of America image

itik

How are you trying to connect?
(VB, Web, 3rd party)
Could you give more details please.

knel
Avatar of david_levine
david_levine

The ODBC driver requires that the Sybase client be installed on the machine and the server you are trying to connect to be configured. This is outside of ODBC.

The other error you asked about is normally found when the DLL's required are not in the path. Try re-installing on the 2nd machine.

David
Avatar of itik050400

ASKER

I've found a solution.
To enable ODBC to access Sybase database we should configure directory service.
At directory service utility, add protocol network address : ip address, port.
ASKER CERTIFIED SOLUTION
Avatar of kyr
kyr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial