I run a grafana docker container and tried to connect to my ms-sql database on my hostsystem, but I get an error instandly, if I click on "save and test".
Error Message in logs:
2023-03-20 15:12:51 logger=context userId=1 orgId=1 uname=admin t=2023-03-20T14:12:51.934877922Z level=error msg="Plugin health check failed" error="failed to check plugin health: health check failed" remote_addr= traceID=
2023-03-20 15:12:51 logger=context userId=1 orgId=1 uname=admin t=2023-03-20T14:12:51.934949156Z level=error msg="Request Completed" method=GET path=/api/datasources/1/health status=500 remote_addr= time_ms=22 duration=22.582005ms size=53 referer=http://localhost:3000/datasources/edit/MHHmhiB4z handler=/api/datasources/:id/health
My settings
Addtionally, I tried to use my IP-Address 192.168.xx.xx, but this fails, too. After I setup my connection and click on "Save and Test" I get the error:
Addtionally, I tried to use my IP-Address 192.168.xx.xx, but this fails, too.
My SQL Server TCP/IP configuration looks like this:
I hope you can help to find out, what the problem is. Thanks a lot.