We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set up my DSN as shown below I get the following error message
DSN dsn: mssql+pyodbc://mydomain\MyServiceAccount:[email protected]\Instance:1433/DB_Name?MARS_Connection=yes&driver=ODBC+Driver+17+for+SQL+Server Log 2023-03-14 15:18:09,200 - ERROR - query-exporter - error from database "db1": (pyodbc.OperationalError) ('HYT00', '[HYT00] [unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/13/e3q8)
Installation details
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I set up my DSN as shown below I get the following error message
DSN
dsn: mssql+pyodbc://mydomain\MyServiceAccount:[email protected]\Instance:1433/DB_Name?MARS_Connection=yes&driver=ODBC+Driver+17+for+SQL+Server
Log
2023-03-14 15:18:09,200 - ERROR - query-exporter - error from database "db1": (pyodbc.OperationalError) ('HYT00', '[HYT00] [unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')
(Background on this error at: http://sqlalche.me/e/13/e3q8)
Installation details
The text was updated successfully, but these errors were encountered: