Hi All,
We are trying to access all the databases that a user have access to in MS SQL 2012 server but we are able to access only default data base for that user.There is no option specified in SAP documentation for giving the database name in addition to the server IP address and Port Number in the odbc.ini file.
Below is the odbc.ini file entry we created for the database as specified in the sap documentation.
[ANALYTICS]
Driver = /hana/shared/HND/exe/linuxx86_64/hdb/libmsodbcsql-11.0.so.2270.0
server = 172.16.5.34,1433
Is there a way to specify the data base name when creating an SDA Connection to SQL Server Database in addition to the server IP address and Port Number to overcome this issue?
We are on HANA SPS09.
Thanks,
Goutham