Hello, is this exporter compatible with Kerberos authentication?
I'm trying to get it running with a string like
sqlserver://host?database=Foo&trusted+connection=yes
But I get a
login failed for user ''.","host":"...
Which seems to indicate it's not using the Kerberos credentials. I've confirmed that the kerb ticket etc. is correctly configured.
I tried running it with
odbc://... connection string but it seems the driver doesn't like that - unknown driver "odbc" (forgotten import?)
Is there something I'm missing?
Thanks!
Hello, is this exporter compatible with Kerberos authentication?
I'm trying to get it running with a string like
sqlserver://host?database=Foo&trusted+connection=yesBut I get a
login failed for user ''.","host":"...Which seems to indicate it's not using the Kerberos credentials. I've confirmed that the kerb ticket etc. is correctly configured.
I tried running it with
odbc://...connection string but it seems the driver doesn't like that -unknown driver "odbc" (forgotten import?)Is there something I'm missing?
Thanks!