Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 5115

SDA is not access Microsoft SQL Server 2008

$
0
0

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.

1.JPG

--------------/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?


Viewing all articles
Browse latest Browse all 5115

Trending Articles