R0tenur / visualization

MIT License
177 stars 26 forks source link

Support for different tenants #31

Closed jguidera closed 3 years ago

jguidera commented 3 years ago

Extension doesn't support different tenants and/or is ignoring the tenant identified in the database connection resulting in

Error getting data: Cannot open server "," requested by the login. The login failed. Could not build chart from the recived data

It is using the default tenant and not the tenant specified in the connection. E.g. if the connection has a default tenant of Foo.bar and the actual connection tenant is Foo.Do it is using Foo.bar in an connection attempt resulting in the failure above.

R0tenur commented 3 years ago

Are you using the latest version of the extention? Can be found under releases in this repo.