cancel
Showing results for 
Search instead for 
Did you mean: 

SDA is not access Microsoft SQL Server 2008

Former Member
0 Kudos

hdbadm@fdhana:/usr/sap/HDB/home> isql -v CHIS_DSN

[S1T00][unixODBC][Microsoft][ODBC Driver 11 for SQL Server]Login timeout expired

[08001][unixODBC][Microsoft][ODBC Driver 11 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.

[08001][unixODBC][Microsoft][ODBC Driver 11 for SQL Server]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].

[ISQL]ERROR: Could not SQLConnect. 

my configuration:

Comment: SQL Server version is ms sql server 2008 R2.

--------------/usr/sap/HDB/home/.odbc.ini ------------------

[CHIS_DSN]

Driver=/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2260.0

Description=Microsoft ODBC Driver 11 for SQL Server

Server=172.18.65.204

Database=chisdb_cyzx

Port=1434

------------/usr/sap/HDB/HDB00/hdbenv.sh

...

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2260.0

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

export ODBCINI=$HOME/.odbc.ini

What's the problem with my configuration?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

SDA is supported for SQL Server 2012 version as the below note 1868209: SAP HANA smart data access: Central note

Please use a SQL Server 2012 instance to configure the SDA and check if you see the same error
Hope this helps....

https://websmp106.sap-ag.de/sap/support/notes/1868209

Former Member
0 Kudos

Thanks a lot.

Former Member
0 Kudos

Please mark the discussion as answered if you do not have any further questions

Sunil

Answers (0)