guitartsword / vscode-hanaSQL

Sap hana query extension for visual studio code (vscode)
8 stars 3 forks source link

getaddrinfo ENOTFOUND #7

Open Ridhok-Git opened 4 years ago

Ridhok-Git commented 4 years ago

When trying to open the HANA Editor I get the error getaddrinfo ENOTFOUND and nothing is displayed

LuisZ1 commented 4 years ago

I had the same issue. Where did you get all the info necesary for the configuration? I had already configured with eclipse but not with this extension in VSCode

Thanks!

Ridhok-Git commented 4 years ago

I had the same issue. Where did you get all the info necesary for the configuration? I had already configured with eclipse but not with this extension in VSCode

Thanks!

I never got any information to solve this issue.. is still open apparently

guitartsword commented 4 years ago

Hi Guys, could you provide me more details like:

What are the actions you did to get this error and some screenshots. If this happens at vscode startup or at when you do some action

scherbinek commented 4 years ago

Hi,

I had the same issue. To reproduce the steps.

  1. Added a new database
  2. Provided Host as IP to the SAP HANA DB
  3. No Tenant to access (but tried also with SysID as Tenant)
  4. Provided SAP HANA User
  5. Provided SAP HANA Password
  6. Porivided Instance Number (other than 00)
  7. Corrected the SQL Port to 315 (default ended with 13, but we have 15 as SQL Port)
  8. Corrected the HTTP Port to 80

The HANA DB works fine, but when try to open the HANA Editor I get the Error 'getaddrinfo ENOTFOUND 194.<>.<>.<>-' When providing a tenant it is the same message but with the tenant id 'getaddrinfo ENOTFOUND 194.<>.<>.<>-'

ENOTFOUND

I think it is a wrong configuration of the XS Server address to connect to. When I call the http://194.<>.<>.<>:80/ I get the information that the XS server is up and running. Unfortunately I can't get the location of the accessed address which seems to cause the error. E.g. the port 80 presumes a HTTP connection but I can't check if the editor tries to call a HTTPS connection with the HTTP port.

Regards, Marcel

ihenry commented 4 years ago

I also have this issue.
I need to specify that HANA is using SSL.
Can we see/edit the HANA connection string somewhere?