Yes, I am using Microsoft Sql Sever. Sometimes it works fine and I can see the data but when I try accessing it after 1-2 hrs, it shows me the above error.
The data source is already added for me, I don’t have permission to view its configurations. I am just using the data source in my table panel.
I have not enabled logs, Let me know how can I do it?
Can you connect manually (ie: not using Grafana) from the machine running
Grafana to the machine running SQL Server and perform a query?
Also, when describing IP addresses, please ensure that two different machines
are represented differently - don’t label them both “172.X.X.X”
If the first X in 172.X.X.X is a number between 16 and 31 inclusive, you can
just tell us the whole address - it’s private space not routable across the
Internet and gives away no sensitive information about your network.
“Sometimes it works fine and I can see the data but when I try accessing it
after 1-2 hrs, it shows me the above error.”
That is extremely significant information.
Please explain what network connectivity and devices (eg: routers, firewalls,
anything performing NAT) you have between the machine running Grafana and the
machine running SQL Server.
it could be fixed on dashboard side. the issue could be for example what kind of query you are using, is it querying 3 million rows? etc
but not sure why you don’t want to engage your admin
Another option is to install grafana locally and sql server dev (free) locally and mock the data in production and finish your dashboard locally and upload to remote grafana.