Hi,
We have an issue with creating remote sources in HANA Studio.
System landscape:
Server A: HANA Server (SP7) + HANA Client (linux).
Server B: Sybase IQ Express Edition 16.0 (linux). This server currently is not used.
Workstation: HANA Studio x86 (1.0.7), HANA Client, Sybase IQ Express Edition 16.0 with running demo server. (Windows 7 x64 SP1)
For creating remote source in HANA Studio I copied odbc driver for Sybase IQ called "libdbodbc16_r.so" (based on Administration Guide) from Server B to Server A.
Then I tried to execute following command in HANA Studio on my workstation:
create remote source TESTIQ adapter iqodbc
configuration
'Driver=/usr/sap/**HANADB**/home/sybase/libdbodbc16_r.so;ServerName=**servername**;CommLinks=tcpip(host=**workstation_ip**:2638)'
with CREDENTIAL TYPE 'PASSWORD' USING
'user=DBA;password=sql';
As a result HANA Studio threw an error:
Could not execute 'create remote source TESTIQ adapter iqodbc configuration ...' in 3.310 seconds .
Data receive failed [Connection reset].
Furthermore, an attempt to connect HANA DB to itself via smart data access also failed, the error was the same.
What steps can I do to fix it?
Best regards,
Alex