cancel
Showing results for 
Search instead for 
Did you mean: 

Can not connect sqlstudio

Former Member
0 Kudos

Hi everyone, When I try to connect sqlstudio by this step but I can not to connect sqlstudio because this problem.

ODBC-Error: [SAP AG][SQLOD32 DLL][MAXDB] Unable to connect to data source;-709 CONNECT: (unknown host name) return-code:SQL_ERROR(-709)

Could you help me the problem and method to fix it,please ?

Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thank you for your helping. Now I can log in sqlstudio but I dont' under stand why I select sflight(or any table) and I double click on it. It shows An error occured while loading the table definition. Then the table definition not show and when I create the ABAP program by this statement

TABLES sflight.

SELECT * from sflight.

WRITE: / sflight-carrid.

ENDSELECT.

IF sy-subrc <> 0.

WRITE: 'No data'.

ENDIF.

The result show no data. But when I enter select * from sflight in sqlstudio and execute. It show data of carrid column.

Regards,

Jarupat

former_member229109
Active Contributor
0 Kudos

Hello Jarupat

-> Do you have data in this table? Post output:

select count(*) from sflight

-> Who is the owner of this table?

select * from tables where table_name='sflight'

-> With what DB user you connected to DB using SQLStudio?

-> What is the version of your database?

Regards, Natalia Khlopina

Edited by: Natalia Khlopina on Jan 26, 2012 1:57 PM

Former Member
0 Kudos

Hi,

I check my service. Xserver and Xserver-7200 is Running

Regards,

Jaupat

former_member188883
Active Contributor
0 Kudos

Hi Jaupat,

Refer link

Hope this helps .

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi,

Can you check whether your x_server is working

Regards,

Deepak Kori