R0tenur / visualization

MIT License
182 stars 30 forks source link

Error connecting to database not at port 1433 #30

Closed vaughajm closed 3 years ago

vaughajm commented 3 years ago

Fails to connect to database on instance not at port 1433. Output:

Errors: Error getting data: Failed to connect to localhost,1401:1433 - getaddrinfo ENOTFOUND localhost,1401 Could not build chart from the recived data {"status":"ERROR","errors":["Could not build chart from the recived data"],"databaseRaw":[]}

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

R0tenur commented 3 years ago

Are you running the most recent version of the extention? It can be downloaded on the release tab in this repo.

vaughajm commented 3 years ago

Sorry, I'd downloaded the version from ADS. The current version works fine.

Thank You Joe